Commit Graph

25504 Commits

Author SHA1 Message Date
github-actions[bot] 2e1cce5528 Version Packages (next) 2022-04-12 15:19:00 +00:00
Patrik Oldsberg 0df260a54f Merge pull request #10783 from backstage/rugvip/fixsync
workflows: make sync_vp fetch full history to enable release lookup
2022-04-12 17:13:43 +02:00
Patrik Oldsberg e2939aaef1 workflows: make sync_vp fetch full history to enable release lookup
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-04-12 17:02:24 +02:00
Eric Peterson 1001cd133d Merge pull request #10178 from backstage/techdocs/addon-integration
[TechDocs] Addon Framework
2022-04-12 16:27:02 +02:00
Eric Peterson 39a6eda01d Review feedback 2: electric boogaloo
Co-authored-by: Otto Sichert <git@ottosichert.de>
Co-authored-by: Anders Näsman <realandersn@users.noreply.github.com>
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2022-04-12 15:37:29 +02:00
Fredrik Adelöw 83efb0c492 Merge pull request #10763 from backstage/jhaals/story
Update storybook to 6.4.21
2022-04-12 14:48:45 +02:00
Patrik Oldsberg edfd12c232 Merge pull request #10667 from backstage/rugvip/collectrefactor
core-app-api: route collection refactoring in preparation for react-router changes
2022-04-12 14:46:35 +02:00
Patrik Oldsberg 526f5a6079 Merge pull request #10300 from backstage/rugvip/default-resolvers
auth-backend: remove all default sign-in resolvers
2022-04-12 13:43:33 +02:00
Fredrik Adelöw 44162eebd3 Merge pull request #10775 from backstage/mob/sidebarfix
core-components: fix highlighting of active sidebar items
2022-04-12 13:30:35 +02:00
Johan Haals edd1507199 Merge pull request #10770 from backstage/dependabot/npm_and_yarn/gitbeaker/node-35.6.0
build(deps): bump @gitbeaker/node from 35.5.0 to 35.6.0
2022-04-12 13:27:33 +02:00
Emma Indal b76e77546d Merge pull request #10405 from kuangp/feat/customSearchModal
feat(SidebarSearchModal): support customizing content
2022-04-12 13:20:02 +02:00
Eric Peterson a357c354af Do not use @alpha type in @public export
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2022-04-12 13:07:58 +02:00
Emma Indal b079651045 Merge branch 'master' into feat/customSearchModal 2022-04-12 13:07:13 +02:00
Patrik Oldsberg d505e43ffc core-components: fix highlighting of active sidebar items
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: blam <ben@blam.sh>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-04-12 12:14:28 +02:00
dependabot[bot] bb133adbf9 build(deps): bump @gitbeaker/node from 35.5.0 to 35.6.0
Bumps [@gitbeaker/node](https://github.com/jdalrymple/gitbeaker) from 35.5.0 to 35.6.0.
- [Release notes](https://github.com/jdalrymple/gitbeaker/releases)
- [Changelog](https://github.com/jdalrymple/gitbeaker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jdalrymple/gitbeaker/compare/35.5.0...35.6.0)

---
updated-dependencies:
- dependency-name: "@gitbeaker/node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-12 09:49:50 +00:00
Fredrik Adelöw 6de4927c75 Merge pull request #10140 from djamaile/feat/cicd-statistics-module-gitlab
plugin: introduce gitlab ci/cd statistics module
2022-04-12 11:39:14 +02:00
Eric Peterson 3fde9ea637 Merge branch 'master' into techdocs/addon-integration
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2022-04-12 11:36:59 +02:00
Patrik Oldsberg cd0105ff42 auth-backend: update getDefaultOwnershipEntityRefs to only consider groups
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-04-12 11:35:58 +02:00
Eric Peterson ca4420782c Review feedback.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2022-04-12 11:25:25 +02:00
Otto Sichert 1f51e960af Update draft comment for COMPONENT TechDocs location
Co-authored-by: Anders Näsman <realandersn@users.noreply.github.com>
Co-authored-by: Eric Peterson <iamEAP@users.noreply.github.com>
Signed-off-by: Otto Sichert <git@ottosichert.de>
2022-04-12 11:11:04 +02:00
Johan Haals 4e74532566 Merge pull request #10752 from backstage/emmaindal/search-react
[Search] introduce a new search-react package.
2022-04-12 11:08:21 +02:00
Otto Sichert 9c576e803b Make entity metadata exports private in TechDocs
Co-authored-by: Anders Näsman <realandersn@users.noreply.github.com>
Co-authored-by: Eric Peterson <iamEAP@users.noreply.github.com>
Signed-off-by: Otto Sichert <git@ottosichert.de>
2022-04-12 11:06:41 +02:00
Patrik Oldsberg a479e76604 auth-backend: rename all built-in resolvers
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-04-12 11:03:25 +02:00
Ben Lambert 8ab20bb7cb Merge pull request #10756 from shvmbisht/change-input-label
Change input label for owner field in GitlabRepoPicker
2022-04-12 11:02:17 +02:00
Johan Haals 7f92c53bb1 Merge pull request #10767 from backstage/dependabot/npm_and_yarn/microsoft/microsoft-graph-types-2.18.0
build(deps): bump @microsoft/microsoft-graph-types from 2.16.0 to 2.18.0
2022-04-12 10:48:07 +02:00
Otto Sichert a424baae87 Move TechDocs Subheader props to reduce API report
Co-authored-by: Anders Näsman <realandersn@users.noreply.github.com>
Co-authored-by: Eric Peterson <iamEAP@users.noreply.github.com>
Signed-off-by: Otto Sichert <git@ottosichert.de>
2022-04-12 10:29:27 +02:00
Otto Sichert 55c9f867a2 Downgrade @testing-library/react to resolve dependency conflict in tests
Co-authored-by: Anders Näsman <realandersn@users.noreply.github.com>
Co-authored-by: Eric Peterson <iamEAP@users.noreply.github.com>
Signed-off-by: Otto Sichert <git@ottosichert.de>
2022-04-12 10:27:27 +02:00
Patrik Oldsberg c93a63586d auth-backend: resolve context user -> User
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-04-12 10:13:29 +02:00
Fredrik Adelöw f2964093d2 Merge pull request #10739 from backstage/dependabot/npm_and_yarn/microsoft/api-extractor-model-7.16.1
build(deps): bump @microsoft/api-extractor-model from 7.16.0 to 7.16.1
2022-04-12 09:45:55 +02:00
Johan Haals 887a7bb4dc Merge pull request #10768 from backstage/dependabot/npm_and_yarn/npm-packlist-5.0.0
build(deps): bump npm-packlist from 3.0.0 to 5.0.0
2022-04-12 09:34:21 +02:00
Johan Haals 4a0d205b07 Merge pull request #10771 from backstage/dependabot/npm_and_yarn/google-cloud/storage-5.19.1
build(deps): bump @google-cloud/storage from 5.18.3 to 5.19.1
2022-04-12 09:20:59 +02:00
Johan Haals a7c1438123 Merge pull request #10769 from backstage/dependabot/npm_and_yarn/react-hook-form-7.29.0
build(deps): bump react-hook-form from 7.28.1 to 7.29.0
2022-04-12 09:20:24 +02:00
Shivam bisht 3a1ab7617c removed unnecssary changeset file
Signed-off-by: Shivam bisht <shvmbisht@gmail.com>
2022-04-12 12:36:36 +05:30
Shivam bisht 946af407db added changeset
Signed-off-by: Shivam bisht <shvmbisht@gmail.com>
2022-04-12 12:36:36 +05:30
Shivam bisht d693f14d36 added changeset
Signed-off-by: Shivam bisht <shvmbisht@gmail.com>
2022-04-12 12:36:36 +05:30
Shivam bisht 86a7c4bc5c added input label for GitlabRepoPicker
Signed-off-by: Shivam bisht <shvmbisht@gmail.com>
2022-04-12 12:36:36 +05:30
Johan Haals 28f21201c8 Merge pull request #10762 from backstage/jhaals/remove-octokit-dep
create-app: Remove octokit/rest from dependencies section
2022-04-12 08:59:56 +02:00
dependabot[bot] 7336fcf2fb build(deps): bump @google-cloud/storage from 5.18.3 to 5.19.1
Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 5.18.3 to 5.19.1.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v5.18.3...v5.19.1)

---
updated-dependencies:
- dependency-name: "@google-cloud/storage"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-12 05:53:14 +00:00
dependabot[bot] bde10e093d build(deps): bump react-hook-form from 7.28.1 to 7.29.0
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.28.1 to 7.29.0.
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.28.1...v7.29.0)

---
updated-dependencies:
- dependency-name: react-hook-form
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-12 05:51:17 +00:00
dependabot[bot] 3c26b2edb5 build(deps): bump npm-packlist from 3.0.0 to 5.0.0
Bumps [npm-packlist](https://github.com/npm/npm-packlist) from 3.0.0 to 5.0.0.
- [Release notes](https://github.com/npm/npm-packlist/releases)
- [Changelog](https://github.com/npm/npm-packlist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/npm-packlist/compare/v3.0.0...v5.0.0)

---
updated-dependencies:
- dependency-name: npm-packlist
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-12 05:50:15 +00:00
dependabot[bot] cc41a55cec build(deps): bump @microsoft/microsoft-graph-types from 2.16.0 to 2.18.0
Bumps [@microsoft/microsoft-graph-types](https://github.com/microsoftgraph/msgraph-typescript-typings) from 2.16.0 to 2.18.0.
- [Release notes](https://github.com/microsoftgraph/msgraph-typescript-typings/releases)
- [Commits](https://github.com/microsoftgraph/msgraph-typescript-typings/compare/2.16.0...2.18.0)

---
updated-dependencies:
- dependency-name: "@microsoft/microsoft-graph-types"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-12 05:48:59 +00:00
Patrik Oldsberg 1f873a0908 Merge pull request #10764 from spreadshirt/add-to-adopters
Add Spread Group to adopters
2022-04-11 17:50:11 +02:00
Fredrik Adelöw c86bdd3c35 Merge pull request #10760 from backstage/freben/bump-ansi-regex 2022-04-11 17:39:22 +02:00
Patrik Oldsberg 987bcc9b30 Merge pull request #10761 from backstage/rugvip/decision
docs: add section to help decide where to place code
2022-04-11 17:26:33 +02:00
Emma Indal b7d035cc29 feedback fixups
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-04-11 17:11:52 +02:00
Otto Sichert 883ab7228a Moved shared TechDocs utilities from plugin-techdocs to plugin-techdocs-react
Co-authored-by: Eric Peterson <iamEAP@users.noreply.github.com>
Co-authored-by: Anders Näsman <realandersn@users.noreply.github.com>
Signed-off-by: Otto Sichert <git@ottosichert.de>
2022-04-11 17:06:32 +02:00
Luna Stadler 0504eec0d6 Add Spread Group to adopters
Signed-off-by: Luna Stadler <luc@spreadshirt.net>
2022-04-11 16:17:15 +02:00
Johan Haals e2253f683c Update storybook to 6.4.21
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-04-11 16:17:12 +02:00
Otto Sichert b05870bcb7 Move @backstage/techdocs-addons to @backstage/plugin-techdocs-react
Co-authored-by: Eric Peterson <iamEAP@users.noreply.github.com>
Co-authored-by: Anders Näsman <realandersn@users.noreply.github.com>
Signed-off-by: Otto Sichert <git@ottosichert.de>
2022-04-11 16:13:07 +02:00
Johan Haals 47f0af3410 remove gitbeaker node, update changeset
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-04-11 16:11:44 +02:00