Commit Graph

13143 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
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
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
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
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
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
Fredrik Adelöw fcba74f97b Merge pull request #13960 from amreshh/master
VaultBuilder.tsx renamed to VaultBuilder in order for module to be co…
2022-10-03 15:00:57 +02:00
Fredrik Adelöw bb47522f6d Merge pull request #13953 from acierto/task-logging
Switching off duplicated timestamp
2022-10-03 15:00:23 +02:00
Johan Haals 3443256fd6 Merge pull request #13911 from al06/catalog-table-enhancement-with-label-column
feat: enhance catalog-plugin table with label column
2022-10-03 13:50:14 +02:00
Camila Belo 310438cf28 refactor: apply review suggestions
Co-authored-by: Eric Peterson <iamEAP@users.noreply.github.com>
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2022-10-03 13:33:04 +02:00
Fredrik Adelöw 1bd10b8657 Merge pull request #13928 from backstage/freben/one-more-integration
One more integration test
2022-10-03 09:49:31 +02:00
bnechyporenko 00c477f3e1 Merge remote-tracking branch 'origin/master' into task-logging 2022-10-03 08:33:51 +02:00
Amresh Hanoeman dae0bbe522 VaultBuilder.tsx renamed to VaultBuilder in order for module to be correctly loaded
Signed-off-by: Amresh Hanoeman <20923769+amreshh@users.noreply.github.com>
2022-10-02 14:58:11 +02:00
Emma Indal 6faaa05626 changeset and api report updates
Co-authored-by: Camila Loiola <camilaibs@gmail.com>
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-10-02 11:34:30 +02:00
Emma Indal 6cbe962a5f Fixup storybook examples
Co-authored-by: Camila Loiola <camilaibs@gmail.com>
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-10-02 11:34:30 +02:00
Emma Indal 86e899b977 Be able to pass through index used for index ranking
Co-authored-by: Camila Loiola <camilaibs@gmail.com>
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-10-02 11:34:30 +02:00
Camila Belo 41ee0f3711 core: update api reports
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2022-10-02 11:20:12 +02:00
Camila Belo c27186ff01 feat(search-react): custom result list empty state
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2022-10-02 11:20:11 +02:00
Camila Belo 92da032e0e feat(search-react): context provider accepts null children
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2022-10-02 10:29:59 +02:00
Matthew Clarke d4a8c683be feat: Add request details to k8s service locator (#13871)
* feat: Add request details to k8s service locator

BREAKING_CHANGE: Service locator now takes additional args

Signed-off-by: Matthew Clarke <mclarke@spotify.com>

* changeset && api report

Signed-off-by: Matthew Clarke <mclarke@spotify.com>

* Update .changeset/silent-bees-repeat.md

Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Matthew Clarke <matthewclarke47@gmail.com>
Signed-off-by: Matthew Clarke <mclarke@spotify.com>

* update changeset

Signed-off-by: Matthew Clarke <mclarke@spotify.com>

* Update silent-bees-repeat.md

Signed-off-by: Matthew Clarke <mclarke@spotify.com>

Signed-off-by: Matthew Clarke <mclarke@spotify.com>
Signed-off-by: Matthew Clarke <matthewclarke47@gmail.com>
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-10-01 12:53:11 -04:00
Crevil f81ce9d438 Review updates
Signed-off-by: Crevil <bjoern.soerensen@gmail.com>
2022-10-01 09:02:37 +02:00
bnechyporenko f3a79e851e Switching off duplicated timestamp
Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
2022-09-30 22:41:56 +02:00
Francesco Saltori 342618a84a Added logout error handling test
Signed-off-by: Francesco Saltori <francescosaltori@gmail.com>
2022-09-30 17:14:31 +02:00
Emma Indal bd9f398150 Tests for custom no result component
Co-authored-by: Camila Loiola <camilaibs@gmail.com>
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-09-30 14:53:59 +02:00
Emma Indal 523f32778c Storybook examples for custom no result component
Co-authored-by: Camila Loiola <camilaibs@gmail.com>
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-09-30 14:53:35 +02:00
Emma Indal 5c5c79ec75 Optional property for custom no result component
Co-authored-by: Camila Loiola <camilaibs@gmail.com>
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-09-30 14:52:33 +02:00
Ankit Luthra c74b8e2807 chore: rephrase changeset and inline render logic for feat: enhance catalog-plugin with label column
Signed-off-by: Ankit Luthra <ankitluthra06@gmail.com>
2022-09-30 18:15:12 +05:30
Johan Haals 1c0aed4dd2 Merge pull request #13924 from kuangp/fix/dryRun/layouts
fix(dryRunEditor): render custom layouts
2022-09-30 13:55:15 +02:00
Patrik Oldsberg 53d1fc435f Merge pull request #13732 from acierto/entity-ref-link
Provide custom displayed text in EntityRefLinks
2022-09-30 13:41:11 +02:00
Fredrik Adelöw 273009ba39 One more integration test
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-09-29 19:33:40 +02:00
Phil Kuang 8220f2fd83 fix(dryRunEditor): render custom layouts
Signed-off-by: Phil Kuang <pkuang@factset.com>
2022-09-29 12:53:48 -04:00