-
- Downloads
Improve driver deprecation UX (#17281)
* Improve driver deprecation UX Reworking the DriverWarning component to be able to change the engine itself by firing the event (so that the "go to older/newer version" links actually work) Some styling fixes to match Figma mockup Remove all grid-styled usage Remove all styling (except class names) from DriverWarning jsx file, move to the styled-component Implement db-ids-with-deprecated-drivers API endpoint for fetching DB IDs using deprecated drivers Add some plugin test init code to properly handle the test legacy/new drivers Adding test for new API Adding new entry in `MetabaseApi` frontend component for new API method
Showing
- frontend/src/metabase/admin/databases/containers/DatabaseEditApp.jsx 82 additions, 53 deletions...c/metabase/admin/databases/containers/DatabaseEditApp.jsx
- frontend/src/metabase/components/DriverWarning/DriverWarning.jsx 43 additions, 35 deletions...d/src/metabase/components/DriverWarning/DriverWarning.jsx
- frontend/src/metabase/components/DriverWarning/DriverWarning.styled.jsx 36 additions, 5 deletions...etabase/components/DriverWarning/DriverWarning.styled.jsx
- frontend/src/metabase/services.js 1 addition, 0 deletionsfrontend/src/metabase/services.js
- frontend/src/metabase/setup/components/Setup.jsx 5 additions, 5 deletionsfrontend/src/metabase/setup/components/Setup.jsx
- src/metabase/api/database.clj 11 additions, 0 deletionssrc/metabase/api/database.clj
- test/metabase/api/database_test.clj 12 additions, 1 deletiontest/metabase/api/database_test.clj
- test/metabase/plugins/driver_deprecation_test.clj 2 additions, 2 deletionstest/metabase/plugins/driver_deprecation_test.clj
- test/metabase/query_processor_test/explicit_joins_test.clj 12 additions, 12 deletionstest/metabase/query_processor_test/explicit_joins_test.clj
- test/metabase/test/initialize.clj 9 additions, 0 deletionstest/metabase/test/initialize.clj
- test/metabase/test/initialize/plugins.clj 7 additions, 0 deletionstest/metabase/test/initialize/plugins.clj
Please register or sign in to comment