This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Apr 11, 2023
-
-
Aleksandr Lesnenko authored
-
Braden Shepherdson authored
Fixes #29989
-
Cam Saul authored
* Add QP test middleware to validate converted pMBQL queries against MLv2 schema * Revert 'fix' for #29944 * Fix ups * Hack * Fix final test failure * Remove unused namespace * MLv2 metadata calculation validation * Handful of test fixes
* Fix Kondo warning * Skip #29958 * Don't barf when metadata is missing * Skip percentile tests * Update skip rule for #29910 to skip `:convert-timezone` with string literal date * Fix Saved Question js metadata * Update e2e test * Update Cypress test -
Cam Saul authored
* Add QP test middleware to validate converted pMBQL queries against MLv2 schema * Revert 'fix' for #29944 * Fix ups * Hack * Fix final test failure * Remove unused namespace * MLv2 metadata calculation validation * Handful of test fixes
* Fix Kondo warning * Skip #29958 * Don't barf when metadata is missing * Skip percentile tests * Update skip rule for #29910 to skip `:convert-timezone` with string literal date -
Cam Saul authored
* Add QP test middleware to validate converted pMBQL queries against MLv2 schema * Revert 'fix' for #29944 * Fix ups * Hack * Fix final test failure * Remove unused namespace * Fix Kondo warning * Skip #29958 * Fix #29970 * Thank you @metamben
-
Cam Saul authored
-
Cam Saul authored
* Add QP test middleware to validate converted pMBQL queries against MLv2 schema * Revert 'fix' for #29944 * Fix ups * Hack * Fix final test failure * Remove unused namespace * Fix Kondo warning * Skip #29958 * Add MLv2 schema for `:var` * Fix typo * Additional tests.
-
Denis Berezin authored
-
metamben authored
-
Case Nelson authored
* Add current-breakout function * Add handling for breakouts to remove and replace clause * Fix tests and cljs compile * Fix lints * Address PR comments * Adjust naming based on PR comments * Move remove and replace clause to avoid circular def * Fix js requires * Fix JS requires * Update for filter to filters change * Address PR comment
-
metamben authored
* Rename current-filters to filters * Unify return values of pMBQL interrogation functions aggregations, breakouts, expressions, filters, order-bys all return nil instead of an empty vector.
-
Ariya Hidayat authored
-
Nemanja Glumac authored
f -> of
-
Cam Saul authored
* Add QP test middleware to validate converted pMBQL queries against MLv2 schema * Revert 'fix' for #29944 * Fix ups * Hack * Fix final test failure * Remove unused namespace * Fix Kondo warning * Skip #29958
-
Oisin Coveney authored
Co-authored-by:
Oisin Coveney <oisin@metabase.com> Co-authored-by:
Alexander Polyankin <alexander.polyankin@metabase.com>
-
Nemanja Glumac authored
-
Braden Shepherdson authored
Use the canonical `metabase.mbql.js/normalize` instead, with a bit of customization for the query builder's needs. In the long run this should be fully unified; for now at least the logic is inside MLv2 now. All the test cases from the existing code are still exercised between `selectors.unit.spec` and `metabase.mbql.js_test`.
-
Cal Herries authored
* Add upterm session * Add sleep to avoid race condition * Remove upterm session * Temporarily remove flaky test * Remove sleep
-
- Apr 10, 2023
-
-
Emmad Usmani authored
* refactor custom `TabList` from `ModelDetailPage` into a core component (#29669) commit-id:e6ea2eb9 * add menu to `TabButton` (#29697) * add `disabled` prop to `TabButton` (#29772) * create renameable `TabButton` variant (#29801) * add `showMenu` prop and fix bg color
-
Case Nelson authored
-
Case Nelson authored
* Rename stage field to fields * Convert join condition to conditions * Do legacy to mbql conversion in lib.util/pipeline * Fixing tests * Do not convert questions twice * Fix linter * Fix tests * Fix mongo tests that were building incorrect legacy queries * Fix mongo properly
-
Cam Saul authored
* Fix #29902 * Test fixes & PR feedback
-
Emmad Usmani authored
* Re-export typesafe redux hooks * rename `redux.unit.spec.js` * add support for `dispatch.action` syntax * use `createMockUser` * replace author name in comment with PR number * remove custom hooks in favor of using `extend-redux` * revert changes to `renderWithProviders`
-
metamben authored
-
Mark Bastian authored
Added code to infer some basic visualizations once sql is inferred. Includes tests.
-
Kyle Doherty authored
This reverts commit 1f402637.
-
metamben authored
-
Ngoc Khuat authored
-
Cam Saul authored
* MLv2: Add sample-dataset test metadata * Fixups * More fixes
-
Cal Herries authored
* Add safe DDL commands to the whitelist for actions * Run 'GRANT ALTER ANY SCHEMA TO GUEST;' on sample database * Grant permissions for test databases and add test for sample database * Fix test * Fix test * Add test for adding/removing columns
-
- Apr 09, 2023
-
-
Ngoc Khuat authored
-
- Apr 08, 2023
-
-
Denis Berezin authored
-
- Apr 07, 2023
-
-
Mark Bastian authored
Limiting viewable LLM modes to the latest version of each generation of GPT.
-
Ngoc Khuat authored
-
Cam Saul authored
-
Alexander Polyankin authored
-
Aleksandr Lesnenko authored
-
Alexander Polyankin authored
-
- Apr 06, 2023
-
-
Cam Saul authored
* MLv2 source-alias and desired-alias * Add tests for JVM metadata provider * De-duplicate JVM versions * Remove unused * Appease Kondo * Address PR feedback * Test fixes
* Fix padding logic. * Extra test cases -
Anton Kulyk authored
* Add test for saved question / model as a source * Fix Model metadata --------- Co-authored-by:
Cam Saul <github@camsaul.com>
-