-
- Downloads
Add QP middleware to auto-parse string values to correct type (backported from master) (#13443)
* Feature/postgres cypress tests (#13311) Add Postgress tests to Cypress test suite This commit is introducing a new feature by adding a possibility to test Postgress related issues. It adds an updated CI configuration that plays nice with [Docker QA database](https://github.com/metabase/metabase-qa ) (postgress-12). It also adds a few repros, listed below: * Add repro for #12762 * Add repro for #13263 (#13303) --- * Add an example for how to run metabase-qa postgres in CI * Add e2e test for adding/connecting PostgreSQL database (#13296) Co-authored-by: @dacort * Enable test for #13263 * Better error handling for API database list endpoint for invalid drivers * Backport auto-parse-filter-values middleware [ci all] * Parse integers to Longs [ci postgres] Co-authored-by:Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
Showing
- .circleci/config.yml 15 additions, 0 deletions.circleci/config.yml
- frontend/test/metabase-db/postgres/add.cy.spec.js 96 additions, 0 deletionsfrontend/test/metabase-db/postgres/add.cy.spec.js
- frontend/test/snapshot-creators/default.cy.snap.js 5 additions, 0 deletionsfrontend/test/snapshot-creators/default.cy.snap.js
- src/metabase/api/database.clj 10 additions, 2 deletionssrc/metabase/api/database.clj
- src/metabase/query_processor.clj 2 additions, 0 deletionssrc/metabase/query_processor.clj
- src/metabase/query_processor/middleware/auto_parse_filter_values.clj 44 additions, 0 deletions...e/query_processor/middleware/auto_parse_filter_values.clj
- test/metabase/api/database_test.clj 14 additions, 1 deletiontest/metabase/api/database_test.clj
- test/metabase/driver/postgres_test.clj 8 additions, 0 deletionstest/metabase/driver/postgres_test.clj
- test/metabase/query_processor/middleware/auto_parse_filter_values_test.clj 40 additions, 0 deletions...ry_processor/middleware/auto_parse_filter_values_test.clj
Loading
Please register or sign in to comment