Commit Graph

32133 Commits

Author SHA1 Message Date
Camila Belo 5eb598babb refactor(search-react): restrict range of valid options type
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2022-10-07 18:31:34 +02:00
Camila Belo 3de4bd4f19 Create a page limit component
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2022-10-06 09:00:59 +02: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
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
Camila Belo d7200e4d91 Add page limit to search context and state
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2022-10-04 10:54:09 +02:00
Camila Belo 60a912cd2c Rename param to page limit and validate its type
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2022-10-04 10:54:09 +02:00
Emma Indal 814c8a61f6 Search engines to use resultPerPage param if provided
Co-authored-by: Camila Loiola <camilaibs@gmail.com>
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-10-04 10:54:09 +02:00
Emma Indal 876e3b3d0c Accept resultsPerPage param on the search query
Co-authored-by: Camila Loiola <camilaibs@gmail.com>
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-10-04 10:54:09 +02:00
Fredrik Adelöw abfa5a313c Merge pull request #13976 from begrossi/patch-4
Fix Inter&Co on Adopters list
2022-10-04 10:46:45 +02:00
Fredrik Adelöw a81345ddbb more
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-10-04 10:44:58 +02:00
Johan Haals 35438ef744 Merge pull request #13670 from fabuloso/secure-google-oauth-logout
Revoke Google OAuth refresh token on logout
2022-10-04 10:36:00 +02:00
Patrik Oldsberg 78a70322ca Merge pull request #13972 from backstage/rugvip/module-id
backend-plugin-api: update module ID format
2022-10-04 10:34:57 +02:00
Camila Belo 74bb1424b2 Merge pull request #13957 from backstage/bux/search-list-empty-state
[Search] Customize <SearchResultList /> no results state
2022-10-04 10:09:27 +02:00
Fredrik Adelöw 631f2ffc58 Merge pull request #13688 from Ahampa07/feat/add-copy-entity-link-support-in-entity-page-context-menu
Add support for copy entity url in entity page context menu
2022-10-04 10:01:51 +02:00
Emma Indal 4c480aeefb Merge pull request #13945 from backstage/bux/search-group-empty-state
[Search] Customize <SearchResultGroup/> no results state
2022-10-04 09:57:36 +02:00
hram_wh 692db580b2 req changes made
Signed-off-by: hram_wh <hakkam@Hakkams-MacBook-Pro.local>
2022-10-04 10:55:37 +05:30
Patrik Oldsberg a35a27df70 backend-plugin-api: update module ID format
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-10-04 00:31:25 +02:00
Patrik Oldsberg d45fc41bc7 backend-common: tweak DatabaseManager
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-10-03 23:14:32 +02:00
Bruno E. Grossi d02af3719a Fix Inter&Co on Adopters list
Signed-off-by: Bruno E. Grossi <begrossi@users.noreply.github.com>
2022-10-03 12:18:23 -03:00
Fredrik Adelöw 71a0780ac3 Merge pull request #13973 from begrossi/patch-3
Adding Inter&Co to Adopters list.
2022-10-03 17:14:08 +02:00
Fredrik Adelöw d63b875014 Merge pull request #13974 from GoFightNguyen/patch-2
microsite: add Sept 2022 adopters community session
2022-10-03 17:13:54 +02:00
Jason Nguyen ef54987f25 microsite: add Sept 2022 adopters community session
Signed-off-by: Jason Nguyen <jsn.dev@outlook.com>
2022-10-03 09:08:29 -06:00
Bruno E. Grossi b44338f6c4 Adding Inter&Co to Adopters list.
Signed-off-by: Bruno E. Grossi <begrossi@users.noreply.github.com>
2022-10-03 11:50:13 -03:00
Francesco Saltori 06d61d1266 Add plugin-user-settings changeset
Signed-off-by: Francesco Saltori <francescosaltori@gmail.com>
2022-10-03 16:31:33 +02:00
Fredrik Adelöw 6d8c801bad Merge pull request #13869 from lunarway/feature/entity-kind-picker
Implement EntityKindPicker for the catalog
2022-10-03 16:06:36 +02:00
Ben Lambert a288036ba6 Merge pull request #13971 from backstage/blam/get-client
Cache the `getDatabase` call in `DatabaseManager` based on `pluginId`
2022-10-03 15:58:09 +02:00
blam dcedf1bab5 chore: store the promise instead to combat race conditions
Signed-off-by: blam <ben@blam.sh>
2022-10-03 15:15:23 +02:00
Johan Haals c53904300b Merge pull request #13920 from imleozzito/master
feat: allow auth0 provider to specify connection/connection_scope config
2022-10-03 15:11:53 +02:00