Commit Graph

503 Commits

Author SHA1 Message Date
Patrik Oldsberg 912ca7b583 plugins: use convertLegacyRouteRefs
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-01-19 11:28:14 +01:00
github-actions[bot] 8070f67dc4 Version Packages 2024-01-16 11:44:56 +00:00
github-actions[bot] ac277f3c91 Version Packages (next) 2024-01-09 12:44:34 +00:00
Patrik Oldsberg c7c259f75e Merge pull request #22035 from arctir/user-settings-nav-item
Add a user-settings core nav item
2024-01-09 10:16:24 +01:00
github-actions[bot] a3ccddeba5 Version Packages (next) 2024-01-02 10:42:54 +00:00
Craig Tracey eea0849d6b Add a user-settings core nav item
As user-settings should show up in the core nav, add a user-settings nav
item to the declarative integration plugin.

Signed-off-by: Craig Tracey <craig@arctir.com>
2023-12-27 15:17:00 -05:00
Fredrik Adelöw c85a2c813d Merge pull request #21731 from gashcrumb/use-select-control
feat: Use a Select control for the language select
2023-12-27 13:49:38 +01:00
github-actions[bot] c9f71fba8d Version Packages (next) 2023-12-25 23:42:26 +00:00
Fredrik Adelöw 76a4904d2a remove some unused deps
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-12-20 15:55:16 +01:00
Stan Lewis 56b2fb0726 feat: Use a Select control for the language select
This change updates the language selector in the user settings component
to use a Select control instead of a list of buttons.  The select
control will try and display the native language name instead of the
language code.  Fixes #21626

Signed-off-by: Stan Lewis <gashcrumb@gmail.com>
2023-12-19 10:25:25 -05:00
github-actions[bot] a9801a3ec9 Version Packages 2023-12-19 13:39:54 +00:00
Patrik Oldsberg 58141224d3 plugins: update all other plugins to fit new frontend system naming patterns
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-12-13 19:31:28 +01:00
github-actions[bot] 3f1192f32f Version Packages (next) 2023-12-12 15:45:17 +00:00
github-actions[bot] a7f57602d1 Version Packages (next) 2023-12-05 13:55:44 +00:00
Patrik Oldsberg a1227cc993 plugins: wrap extension elements in compatWrapper
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-11-29 10:44:48 +01:00
Patrik Oldsberg 8f5d6c1fbf frontend-plugin-api: wrap resolved extension inputs in an object
Co-authored-by: Camila Belo <camilaibs@gmail.com>
Co-authored-by: Vincenzo Scamporlino <vincenzos@spotify.com>
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: Philipp Hugenroth <philipph@spotify.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-11-28 19:17:48 +01:00
Patrik Oldsberg 36c94b8462 plugins: refactor DI extension IDs
Co-authored-by: Camila Belo <camilaibs@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-11-28 16:24:49 +01:00
github-actions[bot] 356906bab8 Version Packages (next) 2023-11-28 13:37:18 +00:00
Patrik Oldsberg aea8f8d329 repo-tools: flip around API report naming
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-11-28 10:47:35 +01:00
Patrik Oldsberg fb8f3bdbc2 plugins: update translation messages to use nested structure and camelCase
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-11-24 13:50:33 +01:00
github-actions[bot] 0351e094e8 Version Packages (next) 2023-11-21 23:07:07 +00:00
github-actions[bot] 8ece80419a Version Packages (next) 2023-11-21 15:13:12 +00:00
Fredrik Adelöw 1d7c989db2 remove even more BackstageTheme usages
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-11-20 15:52:05 +01:00
Patrik Oldsberg 63036ed4fa Merge pull request #21270 from backstage/vinzscam/move-collect-legacy-routes-to-compat
Move over collectLegacyRoutes to core-compat-api
2023-11-15 10:30:46 +01:00
github-actions[bot] c8a8aac2af Version Packages 2023-11-14 13:25:17 +00:00
Vincenzo Scamporlino aea1e02e0f chore: import convertLegacyRouteRef from core-compat-api
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2023-11-13 23:45:56 +01:00
renovate[bot] 4aa43f62aa chore(deps): update dependency cross-fetch to v4
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-11 14:02:08 +00:00
github-actions[bot] 8a9f0ce86b Version Packages (next) 2023-11-07 09:43:56 +00:00
github-actions[bot] f577e1176f Version Packages (next)
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-10-31 15:42:09 +01:00
github-actions[bot] 8345a35d04 Version Packages (next) 2023-10-24 11:04:16 +00:00
Fredrik Adelöw daf7d1bddb Merge pull request #17474 from backstage/freben/hack-presentation
An `entityPresentationApiRef`, for rendering rich entity refs
2023-10-24 11:26:41 +02:00
Fredrik Adelöw 3988751087 stop returning the entity
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-10-23 16:55:59 +02:00
Patrik Oldsberg ec1dde6831 switch to @testing-library/react 14
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-10-18 09:37:04 +02:00
Patrik Oldsberg aa2ff48a97 switch react version ranges to full format
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-10-18 09:37:03 +02:00
Patrik Oldsberg e9318414a0 update @testing-library/react to v13
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-10-18 09:37:03 +02:00
Patrik Oldsberg 912a0766a5 update react and react-dom peer dependency ranges to include 18
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-10-18 09:37:03 +02:00
Patrik Oldsberg c4c13a6cb1 frontend-plugin-api: default plugin routes to empty
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-10-17 11:58:19 +02:00
Patrik Oldsberg a285d8c000 API report updates and frontend-*-api fixes
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-10-17 11:58:19 +02:00
Patrik Oldsberg d84f5efa60 plugins: updates to convert legacy route refs to new system
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-10-17 11:57:52 +02:00
github-actions[bot] 8cdb8c2e40 Version Packages 2023-10-17 08:54:50 +00:00
Patrik Oldsberg 1fb652ffb5 Merge pull request #20535 from backstage/mob/external-routes
frontend-*-api: add support for route bindings
2023-10-11 19:59:50 +02:00
Fredrik Adelöw f0198b3ffc Merge pull request #20527 from backstage/renovate/testing-library-jest-dom-6.x
chore(deps): update dependency @testing-library/jest-dom to v6
2023-10-11 16:37:47 +02:00
Patrik Oldsberg 45193226aa plugin API report updates for new frontend-plugin-api type
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-10-11 15:31:32 +02:00
Vincenzo Scamporlino da6d238dd4 Merge pull request #20325 from backstage/vinzscam/user-settings-new-backend
User settings: new backend system
2023-10-11 13:09:37 +02:00
renovate[bot] 9a1fce352e chore(deps): update dependency @testing-library/jest-dom to v6
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-11 10:21:53 +00:00
Vincenzo Scamporlino 224907840c user-settings: minor fixes
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2023-10-11 12:05:43 +02:00
renovate[bot] f95af4e540 chore(deps): update dependency @testing-library/dom to v9
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-11 09:07:42 +00:00
Vincenzo Scamporlino 1e60a9c3a5 fronten-app-api: routing system matches subroutes
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2023-10-10 23:27:17 +02:00
Vincenzo Scamporlino 00d9803ce9 user-settings: keep page extension internal
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2023-10-10 23:27:17 +02:00
Vincenzo Scamporlino 2dd349cbef user-settings: remove extension data
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2023-10-10 23:27:17 +02:00