-
- Downloads
Show error messages in create/edit GTAP modal (#14673)
* Rework tests in api.gtap-test * Return actual error message when trying to save an invalid sandbox query * Minor refactor * GTAP modal should display errors * Fix flow failure * Test fix * Another flow fix* Longer timeout for the test that keeps failing * Return error message as :message * New cache key for drivers/uberjar so Oracle/Vertica errors stop popping up * Revert cache key rotation * #14612 Repro: Sandboxing limitations should have meaningful UI error message/feedback (#14690) * Fix random Cypress test failures when fingerprinting fails? * Bump no-output-timeouts to 15m because CircleCI is extra slow lately Co-authored-by: Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
Showing
- .circleci/config.yml 19 additions, 19 deletions.circleci/config.yml
- enterprise/backend/src/metabase_enterprise/sandbox/models/group_table_access_policy.clj 16 additions, 12 deletions...e_enterprise/sandbox/models/group_table_access_policy.clj
- enterprise/backend/test/metabase_enterprise/sandbox/api/gtap_test.clj 126 additions, 129 deletions...ackend/test/metabase_enterprise/sandbox/api/gtap_test.clj
- enterprise/backend/test/metabase_enterprise/sandbox/models/group_table_access_policy_test.clj 12 additions, 12 deletions...erprise/sandbox/models/group_table_access_policy_test.clj
- enterprise/backend/test/metabase_enterprise/sandbox/query_processor/middleware/row_level_restrictions_test.clj 1 addition, 1 deletion...uery_processor/middleware/row_level_restrictions_test.clj
- enterprise/frontend/src/metabase-enterprise/sandboxes/components/GTAPModal.jsx 24 additions, 4 deletions...rc/metabase-enterprise/sandboxes/components/GTAPModal.jsx
- enterprise/frontend/test/metabase-enterprise/sandboxes/sandboxes.cy.spec.js 112 additions, 0 deletions...d/test/metabase-enterprise/sandboxes/sandboxes.cy.spec.js
- src/metabase/sync/analyze/fingerprint/fingerprinters.clj 2 additions, 1 deletionsrc/metabase/sync/analyze/fingerprint/fingerprinters.clj
Please register or sign in to comment