Commit Graph

9144 Commits

Author SHA1 Message Date
Marek Calus c0061218db Merge remote-tracking branch 'upstream/master' into mcalus3/add-catalog-import-plugin 2020-11-26 08:16:28 +01:00
Marek Calus faa73389f2 Change package versions 2020-11-26 06:29:29 +01:00
jothisubaramaniam 700a212b46 leave the changeset filename as is 2020-11-25 18:44:52 -05:00
Oliver Sand 6f70ed7a95 Replace usage of implementsApis with relations 2020-11-25 17:30:11 +01:00
Oliver Sand ff1301d28f Warn if app-backend can't start-up because missing dir 2020-11-25 17:28:07 +01:00
Oliver Sand 069cda35f4 Deprecate implementsApis 2020-11-25 16:21:08 +01:00
Oliver Sand ab94c9542f Add changeset 2020-11-25 16:03:02 +01:00
Oliver Sand d94c70d866 Merge pull request #2987 from SDA-SE/feat/api-page
Make api-docs customizable
2020-11-25 13:44:03 +01:00
Patrik Oldsberg de382d4215 Merge pull request #3438 from backstage/rugvip/bump
cli: update versions:bump to install new deps for accepted version ranges
2020-11-25 12:10:30 +01:00
Fredrik Adelöw 3aa7efb3ff backend-common: add support for passing false as a CSP field value, to drop it from the defaults (#3437) 2020-11-25 10:51:35 +01:00
Fredrik Adelöw 2daf18e809 catalog: emit all common relations based on specs (#3408) 2020-11-25 10:51:22 +01:00
Patrik Oldsberg f538e2c560 cli: update versions:bump to install new deps for accepted version ranges 2020-11-25 10:46:19 +01:00
Samira Mokaram ba63a66aa0 Merge branch 'master' of https://github.com/spotify/backstage into samiram/pagerduty-plugin 2020-11-25 10:32:42 +01:00
Brenda Sukh a2cfa311ab Update bar chart legend type usage 2020-11-24 18:46:05 -05:00
jothisubaramaniam 7e49365080 fix ci 2020-11-24 17:31:19 -05:00
jothisubaramaniam 3c66f864b2 changeset for bugfix issue 3223 2020-11-24 17:12:22 -05:00
Oliver Sand f3bb55ee31 Make api-docs customizable 2020-11-24 11:53:14 +01:00
github-actions[bot] fefb0e18e0 Version Packages 2020-11-24 10:17:02 +00:00
Ben Lambert 8aba3e4c47 Merge pull request #3406 from backstage/orkohunter/fix-kubernetes-backend
fix(kubernetes-backend): Fix Typescript error stopping backend to start
2020-11-24 11:13:18 +01:00
Ben Lambert 81b8c3c539 Merge pull request #3387 from andrewthauer/feat/circleci-updates
feat: improve circleci builds table
2020-11-24 11:12:27 +01:00
Andrew Thauer 27733fdfc6 Update .changeset/mighty-cycles-impress.md
Co-authored-by: Ben Lambert <ben@blam.sh>
2020-11-24 04:49:05 -05:00
Himanshu Mishra faf311c261 backstage-cli: Add changeset about new lint rule 2020-11-23 21:57:34 +01:00
Andrew Thauer a8de7f554c feat: improve circleci builds table 2020-11-23 11:44:49 -05:00
Patrik Oldsberg b47dce06fc backend-common: make integrations host and urls visibile in the frontend 2020-11-23 17:20:35 +01:00
Ben Lambert e906636d40 Merge pull request #3391 from backstage/rugvip/versions
cli: add versions:check and versions:bump
2020-11-23 16:23:09 +01:00
Ben Lambert d98fab5451 Merge pull request #2977 from moustafab/feature/k8s-label-selector
feat(kubernetes): update kubernetes plugin to support matchLabels
2020-11-23 16:15:29 +01:00
Patrik Oldsberg eba3841a2b Merge pull request #3397 from backstage/rugvip/bundlexperiment
cli: add experimental backend:bundle command
2020-11-23 15:27:50 +01:00
Ben Lambert 5f4add590f Merge pull request #3378 from SDA-SE/feat/sonarqube-config
Add config schema for the sonarqube plugin
2020-11-23 15:21:44 +01:00
Moustafa Baiou 1166fcc36e add changeset 2020-11-23 06:18:55 -05:00
Fredrik Adelöw 1185919f39 catalog: mark ancestors and descendants for deprecation (#3392) 2020-11-23 11:29:37 +01:00
Patrik Oldsberg 31d8b6979d cli: add experimental backend:bundle command 2020-11-23 11:29:26 +01:00
Adam Harvey 5a1d8dca38 Add changeset 2020-11-22 21:01:08 -05:00
Patrik Oldsberg 1af14032a0 cli: rename versions:lint to versions:check 2020-11-22 18:32:32 +01:00
Patrik Oldsberg 9913459698 changesets: add cli versions command change 2020-11-22 17:44:25 +01:00
Marek Calus 5d4873e142 Merge remote-tracking branch 'upstream/master' into mcalus3/add-catalog-import-plugin 2020-11-20 18:16:01 +01:00
Ryan Vazquez f2de7615bd Merge pull request #3375 from backstage/ryanv/truncate-large-percentages
truncate large percentages
2020-11-20 11:43:46 -05:00
Dominik Henneke 26484d4133 Add config schema for the sonarqube plugin 2020-11-20 17:33:12 +01:00
Ryan Vazquez c93a14b496 changeset 2020-11-20 10:29:14 -05:00
Marek Calus d74f239d5c Bump packages and add migration instruction
Migration instruction added to the changeset file.
2020-11-20 16:03:51 +01:00
Marek Calus a9fd599f7a Add chengeset 2020-11-20 15:41:47 +01:00
Patrik Oldsberg 9b38e3cff5 Merge pull request #3307 from mfrinnstrom/azureurlreader-readtree
AzureUrlReader readTree() support
2020-11-20 15:37:43 +01:00
Oliver Sand 475fc0aaa3 Make sidebar search field work (#3362)
* Make sidebar search field work

Extend the search page to have the ability to react to query parameters. The search in the sidebar now navigates to the search page and passes the query parameter. The search box on the search page is now debounced.

Closes #3341

* Fix sidebar search while the search page is already open
2020-11-20 15:14:18 +01:00
Mattias Frinnström bff3305aa9 Add changeset 2020-11-20 13:32:53 +01:00
Oliver Sand 0c21212400 Add support for reading groups and users from the Microsoft Graph API. (#3293)
* Add support for reading groups and users from the Microsoft Graph API.

* Limit amount of parallel requests

* Add helper for paging in odata collections

* Add tests for the microsoft graph reader

* Output the correct relations between groups and users
2020-11-20 12:53:12 +01:00
Patrik Oldsberg 5a4605f73d Merge pull request #3360 from backstage/rugvip/extbuild
cli: enable transformation of workspace packages outside the workspace root
2020-11-20 12:42:10 +01:00
Samira Mokaram 6011b7d3e5 add changeset 2020-11-20 12:07:43 +01:00
Patrik Oldsberg 29a0ccab2e changesets: add cli links change 2020-11-20 11:42:09 +01:00
Ben Lambert d815bcf0c9 Merge pull request #3351 from mfrinnstrom/scaffolder-support-add-azure-components
[Scaffolder] support adding scaffolded components in Azure DevOps to catalog
2020-11-20 11:04:18 +01:00
Adam Harvey 2a71f4babc register-component: Remove link to catalog item on validation popup (#3359)
* Remove catalog link on validate popup

* Add changeset
2020-11-20 09:28:19 +01:00
Ryan Vazquez 0045eefa8e Merge branch 'ryanvazquez-patch-1' of github.com:backstage/backstage into ryanvazquez-patch-1 2020-11-19 15:08:27 -05:00