Commit Graph

9508 Commits

Author SHA1 Message Date
Ben Lambert 2547b6b8de Merge pull request #4301 from backstage/bug/tugboat
bug: Need to run yarn install on build command as the node_modules are outdated
2021-01-30 02:41:33 +01:00
blam 7c0fcd7404 chore: added start command to tugboat to wait for the port to become ready before marking as live in tugboat 2021-01-30 01:44:46 +01:00
Adam Harvey 85e3cd61a4 Merge pull request #4312 from adamdmharvey/techdocs-tweaks
docs: Clarifications to TechDocs getting started & other minor updates
2021-01-29 14:35:57 -05:00
Adam Harvey a14d702a7d Clarify create plugin step 2021-01-29 14:20:55 -05:00
Adam Harvey baf5615b51 Clarifications 2021-01-29 14:17:26 -05:00
Adam Harvey e763dcf8c4 Fix Backstage case 2021-01-29 14:17:09 -05:00
Adam Harvey 357c1f1e5f Clarify link and Backstage case 2021-01-29 14:16:26 -05:00
Patrik Oldsberg bf0a4dfc5c Merge pull request #4307 from backstage/rugvip/devres
cli,config-loader,app-backend: fixes for module resolution and config loading
2021-01-29 19:24:11 +01:00
Ryan Vazquez c4fa433e24 Merge pull request #4309 from backstage/bump-cost-insights-0.7.0
Independently release cost insights
2021-01-29 12:26:54 -05:00
Ryan Vazquez a22d297954 bump cost insights 2021-01-29 11:43:40 -05:00
Patrik Oldsberg 750988b3d6 Merge pull request #4293 from backstage/rugvip/autoauth
core: add single provider mode for SignInPage, with automatic sign-in
2021-01-29 17:41:32 +01:00
Patrik Oldsberg d7f30a800d Update .changeset/neat-brooms-allow.md
Co-authored-by: Himanshu Mishra <himanshu@orkohunter.net>
2021-01-29 17:24:14 +01:00
Ryan Vazquez f8ae2fdcea Merge pull request #4254 from backstage/cost-insights-alert-hooks
Cost Insights Alert Hooks
2021-01-29 11:20:45 -05:00
Patrik Oldsberg e9aab60c75 added changesets 2021-01-29 17:03:02 +01:00
Patrik Oldsberg 9f2b9c2020 app-backend: re-throw config loading errors with instructions for how to fix 2021-01-29 16:59:19 +01:00
Patrik Oldsberg bdbeaf6051 config-loader: validate each schema upfront to provide a more precise error message 2021-01-29 16:58:48 +01:00
Patrik Oldsberg 03177610a8 cli: add fix for module resolution in backend bundle config 2021-01-29 16:58:18 +01:00
Ryan Vazquez 70906eed4c refactor 2021-01-29 10:15:18 -05:00
Johan Haals ec02b0591d Merge pull request #4304 from backstage/jhaals/fix-scaffolder-tests
Scaffolder: Fix tests in windows
2021-01-29 14:00:54 +01:00
Johan Haals 262f7cf996 import path instead of resolve 2021-01-29 13:53:12 +01:00
Johan Haals adaba84f3f import path instead of resolve 2021-01-29 13:51:46 +01:00
Johan Haals 0cb0715700 Scaffolder: Fix tests in windows 2021-01-29 13:43:26 +01:00
blam f44137454f chore: should install with frozen lockfile 2021-01-29 11:20:27 +01:00
blam 5207834e78 chore: need to run yarn install on build as the base image node modules are outdated 2021-01-29 11:17:33 +01:00
Johan Haals 2bc408228b Merge pull request #4270 from backstage/mob/stages-refactor
Refactor scaffolder to operate on known directories
2021-01-29 10:58:47 +01:00
Johan Haals 1236f22909 Update changeset 2021-01-29 10:51:28 +01:00
Ben Lambert aca1ada8dc Merge pull request #4296 from backstage/rugvip/securitays
backend-common: new azure PAT for e2e test ._.
2021-01-29 10:08:52 +01:00
Himanshu Mishra 26bb405108 Merge pull request #4287 from backstage/orkohunter/dir-preparer-uses-url-reader 2021-01-29 09:56:55 +01:00
Fredrik Adelöw 373b620f54 Merge pull request #4299 from backstage/dependabot/npm_and_yarn/nodemon-2.0.7
chore(deps-dev): bump nodemon from 2.0.6 to 2.0.7
2021-01-29 07:30:31 +01:00
dependabot[bot] b379276f10 chore(deps-dev): bump nodemon from 2.0.6 to 2.0.7
Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v2.0.6...v2.0.7)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-29 04:57:47 +00:00
Patrik Oldsberg 51d5f79dce backend-common: new azure PAT for e2e test ._. 2021-01-29 00:04:28 +01:00
Fredrik Adelöw a22fc866eb Merge pull request #4272 from viavarejo/feature/add-classname-to-sidebaritem
Add className to the SidebarItem
2021-01-28 22:34:23 +01:00
Fredrik Adelöw d56a7323b9 Merge pull request #4277 from backstage/freben/catalog-model-jsonschema
replace yup with ajv, for validation of catalog entities
2021-01-28 22:24:51 +01:00
vitorgrenzel c7c6957107 fix(core): update packages 2021-01-28 17:50:07 -03:00
Fredrik Adelöw 025e122c3e catalog-model: replace yup with ajv, for validation of catalog entities 2021-01-28 21:44:38 +01:00
vitorgrenzel 12ece98cdb Add className to the SidebarItem 2021-01-28 17:39:44 -03:00
Fredrik Adelöw d822077dd6 catalog-model: unbreak EntityPolicy import cycle 2021-01-28 20:53:41 +01:00
Fredrik Adelöw 7881f21174 catalog-model: introduce jsonschema variants of the yup validation schemas 2021-01-28 20:52:08 +01:00
Fredrik Adelöw 062df71db1 config-loader: Bump to ajv 7, to enable v7 feature use elsewhere 2021-01-28 20:52:08 +01:00
Himanshu Mishra 4f32647f00 TechDocs: docs - Add reference link to techdocs-ref annotation 2021-01-28 20:20:19 +01:00
Patrik Oldsberg da9f53c605 add auto SignInPage changeset 2021-01-28 19:31:31 +01:00
Patrik Oldsberg 23381386d6 docs: update auth docs to mention and prefer single-provider SignInPage 2021-01-28 19:25:58 +01:00
Patrik Oldsberg 01058d486c core: add separate prop union for SignInPage for using a single provider 2021-01-28 19:23:21 +01:00
Andrew Thauer 64e35f7d30 Merge pull request #4279 from andrewthauer/feat/entity-links
feat: add entity metadata links
2021-01-28 13:15:32 -05:00
Patrik Oldsberg 32c95605fb add popup fix changeset 2021-01-28 19:06:05 +01:00
Patrik Oldsberg a688274209 core-api: fix check to determine whether popup was closed or the messaging was misconfigured 2021-01-28 19:03:26 +01:00
Patrik Oldsberg e1e650e12a core-api: if loginPopup is rejected, throw PopupRejectedError 2021-01-28 19:02:32 +01:00
Patrik Oldsberg e934e9ba6c Merge pull request #4289 from backstage/rugvip/errors
integration: forward errors from gitlab project lookups
2021-01-28 18:31:42 +01:00
Andrew Thauer f11c906078 update isvalidurl 2021-01-28 12:24:35 -05:00
Andrew Thauer 059720015c replace link validators with common functions 2021-01-28 12:24:35 -05:00