Commit Graph

10081 Commits

Author SHA1 Message Date
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
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
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