Commit Graph

32172 Commits

Author SHA1 Message Date
Patrick Jungermann 4fba50f5d4 feat(catalog/gerrit): Add backend plugin
Add `gerritEntityProviderCatalogModule` (new backend-plugin-api, alpha).

Relates-to: PR #13859
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-10-07 12:32:51 +02:00
Patrick Jungermann 134b69f478 feat(catalog/gerrit): Add option to configure schedule via app-config.yaml
Relates-to: PR #13859
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-10-07 12:32:50 +02:00
Patrick Jungermann cd48ed8370 feat(catalog/bitbucketServer): Add backend plugin
Add `bitbucketServerEntityProviderCatalogModule` (new backend-plugin-api, alpha).

Relates-to: PR #13859
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-10-07 12:32:50 +02:00
Patrick Jungermann 68f7f5a857 feat(catalog/bitbucketServer): Add option to configure schedule via app-config.yaml
Relates-to: PR #13859
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-10-07 12:32:50 +02:00
Patrick Jungermann 0ca399b31b feat(catalog/azure): Add backend plugin
Add `azureDevOpsEntityProviderCatalogModule` (new backend-plugin-api, alpha).

Relates-to: PR #13859
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-10-07 12:32:50 +02:00
Patrick Jungermann 87ff05892d feat(catalog/azure): Add option to configure schedule via app-config.yaml
Relates-to: PR #13859
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-10-07 12:32:50 +02:00
Patrick Jungermann defb389ecd feat(catalog/awsS3): Add backend plugin
Add `awsS3EntityProviderCatalogModule` (new backend-plugin-api, alpha).

Relates-to: PR #13859
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-10-07 12:32:50 +02:00
Patrick Jungermann bae3617be5 feat(catalog/awsS3): Add option to configure schedule via app-config.yaml
Relates-to: PR #13859
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-10-07 11:15:20 +02:00
Fredrik Adelöw 61f5da108c Merge pull request #14016 from backstage/freben/stat
use response.status and response.json properly
2022-10-06 21:13:24 +02:00
Patrik Oldsberg 8446029a05 Merge pull request #13695 from luchillo17/feat/BCKSTG-52
docs: Add OIDC section
2022-10-06 16:28:26 +02:00
Johan Haals c2c7f89fca Merge pull request #14007 from gavlyukovskiy/gitlab-sourcepath
Added sourcePath to 'publish:gitlab:merge-request' action.
2022-10-06 16:18:52 +02:00
Patrik Oldsberg 7b57b1e2c2 Merge pull request #13977 from GoFightNguyen/patch-4
microsite: change 20220817-1 from upcoming to meetup
2022-10-06 16:11:57 +02:00
Arthur Gavlyukovskiy 55fb088922 Updated api-report
Signed-off-by: Arthur Gavlyukovskiy <agavlyukovskiy@gmail.com>
2022-10-06 15:21:19 +02:00
Arthur Gavlyukovskiy 944cc70a6f Update types on the action
Signed-off-by: Arthur Gavlyukovskiy <agavlyukovskiy@gmail.com>
2022-10-06 15:04:01 +02:00
Fredrik Adelöw 2d3a5f09ab json
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-10-06 15:00:36 +02:00
Fredrik Adelöw f3463b176b use response.status properly
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-10-06 14:50:20 +02:00
Arthur Gavlyukovskiy 4f25c81a27 Update .changeset/unlucky-seas-sip.md
Co-authored-by: Johan Haals <johan@haals.se>
Signed-off-by: Arthur Gavlyukovskiy <agavlyukovskiy@gmail.com>
2022-10-06 14:49:15 +02:00
Arthur Gavlyukovskiy 3297aa65d3 Update plugins/scaffolder-backend/api-report.md
Co-authored-by: Johan Haals <johan@haals.se>
Signed-off-by: Arthur Gavlyukovskiy <agavlyukovskiy@gmail.com>
2022-10-06 14:49:10 +02:00
Arthur Gavlyukovskiy e77616e880 Update plugins/scaffolder-backend/api-report.md
Co-authored-by: Johan Haals <johan@haals.se>
Signed-off-by: Arthur Gavlyukovskiy <agavlyukovskiy@gmail.com>
2022-10-06 14:49:04 +02:00
Fredrik Adelöw 56ea7edf63 Merge pull request #14001 from martincostello/gh-scaffolder-allow-configuring-strict-for-status-checks
feat: Allow configuring branch up-to-date-ness
2022-10-06 14:15:22 +02:00
Fredrik Adelöw dea1794ccf Merge pull request #14010 from gavlyukovskiy/fix-bitbucket-default-branch
Fixed setting default branch for bitbucket server.
2022-10-06 13:26:12 +02:00
Ben Lambert e029cd7894 Merge pull request #13987 from backstage/benjdlambert-patch-2
Updating Adopter Form Link
2022-10-06 12:47:15 +02:00
Arthur Gavlyukovskiy 4880d43e25 Fixed setting default branch for bitbucket server.
The main problem comes from `outputs.repoContentsUrl` that does not have reference to a branch, so that subsequent `catalog:register` action fails.

Bitbucket Cloud does not support setting default branch from REST API, but since the first pushed branch becomes default branch it works with current approach.

Signed-off-by: Arthur Gavlyukovskiy <agavlyukovskiy@gmail.com>
2022-10-05 23:44:24 +02:00
Arthur Gavlyukovskiy a8e9848479 Added sourcePath to 'publish:gitlab:merge-request' action.
Made both `sourcePath` and `targetPath` optional with fallback to `workspacePath`.
Because currently `targetPath` serves as both source and target, falling back to `targetPath` if `sourcePath` is not specified.
Also removed `draft` option from tests, because it's not supported in gitlab (probably copied from github tests).

Signed-off-by: Arthur Gavlyukovskiy <agavlyukovskiy@gmail.com>
2022-10-05 22:26:10 +02:00
martincostello 17ff77154c feat: Allow configuring branch up-to-date-ness
Allow users to configure whether GitHub branches from pull requests are required to be up to date when merging when configuring branch protections.

Signed-off-by: martincostello <martin@martincostello.com>
2022-10-05 13:55:53 +01:00
Fredrik Adelöw 32aa6532bf Merge pull request #13842 from anicke/bazaar-user-entity
Bazaar plugin: The project member link will now target the user catalog
2022-10-05 13:42:29 +02:00
Johan Haals b2bec2e5a2 Merge pull request #13859 from Bonial-International-GmbH/pjungermann/catalog-modules/new-backend-api
feat(catalog/bitbucketCloud): schedule via config + backend-plugin-api support
2022-10-05 12:52:18 +02:00
Niklas Aronsson d685676c04 Fix identityApi types in bazaar standalone server
Signed-off-by: Niklas Aronsson <niklasar@axis.com>
2022-10-05 11:24:07 +02:00
Patrick Jungermann a9b91d39bb feat(catalog/bitbucketCloud): Add backend plugin
Add `bitbucketCloudEntityProviderCatalogModule` (new backend-plugin-api, alpha).

Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-10-05 11:06:28 +02:00
Patrick Jungermann f66e696e7b feat(catalog/bitbucketCloud): Add option to configure schedule via app-config.yaml
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-10-05 11:06:28 +02:00
Johan Haals b2485bd9b4 Merge pull request #13996 from tomas-mota/patch-2
Remove extra "add" in sentence
2022-10-05 10:23:24 +02:00
Johan Haals e98a097005 Merge pull request #13993 from Pike/update-cookie-auth-contrib
Update authenticate-api-requests contrib page.
2022-10-05 10:22:50 +02:00
Tomás Mota 957518f40e Remove extra "add" in sentence
Signed-off-by: Tomás Mota <tomasrebelomota@gmail.com>
2022-10-05 07:34:52 +02:00
Axel Hecht 42f39cca99 Update authenticate-api-requests contrib page.
This comes with a few adjustments to newer versions of the dependency packages.
Also some cleanup, and adding a server-to-server auth path.

Signed-off-by: Axel Hecht <axel@pike.org>
2022-10-04 19:06:16 +02:00
Patrik Oldsberg 037b4393c4 Merge pull request #13868 from backstage/changeset-release/master
Version Packages (next)
2022-10-04 15:36:03 +02:00
Patrick Jungermann d4fea86ea3 feat(backend): Add function to read schedule from config
New function `readTaskScheduleDefinition` to read `TaskScheduleDefinition`
(aka. schedule) from the `Config`.

Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-10-04 14:38:00 +02:00
Niklas Aronsson c0352bbc69 Bazaar: Link to the member user catalog entity
If the optional user entity ref is available the link for a member will
point to the backstage catalog page for the user. Otherwise it will
default to the current "https://github.com/${displayName}".

Signed-off-by: Niklas Aronsson <niklasar@axis.com>
2022-10-04 14:23:12 +02:00
Niklas Aronsson 8554533546 Bazaar-backend: Add user entity field to members table
A new field has been added to the members table. When a user has
requested to be added to a project the "identityApi" is used to get the
entity ref of the user.

Signed-off-by: Niklas Aronsson <niklasar@axis.com>
2022-10-04 14:23:00 +02:00
github-actions[bot] 721c1efdb4 Version Packages (next) 2022-10-04 12:08:16 +00:00
Patrik Oldsberg 452063b87d Merge pull request #13847 from Oriflame/feature/jvilimek/score-card-plugin-integration
Score-card plugin integrated to example-app
2022-10-04 14:00:48 +02:00
Patrik Oldsberg 35f2f51bde Merge pull request #13943 from mitchhentgesspotify/caching-jest-only-watch-mode
CachingJestRuntime should not do extra work if not watching
2022-10-04 13:42:07 +02:00
Johan Haals ed818bf025 Merge pull request #13989 from backstage/rugvip/indexfix
core-app-api: fix index route gathering
2022-10-04 13:26:34 +02:00
Patrik Oldsberg 27e6404aba core-app-api: fix index route gathering
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-10-04 12:27:37 +02:00
Eric Peterson 169420074c Merge pull request #13988 from mehmetmalli/docs/search-elastic-engine-example
doc: fix incorrect example in elasticsearch search engine
2022-10-04 12:01:40 +02:00
Emma Indal 68f7be472b Merge pull request #13950 from backstage/bux/search-per-page-query-param
[Search] Create a per-page query param
2022-10-04 11:42:13 +02:00
Mehmet Mallı 79c6db302c doc: fix incorrect example in elasticsearch search engine
Signed-off-by: Mehmet Mallı <mehmet.malli@trendyol.com>
2022-10-04 12:40:17 +03:00
Ben Lambert fb7cdfbbcd Updating the adopter from]
Signed-off-by: Ben Lambert <blam@spotify.com>
2022-10-04 11:37:36 +02:00
Patrik Oldsberg 7af260740a Merge pull request #13980 from backstage/rugvip/tweak
backend-common: tweak DatabaseManager
2022-10-04 11:25:48 +02:00
Camila Belo 4ed1fa2480 refactor: apply review suggestions
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2022-10-04 10:54:09 +02:00
Camila Belo a799972bb1 Update api reports and add changeset files
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2022-10-04 10:54:09 +02:00