21074 Commits

Author SHA1 Message Date
Patrik Oldsberg 352a6581ff create-app: add start-backend script to template 2020-12-29 11:17:58 +01:00
Patrik Oldsberg 88da267cc5 changeset: add changeset for sentry plugin port 2020-12-29 10:49:57 +01:00
Joel Low 4e0e3b1bf0 Add missing yarn clean for frontend 2020-12-29 16:26:12 +08:00
Joel Low d45efbc9bd Fix typo in .app.listen.port config schema 2020-12-29 09:25:29 +08:00
Himanshu Mishra 8e083f41f3 fix(scaffolder): Allow user to retry creating a new software without refreshing the page
This is more of a bug fix than a new feature. The commit fixes 2 problems mainly.

1. When user clicks the close button on the JobStatusModal, it does not set the `modalOpen` state of its parent component. Thus, even after closing, JobStatusModal still persists in DOM, and modalOpen is still set to true. That is why, retrying by clicking on "Submit" again does not open the modal.

2. The useJobPolling hook does not consider starting the timer again when Job changes. Even if jobId changes, the logic to set `shouldBeRunningInterval` still uses a previous value of `currentJob` since it was never reset since the timer stopped. Using a effect hook and having jobId as a dependency to reset currentJob is the way to fix this.
2020-12-29 00:24:27 +01:00
Fredrik Adelöw de9a7c84dd Merge pull request #3847 from adamdmharvey/cost-insights-rewording
fix(cost-insights): Update instruction examples to fix links and rewording
2020-12-28 23:09:48 +01:00
Himanshu Mishra 8804e89811 techdocs: Add changeset for @backstage/integration changes 2020-12-28 21:18:18 +01:00
Himanshu Mishra bd3bc94ff8 Merge pull request #3799 from keshann93/plugins/techdocs 2020-12-28 20:52:53 +01:00
Fredrik Adelöw 72108829ce Merge pull request #3822 from fidelcoria/fix-login-race
fix(auth): race condition between loginPopup and authFlowHelpers
2020-12-28 15:55:22 +01:00
Patrik Oldsberg b23bc9638f Merge pull request #3854 from backstage/rugvip/flat
core-api: rename BackstageRoutes to FlatRoutes
2020-12-28 13:36:39 +01:00
Patrik Oldsberg b2195fc06c Merge pull request #3844 from backstage/mob/dev-utils
dev-utils: add addPage for use with composability API + EntityGridItem to easily create different card test cases
2020-12-28 12:43:08 +01:00
Patrik Oldsberg 5b6533eb76 core-api: rename BackstageRoutes to FlatRoutes 2020-12-28 11:19:52 +01:00
Patrik Oldsberg 246281b6e3 Merge pull request #3840 from backstage/rugvip/depr
core-api: deprecate RouteRef path and remove deprecated createSubRoute
2020-12-28 11:15:08 +01:00
Patrik Oldsberg 1f26325bee Merge pull request #3845 from backstage/mob/entpro
catalog: rename EntityProvider to EntityLoaderProvider, and add new EntityProvider
2020-12-28 11:14:02 +01:00
Adam Harvey c2b52d9c5f Add changeset 2020-12-27 23:46:15 -05:00
Erik Larsson cc046682e2 Add changeset 2020-12-27 09:55:19 +01:00
Dylan Jeffers 265a7ab308 fix(core): SidebarItem without to prop renders accessible button 2020-12-23 17:12:52 -08:00
Adam Harvey 3fca9adb97 Add changeset 2020-12-23 14:31:35 -05:00
Patrik Oldsberg 696b8ce74a Create loud-days-breathe.md 2020-12-23 18:46:42 +01:00
Patrik Oldsberg 87c0c53c2f Create polite-glasses-occur.md 2020-12-23 18:45:43 +01:00
Patrik Oldsberg 1e7b01668d Merge pull request #3830 from backstage/mob/entity-compose
catalog: add new composability components and extensions
2020-12-23 14:43:57 +01:00
Patrik Oldsberg 0f0e7a94f1 Merge pull request #3826 from backstage/mob/br
core-api: add BackstageRoutes
2020-12-23 14:43:14 +01:00
Patrik Oldsberg 86c3c652a8 changeset: add changeset for core-api RouteRef deprecations 2020-12-23 14:32:04 +01:00
Erik Larsson 5f13147713 Do not patch example-app 2020-12-22 23:34:24 +01:00
Erik Larsson f8ba88dedd Add changeset 2020-12-22 23:10:19 +01:00
Fidel Coria 29b4056f2c delay window close by 200 ms 2020-12-22 16:03:21 -06:00
Patrik Oldsberg 7e0b8cac55 changeset: add changeset for new catalog composability components 2020-12-22 21:39:45 +01:00
Tim Hansen fc3d123a96 Release plugin-cost-insights 0.5.3 2020-12-22 12:10:22 -07:00
Patrik Oldsberg a08c32ced2 Create dull-seals-march.md 2020-12-22 19:19:14 +01:00
Tim Hansen c02defd57f feat(cost-insights): Make alert url field optional 2020-12-22 10:56:46 -07:00
Himanshu Mishra 7afdfef987 fossa: Add changeset 2020-12-22 17:53:10 +01:00
Fidel Coria 27f2af9354 change log 2020-12-22 09:55:51 -06:00
Patrik Oldsberg 00d1213620 Merge pull request #3807 from adamdmharvey/deprecate-register-componnet
api-docs: Update register API link, deprecate register-component
2020-12-22 15:20:47 +01:00
github-actions[bot] c3c04658f2 Version Packages 2020-12-22 12:14:20 +00:00
Himanshu Mishra 82f241f90c Merge pull request #3764 from backstage/orkohunter/techdocs-backend-refactor-factory-methods 2020-12-21 19:10:38 +01:00
Adam Harvey 1517876fd8 Add register-compomnent changeset 2020-12-21 12:46:17 -05:00
Adam Harvey 9161531b2b Add changeset 2020-12-21 11:32:14 -05:00
samiramkr 241bdb6215 Merge pull request #3704 from backstage/samiram/aboutCard
Samiram/about card
2020-12-21 15:08:29 +01:00
Ben Lambert a098d18dd1 Merge pull request #2557 from backstage/mob/scaffolder-cra-fixes
feat(scaffolder): cra add gha integration, fix imports
2020-12-21 15:04:33 +01:00
Himanshu Mishra 4a62be4bcb changesets: Use techdocs migration guide in create-app changelog as well 2020-12-21 12:57:52 +01:00
Fredrik Adelöw dd402f5a66 Merge pull request #3776 from backstage/freben/catalog-schema-again
catalog-backend: flesh out and tweak the config schema
2020-12-21 12:40:25 +01:00
Patrik Oldsberg 9eab5096a2 Merge pull request #3588 from omerlh/patch-1
chore: use node 14 for backend dockerfile
2020-12-21 12:22:23 +01:00
Fredrik Adelöw 5084e50396 catalog-backend: flesh out and tweak the config schema 2020-12-21 12:21:40 +01:00
Patrik Oldsberg c7d355a19e Update chilled-pigs-destroy.md 2020-12-21 12:03:49 +01:00
keshan 359f9d2d8c Introduced config schema for techdocs plugins 2020-12-21 16:26:57 +05:30
Patrik Oldsberg 7afe9c85c5 Merge pull request #3733 from backstage/rugvip/url
catalog-backend: start warning about usage of deprecated location types
2020-12-21 11:42:03 +01:00
Patrik Oldsberg 5de26b9a6d catalog-backend: start warning about usage of deprecated location types 2020-12-21 11:25:43 +01:00
blam 8f01e55c5f chore: fixing changeset prettyness 2020-12-21 11:20:13 +01:00
blam 58dba4569a Merge branch 'mob/scaffolder-cra-fixes' of github.com:backstage/backstage into mob/scaffolder-cra-fixes
* 'mob/scaffolder-cra-fixes' of github.com:backstage/backstage:
  Create good-hairs-sniff.md
2020-12-21 11:19:54 +01:00
Ben Lambert 19554f6d68 Create good-hairs-sniff.md 2020-12-21 11:11:07 +01:00