Patrik Oldsberg
99be3057ce
catalog-backend: fix bug where all entities got read back from the catalog
2021-01-05 18:09:44 +01:00
Dominik Henneke
9c09a364f8
Remove the dependency from the catalog plugin to techdocs
2021-01-04 15:53:54 +01:00
Ben Lambert
cf2c2df7d3
Merge pull request #3834 from erikxiv/fix/techdocs-ghe-apibaseurl
...
Fix for integration.github.apiBaseUrl configuration not properly overriding apiBaseUrl used by techdocs
2021-01-04 13:18:22 +01:00
Ben Lambert
ce20e3a0ec
Merge pull request #3889 from backstage/freben/changesets-again-arrgh
...
add + fix changesets that were missed
2021-01-04 11:32:44 +01:00
Himanshu Mishra
562d0f4603
Merge pull request #3859 from backstage/orkohunter/scaffolder-allow-retry-without-loading
...
fix(scaffolder): Allow user to retry creating new component without having to reload the page
2021-01-04 11:24:25 +01:00
Fredrik Adelöw
49d2016a46
add + fix changesets that were missed
2021-01-03 10:09:32 +01:00
Fredrik Adelöw
0508e16368
Merge pull request #3884 from backstage/freben/missed-changeset
...
add forgotten changeset
2020-12-30 15:30:04 +01:00
Patrik Oldsberg
3fc684738d
Merge pull request #3885 from backstage/rugvip/https
...
backend-common: Fix HTTPS certificate generation, deprecate params, and cache certificates
2020-12-30 14:45:48 +01:00
Patrik Oldsberg
bc909178d7
Create tough-jars-share.md
2020-12-30 13:57:55 +01:00
Fredrik Adelöw
036a84373f
add forgotten changeset
2020-12-30 13:30:58 +01:00
Patrik Oldsberg
5ecd50f8a0
changeset: add changeset for backend https certificate generation
2020-12-30 12:57:29 +01:00
Fredrik Adelöw
fbf8e597b8
Merge pull request #3874 from backjo/feature/AwsOrganizationProcessor
...
feat: add catalog ingestion processor for indexing AWS accounts
2020-12-30 09:20:42 +01:00
Jonah Back
73e75ea0a5
Add changeset
2020-12-29 12:47:58 -08:00
Adam Harvey
851001728a
Merge branch 'master' into fix-catalog-import
2020-12-29 11:44:07 -05:00
Ben Lambert
2c36df1ee7
Merge pull request #3805 from backstage/blam/isomorphic-git
...
Remove the NodeGit Dependency in favour of isomorphic-git
2020-12-29 14:46:35 +01:00
Patrik Oldsberg
316905094d
Merge pull request #3866 from backstage/rugvip/fields
...
backend-common: include extra fields on dev log formatter
2020-12-29 13:58:08 +01:00
blam
00042e73c0
chore: added changeset for changed files
2020-12-29 13:37:12 +01:00
github-actions[bot]
a1ebbdeee0
Version Packages
2020-12-29 10:59:38 +00:00
Patrik Oldsberg
0829ff1269
backend-common: include extra fields on dev log formatter
2020-12-29 11:52:46 +01:00
Patrik Oldsberg
352a6581ff
create-app: add start-backend script to template
2020-12-29 11:17:58 +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
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