Commit Graph

7102 Commits

Author SHA1 Message Date
Mattias Frinnström a9155afb83 Some small changes 2020-11-20 13:32:53 +01:00
Mattias Frinnström bff3305aa9 Add changeset 2020-11-20 13:32:53 +01:00
Mattias Frinnström 34a51a288a Expose ZipArchiveResponse through ReadTreeResponseFactory 2020-11-20 13:32:53 +01:00
Mattias Frinnström 9367dde00d Introduce ZipArchiveResponse 2020-11-20 13:32:53 +01:00
Mattias Frinnström c6cf38c6a4 Rename ArchiveResponse to TarArchiveResponse 2020-11-20 13:32:23 +01:00
Ben Lambert 1550cba47b Merge pull request #3358 from adamdmharvey/faq-update
docs: Update to the FAQ
2020-11-20 13:20:21 +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
Fredrik Adelöw ecf1e06cda docs: flesh out the catalog Extending the model section (#3352) 2020-11-20 12:10:40 +01:00
Patrik Oldsberg 6e0dd11669 Merge pull request #3297 from ayshiff/feature/add-missing-component-tests
[CORE] Add missing component tests
2020-11-20 12:01:19 +01:00
Patrik Oldsberg 7bf1606100 github/vocab: add subtree ._. 2020-11-20 11:42:09 +01:00
Patrik Oldsberg 29a0ccab2e changesets: add cli links change 2020-11-20 11:42:09 +01:00
Patrik Oldsberg 206dce0bf8 docs/create-app: document external package linking 2020-11-20 11:42:08 +01:00
Patrik Oldsberg 8cc862ebfc cli: enable transformation of workspace packages outside the workspace root 2020-11-20 11:42:08 +01:00
Ben Lambert a63a03c52a Merge pull request #3361 from RoadieHQ/feat/update-marketplace-plugins
Marketplace: Add Buildkite plugin, update plugins logos path
2020-11-20 11:37:16 +01:00
Mateusz Lewtak b1a4e6a237 Feat: update Firebase logo 2020-11-20 11:27:41 +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
Patrik Oldsberg 64d2d56123 Merge pull request #3289 from backstage/rugvip/stability
docs: add stability index
2020-11-20 09:53:34 +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
Adam Harvey 7f6ebc4c32 Fix links for mkdocs/relative 2020-11-19 20:38:53 -05:00
Adam Harvey 90dfe05c82 Remove extra comma 2020-11-19 20:35:48 -05:00
Adam Harvey 3cada41862 Remove trailing slash 2020-11-19 20:34:54 -05:00
Adam Harvey d90bbb8380 FAQ Updates 2020-11-19 20:32:47 -05:00
Patrik Oldsberg d39ef4ecf5 Merge pull request #3354 from backstage/rugvip/governance
Update Governance
2020-11-19 23:41:20 +01:00
Ryan Vazquez e9e64a6f84 Merge pull request #3355 from backstage/ryanvazquez-patch-1
fix icon configuration
2020-11-19 15:23:00 -05: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
Ryan Vazquez 8e6728e254 changeset 2020-11-19 15:07:44 -05:00
Ryan Vazquez aa22f839ca fix icon configuration
The icon subfield of `products` is optional. The plugin provides a fallback icon for products that do not define them.
2020-11-19 15:04:07 -05:00
Patrik Oldsberg 79431253de Update Governance 2020-11-19 20:47:33 +01:00
Mateusz Lewtak 1adfd1cfac Feat: Add Buildkite plugin, update plugin logotypes 2020-11-19 17:57:29 +01:00
Ben Lambert 8803fec70d Merge pull request #3288 from backstage/changeset-release/master
Version Packages
2020-11-19 17:11:22 +01:00
blam 69c924f24a chore: fixing issue with resolutions for new versions of backstage 2020-11-19 16:37:51 +01:00
github-actions[bot] bc0f47b7b7 Version Packages 2020-11-19 15:13:57 +00:00
Ryan Vazquez 3e16e86ab6 Merge pull request #3335 from backstage/ryanv/product-panel-improvements
Ryanv/product entity dialog improvements
2020-11-19 10:10:10 -05:00
Ben Lambert 9a7f7948ff Merge pull request #3323 from andrewthauer/remove-circle-proxy
chore: remove obsolete circleci proxy config
2020-11-19 15:12:52 +01:00
Mattias Frinnström ef2831dde3 Add changeset 2020-11-19 15:00:24 +01:00
Mattias Frinnström a13a090de9 Use the new catalogInfoUrl in TemplatePage 2020-11-19 14:53:16 +01:00
Mattias Frinnström 67b6320e83 Generate catatalog-info.yaml URL in the publishers 2020-11-19 14:53:15 +01:00
Mattias Frinnström e0a910bc6d Start using the extracted types 2020-11-19 14:53:15 +01:00
Mattias Frinnström 76306d3e4b Extract types 2020-11-19 14:53:15 +01:00
Askar 019c67a022 fix(search): return EmptyState/Progress bar/Alert depending on result of api call (#3350)
* fix(search): return EmptyState/Progress bar/Alert depending on result of api request

* Update plugins/search/src/components/SearchResult/SearchResult.tsx

Co-authored-by: Emma Indal <emma.indahl@gmail.com>

Co-authored-by: Emma Indal <emma.indahl@gmail.com>
2020-11-19 13:39:22 +01:00
Ben Lambert bb6ea2bc48 Merge pull request #3338 from StefanoVuerich/master
fix: conditional getuid and getgid for Windows environment
2020-11-19 12:01:48 +01:00
Ben Lambert 6146efd2f5 Merge pull request #3315 from RoadieHQ/feat/bump-github-insights-plugin-ver
Feat: bump GitHub Insights Plugin version
2020-11-19 12:00:36 +01:00
Himanshu Mishra de3240d2df Merge pull request #3339 from backstage/orkohunter/repo-move-url-fix
docs: Correct URL of techdocs-container
2020-11-19 11:48:49 +01:00
Stefano Vuerich 09d90484ea fix: runned prettier 2020-11-19 11:46:34 +01:00
Patrik Oldsberg d5d28cab88 Merge pull request #3346 from SDA-SE/fix-api-docs-icon
Replace broken icon for the api-docs plugin
2020-11-19 11:44:00 +01:00
Mateusz Lewtak c425002729 Feat: resolve conflicts 2020-11-19 11:42:01 +01:00
Patrik Oldsberg 63de5ed007 Merge pull request #3331 from backstage/rugvip/cbapp
create-app: add app-backend plugin to template
2020-11-19 11:39:29 +01:00
Oliver Sand ef8dff2cbe Replace broken icon for the api-docs plugin
Closes #3330

I would guess that https://github.com/vscode-icons/vscode-icons is a more stable location for an icon.
2020-11-19 11:38:36 +01:00
Ben Lambert b7f38b3909 Merge pull request #3334 from backstage/orkohunter/add-catalog-client-docs
docs: Add catalog-client to project structure
2020-11-19 11:19:22 +01:00