Tim Hansen
dd7fa21e27
Add auth0 to DefaultProviderSettings
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-03-26 11:00:05 -06:00
Fredrik Adelöw
95ac3cd52c
Merge pull request #5129 from backstage/freben/header-labels
...
unify how the owner and lifecycle labels are made
2021-03-26 15:25:59 +01:00
Adam Harvey
883a8debf2
Merge pull request #4502 from adamdmharvey/system-diagram
...
catalog: Add new System Diagram card
2021-03-26 10:24:55 -04:00
Ben Lambert
80e92b8f48
Merge pull request #5034 from lunarway/feature/catalog-mode
...
Add readonly mode to catalog-backend
2021-03-26 15:13:56 +01:00
Adam Harvey
4ef1ba84d2
Change error reporting component
...
Signed-off-by: Adam Harvey <adam.harvey@dxc.com >
2021-03-26 09:40:19 -04:00
Adam Harvey
c0a6a25cc8
Update async deps
...
Signed-off-by: Adam Harvey <adam.harvey@dxc.com >
2021-03-26 09:34:07 -04:00
Adam Harvey
534f0fe8cb
Simplify filter
...
Signed-off-by: Adam Harvey <adam.harvey@dxc.com >
2021-03-26 09:33:15 -04:00
Adam Harvey
aabd999a1a
Update localization
...
Signed-off-by: Adam Harvey <adam.harvey@dxc.com >
2021-03-26 09:32:39 -04:00
Fredrik Adelöw
52b8b6c899
Merge pull request #5124 from backstage/dependabot/npm_and_yarn/immer-9.0.1
...
chore(deps): bump immer from 8.0.1 to 9.0.1
2021-03-26 10:20:07 +01:00
Fredrik Adelöw
22c5b750ad
Merge pull request #5126 from backstage/timbonicus/group-members
...
Fix MembersList not updating when group changes
2021-03-26 09:39:53 +01:00
dependabot[bot]
71b388c47e
chore(deps): bump immer from 8.0.1 to 9.0.1
...
Bumps [immer](https://github.com/immerjs/immer ) from 8.0.1 to 9.0.1.
- [Release notes](https://github.com/immerjs/immer/releases )
- [Commits](https://github.com/immerjs/immer/compare/v8.0.1...v9.0.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-26 09:24:08 +01:00
Fredrik Adelöw
8bee6a1319
unify how the owner and lifecycle labels are made
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-03-26 09:03:35 +01:00
Tim Hansen
baa39809e5
Fix MembersList not updating when group changes
...
Fixes #5108
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-03-25 22:16:46 -06:00
Crevil
d9638c3e8f
Allow DELETE /entities/by-uid/:uid in readonly mode
...
Signed-off-by: Crevil <bjoern.soerensen@gmail.com >
2021-03-25 21:03:28 +01:00
Crevil
ddf37387b2
Change to readonly config value
...
Signed-off-by: Crevil <bjoern.soerensen@gmail.com >
2021-03-25 20:59:34 +01:00
Crevil
f1b2c1d2c2
Add readonly mode to catalog
...
This change includes a new `mode` concept to the catalog backend. This gives us
the handle to configure catalog in a `readonly` mode as discussed in #3348 .
The new `catalog.mode` field configures that catalog in either `readwrite` or
`readonly`.
- `readwrite` is the current mode that allows users to register components at
startup through `catalog.locations` and with eg. plugin `catalog-import`
- `readonly` is the new mode which, for now, disables the mutating `location`
APIs
Signed-off-by: Crevil <bjoern.soerensen@gmail.com >
2021-03-25 20:59:33 +01:00
github-actions[bot]
844da89090
Version Packages
2021-03-25 17:46:13 +00:00
Dominik Henneke
72b174ef1a
Remove backend dependency in the plugin-search plugin
...
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com >
2021-03-25 16:40:02 +01:00
Adam Harvey
b20a7db89c
Merge branch 'master' into system-diagram
2021-03-25 11:07:32 -04:00
Fredrik Adelöw
d10b7d3642
Merge pull request #5107 from backstage/mob/detach-badges
...
detach the badges plugin from the catalog plugin
2021-03-25 15:57:03 +01:00
Adam Harvey
3039179996
Use WarningPanel
...
Signed-off-by: Adam Harvey <adam.harvey@dxc.com >
2021-03-25 09:53:38 -04:00
Adam Harvey
4491ba231f
Refactor entity collection
...
Signed-off-by: Adam Harvey <adam.harvey@dxc.com >
2021-03-25 09:50:35 -04:00
Fredrik Adelöw
4d248725e6
detach the badges plugin from the catalog plugin
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-03-25 14:37:41 +01:00
Ben Lambert
9955221427
Merge pull request #4956 from vinayvinay/vinay-fetch-cookiecutter-more-inputs
...
Adds inputs for fetch:cookiecutter action: copyWithoutRender, extensions, imageName
2021-03-25 14:30:55 +01:00
Eric Peterson
bb378ac6f2
Merge pull request #4515 from backstage/iameap/search-indexer
...
[Search] Foundation: plugins and types
2021-03-25 13:15:33 +01:00
Vinay P
673c4f7d5a
Allow overriding cookiecutter's docker imageName
...
.. to allow running custom-built images that have
cookiecutter installed alongwith extensions, for
example.
https://cookiecutter.readthedocs.io/en/1.7.2/advanced/template_extensions.html
related to:
https://github.com/backstage/backstage/pull/4956#discussion_r596846365
Signed-off-by: Vinay P <mail@vinayvinay.com >
2021-03-25 12:12:36 +00:00
Vinay P
b1dc16baa1
copyWithoutRender, extensions inputs for fetch:cookiecutter
...
as discussed in this GitHub issue:
https://github.com/backstage/backstage/issues/4920
Signed-off-by: Vinay P <mail@vinayvinay.com >
2021-03-25 12:12:14 +00:00
Oliver Sand
47569802cc
Merge pull request #5006 from SDA-SE/feat/userouteparams
...
Introduce `useRouteRefParams` to `core-api` to retrieve typed route params
2021-03-25 12:24:18 +01:00
Eric Peterson
6db7ef3f93
Merge pull request #4968 from adrianke77/techdocs-if-outdated-serve-and-start-build
...
TechDocs: show outdated docs and asnyc build new
2021-03-25 11:15:01 +01:00
Eric Peterson
0ca91909cd
Merge pull request #5089 from SDA-SE/feat/fix-admonition
...
Fix Icons of admonitions
2021-03-25 10:37:45 +01:00
Ben Lambert
327557937a
Merge pull request #5078 from backstage/dependabot/npm_and_yarn/kubernetes/client-node-0.14.0
...
chore(deps): bump @kubernetes/client-node from 0.13.2 to 0.14.0
2021-03-25 10:17:58 +01:00
Ben Lambert
a0f7c112fb
Merge pull request #5093 from backstage/timbonicus/auth-config
...
Auth types fix + GitLab audience is optional
2021-03-25 09:41:59 +01:00
Oliver Sand
ea9d977e7d
Fix icons of admonitions
...
The fixes one display issue of #3558
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com >
2021-03-25 08:45:19 +01:00
Fredrik Adelöw
0569e15759
Merge pull request #5082 from backstage/freben/ghdisclogbetterlol
...
Log how many repositories were actually matching in `GithubDiscoveryProcessor`
2021-03-25 06:52:09 +01:00
Chongyang Adrian, Ke
74e5042386
fix rebase clashes
...
Signed-off-by: Chongyang Adrian, Ke <ftt.adrian.ke@grabtaxi.com >
2021-03-25 11:00:04 +08:00
Chongyang Adrian, Ke
aaeb7ecf3c
TechDocs: show outdated docs and asnyc build new
...
Signed-off-by: Chongyang Adrian, Ke <ftt.adrian.ke@grabtaxi.com >
2021-03-25 10:26:11 +08:00
Patrik Oldsberg
4e49c73261
Merge pull request #5038 from erikxiv/fix/todo-forward-auth
...
fix: forward auth on todo backend requests
2021-03-24 23:55:29 +01:00
Tim Hansen
67f66c2962
Fix auth environment type; GitLab audience optional
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-03-24 15:47:17 -06:00
Eric Peterson
c0c0e30924
Merge pull request #5090 from SDA-SE/feat/example-docs
...
Different workaround for prettier issue with markdown files
2021-03-24 22:40:04 +01:00
Patrik Oldsberg
924256e069
Merge pull request #5092 from backstage/imgbot
...
[ImgBot] Optimize images
2021-03-24 22:01:31 +01:00
Eric Peterson
6e55099b58
Merge pull request #5063 from adrianke77/techdocs-sticky-sidebar
...
Add sticky sidebars and footer nav in Techdocs Reader
2021-03-24 20:54:27 +01:00
ImgBotApp
d9ded6d524
[ImgBot] Optimize images
...
*Total -- 625.75kb -> 362.63kb (42.05%)
/microsite/static/img/todo-logo.png -- 16.51kb -> 8.25kb (50.03%)
/plugins/cost-insights/src/assets/project-growth-alert-advanced.png -- 229.74kb -> 131.07kb (42.95%)
/plugins/cost-insights/src/assets/project-growth-alert-custom.png -- 197.32kb -> 114.43kb (42.01%)
/plugins/cost-insights/src/assets/project-growth-alert-basic.png -- 182.17kb -> 108.88kb (40.23%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com >
2021-03-24 19:15:56 +00:00
Ryan Vazquez
b9bf8a3343
Merge pull request #5075 from backstage/cost-insights-alerts-readme
...
add readme for cost insights public alerts
2021-03-24 14:48:06 -04:00
Ryan Vazquez
bc05e90297
link to main README; refactor wording
...
Signed-off-by: Ryan Vazquez <ryanv@spotify.com >
2021-03-24 14:31:18 -04:00
Oliver Sand
21cc2f9216
Different workaround for prettier issue with markdown files
...
Follow up for #5073
Instead of disabling prettier completely, I would prefer to disable it for the lines that actual cause issues.
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com >
2021-03-24 19:28:32 +01:00
Ryan Vazquez
117fa99502
Update plugins/cost-insights/src/alerts/README.md
...
Co-authored-by: Tim <timbonicus@gmail.com >
Signed-off-by: Ryan Vazquez <ryanv@spotify.com >
2021-03-24 13:24:21 -04:00
Ryan Vazquez
eb22cf5fe6
Merge pull request #5080 from backstage/export-component-types
...
fix missing type exports
2021-03-24 12:21:07 -04:00
Fredrik Adelöw
f47e11427e
Log how many repositories were actually matching in
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-03-24 16:08:07 +01:00
Adam Harvey
c04a3aa337
Merge pull request #5060 from adamdmharvey/update-badges
...
badges: Add icon to menu and reformat dialog
2021-03-24 10:24:14 -04:00
Ryan Vazquez
d10ea17c93
fix missing type exports
...
Signed-off-by: Ryan Vazquez <ryanv@spotify.com >
2021-03-24 10:08:11 -04:00