Commit Graph

10095 Commits

Author SHA1 Message Date
dependabot[bot] dab7f8dbd3 build(deps): bump @google-cloud/container from 2.3.0 to 3.0.0
Bumps [@google-cloud/container](https://github.com/googleapis/nodejs-cloud-container) from 2.3.0 to 3.0.0.
- [Release notes](https://github.com/googleapis/nodejs-cloud-container/releases)
- [Changelog](https://github.com/googleapis/nodejs-cloud-container/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-cloud-container/compare/v2.3.0...v3.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-11 04:07:21 +00:00
Johan Haals be906d84fe fix year off-by-one error
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-03-10 16:15:13 +01:00
Johan Haals 36c2ada275 Keep target field in entities output
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-03-10 16:15:13 +01:00
Johan Haals cdb623445e remove target from catalog tests
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-03-10 16:15:13 +01:00
Johan Haals d3e9ec43b7 catalog-model: Remove target from EntityRelation type.
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-03-10 16:15:12 +01:00
Fredrik Adelöw 165cabfeb6 Merge pull request #9976 from backstage/freben/generation
remove `metadata.generation`
2022-03-10 15:45:21 +01:00
github-actions[bot] b6d947b67f Version Packages 2022-03-10 11:30:23 +00:00
Fredrik Adelöw af685aaeb9 Merge pull request #10084 from backstage/blam/fix-icon-color-for-scaffolder
Fixing `FavoriteEntity` border color
2022-03-10 12:22:22 +01:00
Fredrik Adelöw 0279b7b1c9 Merge pull request #10105 from backstage/freben/check-for-processors
add check for externalized processors
2022-03-10 12:12:00 +01:00
Fredrik Adelöw a6e2851902 add check for externalized processors
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-03-10 11:51:18 +01:00
Johan Haals bf9e47470d Merge pull request #10076 from mclarke47/refactor-k8s-backend-plugin
refactor k8s fanout handler
2022-03-10 11:31:39 +01:00
Fredrik Adelöw b48d1cdf85 Merge pull request #10062 from backstage/freben/freben/task-cron-source
Add cron support to `@backstage/backend-tasks`
2022-03-10 11:16:04 +01:00
Fredrik Adelöw d4934e19b1 move gitlab to a separate package too
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-03-10 10:45:54 +01:00
Fredrik Adelöw 60df8a58b4 change to nested object for cron
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-03-10 10:24:39 +01:00
Fredrik Adelöw 80724779ca review comments
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-03-10 09:40:50 +01:00
Fredrik Adelöw 47a5ae5dd2 move out bitbucket into a separate module too
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-03-10 09:34:27 +01:00
Fredrik Adelöw ef09266bc7 Merge pull request #9876 from simplybusiness/airbrake-no-projectid-no-error
Airbrake Plugin: No API calls made or errors created if there is no project ID
2022-03-09 19:49:07 +01:00
Tim Hansen 809e4d6951 Merge pull request #9961 from backstage/timbonicus/catalog-allowed-kinds
Add allowedKinds option to CatalogKindHeader
2022-03-09 11:22:21 -07:00
github-actions[bot] 1693f2dc74 Version Packages (next) 2022-03-09 16:09:04 +00:00
Karan Shah 880a1a495d We don't need @backstage/errors anymore
Signed-off-by: Karan Shah <karan.shah@simplybusiness.co.uk>
2022-03-09 14:53:41 +00:00
Karan Shah b0e575d29a Remove unneeded test since the code no longer has this logic
Signed-off-by: Karan Shah <karan.shah@simplybusiness.co.uk>
2022-03-09 14:49:43 +00:00
Karan Shah 12deed2614 Address further concerns
- Remove custom error
- Remove enums
- The API no longer checks validity of its input, the calling useAsync call does that

Signed-off-by: Karan Shah <karan.shah@simplybusiness.co.uk>
2022-03-09 14:46:59 +00:00
blam 04f08d1863 chore: this color should be white in both themes
Signed-off-by: blam <ben@blam.sh>
2022-03-09 11:25:53 +01:00
mclarke 487f03b151 refactor fanout handler
Signed-off-by: mclarke <mclarke@spotify.com>
2022-03-08 13:29:32 -05:00
Dominik Schwank f751e84572 fix(catalog-backend-module-ldap): ignore search reference
Having search referrals in the response causes the processor to stop right now. Instead of throwing
an error they can simply be ignored and logged out.

Signed-off-by: Dominik Schwank <dominik.schwank@sda.se>
2022-03-08 16:42:36 +01:00
Ben Lambert 9fce456176 Merge pull request #10063 from backstage/blam/last-of-v2
🧹 Documentation changes for some scaffolder packages
2022-03-08 14:27:07 +00:00
blam 55999e8268 chore: reworking entityLinks
Signed-off-by: blam <ben@blam.sh>
2022-03-08 15:03:50 +01:00
Ben Lambert 96a95415c5 Merge pull request #10058 from backstage/blam/scaffolder-frontend-removals
🧹 some final removals for scaffolder plugin and cleanup `api-report`
2022-03-08 13:29:15 +00: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
Ben Lambert a610a4e0f9 Update plugins/scaffolder/src/components/Router.tsx
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: blam <ben@blam.sh>
2022-03-08 13:50:53 +01:00
Ben Lambert f9ed42aba0 Apply suggestions from code review
Signed-off-by: Ben Lambert <blam@spotify.com>

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2022-03-08 12:49:26 +00:00
Fredrik Adelöw dc104b3f4a more prep work for better-sqlite3
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-03-08 13:24:04 +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 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 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
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
blam 2c1a2eecce chore: removed the last of the deprecations and fixed up the api-RepoUrlPickerFieldExtension
Signed-off-by: blam <ben@blam.sh>
2022-03-07 21:53:29 +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
blam cabf951c37 chore: updating the api-reports
Signed-off-by: blam <ben@blam.sh>
2022-03-07 21:16:16 +00:00
blam 37027286a6 chore: removing some more deprecations
Signed-off-by: blam <ben@blam.sh>
2022-03-07 21:14:00 +00:00
blam 56e79b5388 chore: removing setSecret function in favour of setSecrets
Signed-off-by: blam <ben@blam.sh>
2022-03-07 21:11:36 +00:00
Tim Hansen 9332992d3f Lowercase queryParam kind to match Select values
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2022-03-07 12:26:33 -07:00
Tim Hansen 9a06d18385 Add allowedKinds option to CatalogKindHeader
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2022-03-07 09:49:59 -07: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
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 72fa341eb5 packages,plugins: tweak migrated lint configurations
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-03-07 15:28:01 +01:00