Commit Graph

24007 Commits

Author SHA1 Message Date
blam 5625443a26 chore: added a note in the migration sheet
Signed-off-by: blam <ben@blam.sh>
2022-03-08 15:07:41 +01:00
blam 55999e8268 chore: reworking entityLinks
Signed-off-by: blam <ben@blam.sh>
2022-03-08 15:03:50 +01:00
blam 8122e27717 chore: added changeset
Signed-off-by: blam <ben@blam.sh>
2022-03-08 14:27:08 +01:00
blam 592ac178ec chore: updating documentation and removing the last of v1beta2
Signed-off-by: blam <ben@blam.sh>
2022-03-08 14:26:03 +01:00
Fredrik Adelöw 257af4c80e Merge pull request #10018 from backstage/freben/ldap-org-sched
Add a `schedule` parameter to `LdapOrgEntityProvider`
2022-03-08 11:33:46 +01:00
Fredrik Adelöw 4ecf32fe5d Merge pull request #10052 from backstage/freben/typo
fix typo
2022-03-08 11:33:28 +01:00
Fredrik Adelöw 125c70e893 Merge pull request #10053 from backstage/freben/better-sqlite-step-1
Do some groundwork for supporting the better-sqlite3 driver
2022-03-08 11:33:13 +01:00
Fredrik Adelöw 7290dda9d4 relax id requirement
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-03-08 10:32:58 +01:00
Fredrik Adelöw ab7cd7d70e Do some groundwork for supporting the better-sqlite3 driver
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-03-08 10:13:03 +01:00
Patrik Oldsberg 1f87e8a376 Merge pull request #10037 from backstage/rugvip/role-lint
cli: introduce role-based lint configuration setup
2022-03-08 09:27:19 +01:00
Fredrik Adelöw e6b4b32958 fix typo
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-03-08 09:20:44 +01:00
Fredrik Adelöw 562df0fccb Merge pull request #9924 from Bonial-International-GmbH/PJ_bitbucket_codeSearch
feat(integration,bitbucket): discover catalog files using Bitbucket Cloud's code search
2022-03-08 09:18:24 +01:00
Fredrik Adelöw 5bef88248c Merge pull request #10051 from backstage/dependabot/npm_and_yarn/ts-node-10.7.0
build(deps-dev): bump ts-node from 10.5.0 to 10.7.0
2022-03-08 07:46:10 +01:00
Fredrik Adelöw 36d28647fb Merge pull request #10050 from backstage/dependabot/npm_and_yarn/fs-extra-10.0.1
build(deps): bump fs-extra from 9.1.0 to 10.0.1
2022-03-08 07:44:52 +01:00
Fredrik Adelöw 8fc5e79b4c Merge pull request #10049 from backstage/dependabot/npm_and_yarn/aws-sdk-2.1088.0
build(deps): bump aws-sdk from 2.1065.0 to 2.1088.0
2022-03-08 07:42:23 +01:00
dependabot[bot] d73be97e0d build(deps-dev): bump ts-node from 10.5.0 to 10.7.0
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.5.0 to 10.7.0.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Commits](https://github.com/TypeStrong/ts-node/compare/v10.5.0...v10.7.0)

---
updated-dependencies:
- dependency-name: ts-node
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-08 04:24:27 +00:00
dependabot[bot] e0a69ba49f build(deps): bump fs-extra from 9.1.0 to 10.0.1
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 9.1.0 to 10.0.1.
- [Release notes](https://github.com/jprichardson/node-fs-extra/releases)
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jprichardson/node-fs-extra/compare/9.1.0...10.0.1)

---
updated-dependencies:
- dependency-name: fs-extra
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-08 04:23:22 +00:00
dependabot[bot] 3b9dab7f97 build(deps): bump aws-sdk from 2.1065.0 to 2.1088.0
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1065.0 to 2.1088.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.1065.0...v2.1088.0)

---
updated-dependencies:
- dependency-name: aws-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-08 04:08:43 +00:00
Patrick Jungermann 616f02ade2 feat(integration,bitbucket): discover catalog files using Bitbucket Cloud's code search
Support discovering catalog files using Bitbucket Cloud's code search
which allows finding multiple catalog files per repository (e.g., monorepo)
as well as creating Location entities for existing locations only.
(compared to creating an optional Location per matching repository using the
defined static path for the catalog file).

Closes: #9765
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-03-07 22:48:06 +01:00
Fredrik Adelöw f73c71980d Merge pull request #10043 from Bonial-International-GmbH/PJ_bitbucket_etag
feat(bitbucket): add support for ETag at `BitbucketUrlReader.readUrl`
2022-03-07 19:41:43 +01:00
Fredrik Adelöw 58e43d4c93 Merge pull request #10006 from alisaswong/sidebar-submenu-styling
add names to sidebar submenu styles
2022-03-07 18:46:58 +01:00
Patrick Jungermann aefca2a7e9 feat(bitbucket): add support for ETag at BitbucketUrlReader.readUrl
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-03-07 18:29:01 +01:00
Tim Hansen baa7597a42 Merge pull request #10036 from awanlin/topic/kind-header-respect-query-param-updates
Updated CatalogKindHeader to respect query param changes
2022-03-07 09:46:19 -07:00
Andre Wanlin 0f93aeaf8f Refactored based on feedback
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2022-03-07 10:26:13 -06:00
Alisa Wong 95667624c1 create changeset
Signed-off-by: Alisa Wong <alisa.wong@doordash.com>
2022-03-07 11:06:24 -05:00
Fredrik Adelöw 241c284b32 Merge pull request #9816 from julioz/periskop-plugin
Add Periskop plugin
2022-03-07 15:33:57 +01:00
Fredrik Adelöw 74663277fb rename to createScheduledTaskRunner
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-03-07 15:32:13 +01:00
Patrik Oldsberg 44cc7c3b95 changesets: added changeset for CLI lint config refactor
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-03-07 15:28:02 +01:00
Patrik Oldsberg 72fa341eb5 packages,plugins: tweak migrated lint configurations
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-03-07 15:28:01 +01:00
Andre Wanlin b713a987c8 Fixed failing test
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2022-03-07 08:13:54 -06:00
Fredrik Adelöw c72eb5bbb8 fixup
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-03-07 15:10:20 +01:00
Julio Zynger 14a7909017 Bump dependencies
Signed-off-by: Julio Zynger <julio.zynger@soundcloud.com>
2022-03-07 15:06:27 +01:00
Julio Zynger 45ea463a0d Update api-report
Signed-off-by: Julio Zynger <julio.zynger@soundcloud.com>
2022-03-07 15:06:27 +01:00
Julio Zynger ad865be170 Apply package roles
Signed-off-by: Julio Zynger <julio.zynger@soundcloud.com>
2022-03-07 15:06:27 +01:00
Julio Zynger 0dcea38a79 Bump @backstage/backend-common
Signed-off-by: Julio Zynger <julio.zynger@soundcloud.com>
2022-03-07 15:06:27 +01:00
Julio Zynger aee6d9d60c Use @backstage/errors
Signed-off-by: Julio Zynger <julio.zynger@soundcloud.com>
2022-03-07 15:06:27 +01:00
Julio Zynger 9e04715967 Extract interface
Signed-off-by: Julio Zynger <julio.zynger@soundcloud.com>
2022-03-07 15:05:55 +01:00
Julio Zynger 7235b16054 Rename annotation
Signed-off-by: Julio Zynger <julio.zynger@soundcloud.com>
2022-03-07 15:05:55 +01:00
Julio Zynger 71ced2f7a5 Rename dir
Signed-off-by: Julio Zynger <julio.zynger@soundcloud.com>
2022-03-07 15:05:55 +01:00
Julio Zynger dc4103fe09 Update documentation - don't mention standalone app difference
Signed-off-by: Julio Zynger <julio.zynger@soundcloud.com>
2022-03-07 15:05:55 +01:00
Julio Zynger bdfdace83c Rename PeriskopErrorsTable -> EntityPeriskopErrorsCard
Per https://backstage.io/docs/plugins/composability#naming-patterns

Signed-off-by: Julio Zynger <julio.zynger@soundcloud.com>
2022-03-07 15:05:55 +01:00
Julio Zynger 4d7c6e2a11 Count properly
Signed-off-by: Julio Zynger <julio.zynger@soundcloud.com>
2022-03-07 15:05:55 +01:00
Julio Zynger 77caacc10d Rewrite section in README
Signed-off-by: Julio Zynger <julio.zynger@soundcloud.com>
2022-03-07 15:05:55 +01:00
Julio Zynger 9cbfe00c5c Use ResponseErrorPanel
Signed-off-by: Julio Zynger <julio.zynger@soundcloud.com>
2022-03-07 15:05:55 +01:00
Julio Zynger 2d7aa19e09 Remove redundant cast
Signed-off-by: Julio Zynger <julio.zynger@soundcloud.com>
2022-03-07 15:05:55 +01:00
Julio Zynger a9c4cc9167 Replace moment with luxon
Signed-off-by: Julio Zynger <julio.zynger@soundcloud.com>
2022-03-07 15:05:55 +01:00
Julio Zynger 5ed59fb8c1 Revamp README
Signed-off-by: Julio Zynger <julio.zynger@soundcloud.com>
2022-03-07 15:05:55 +01:00
Julio Zynger b6fdf5c5f3 Fix warning and update api-reports
Signed-off-by: Julio Zynger <julio.zynger@soundcloud.com>
2022-03-07 15:05:55 +01:00
Julio Zynger 7bb98ee655 Rename host -> url
Signed-off-by: Julio Zynger <julio.zynger@soundcloud.com>
2022-03-07 15:05:55 +01:00
Julio Zynger 171be275ae Rename locations -> instances
Signed-off-by: Julio Zynger <julio.zynger@soundcloud.com>
2022-03-07 15:05:55 +01:00