This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Feb 14, 2022
-
-
Cam Saul authored
* Add failing test for #15978 * Improved test * Add new metabase.driver.query-processor.escape-join-aliases QP middleware * Test fix
* Add reference to #20307 * Add some extra dox * Test fixes for BigQuery drivers * revert unneeded change * Fix :bigquery and :bigquery-cloud-sdk mixup * Test fixes * Test fix * Remove comment I meant to remove -
Nemanja Glumac authored
Repro #20493: Dashboard filter with defaults, doesn't work if values are removed, query fails (#20495)
-
Alexander Lesnenko authored
* keep click * safari fixes
-
Nemanja Glumac authored
* Add repro for #20488 * Update frontend/test/metabase/scenarios/visualizations/smartscalar-trend.cy.spec.js Co-authored-by:
flamber <1447303+flamber@users.noreply.github.com> * Update number formatting Co-authored-by:
flamber <1447303+flamber@users.noreply.github.com>
-
Cam Saul authored
* New site-uuid Setting for token checks * Move Setting to public-settings; it has to be define afer we define ::uuid-nonce * Test fix
-
Bryan Maass authored
- no longer prints log about invalid expires cookie in tests
-
Diogo Mendes authored
* Creating reproduction for 20442 + some refactor * Skipping while waits for fix * Remove skip * Fix * Resolving as requested * Removing unneeded check * Update frontend/test/metabase/scenarios/admin/settings/sso/google.cy.spec.js Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com> * Remove unneded reload * Adding assertion Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
Ariya Hidayat authored
As documented, react-ace >=8 doesn't need brace anymore. This reduces the bundle size, resources/frontend_client/app/dist/vendor.bundle.js, by 218 KB, from 5286809 to 5063129 bytes.
-
Ariya Hidayat authored
-
Ariya Hidayat authored
-
Diogo Mendes authored
* Creating reproduction for 20442 + some refactor * Skipping while waits for fix * Remove skip * Fix
-
- Feb 13, 2022
-
-
Nemanja Glumac authored
* Optionally wrap question id to make it available outside of the original scope * Use `visitQuestion` to simpliy tests * Fix pivot_table tests * Fix repro 12568 for nested questions * Fix repro for 10803 * No need to rely on UI elements any more
-
Cam Saul authored
* Fix source aliases for Fields from joins not being properly escaped * Tweak TODO comment * Disable the flaky tests when running driver tests * Rename the new macro * Dox * Remove unused :require
-
Ariya Hidayat authored
-
Ariya Hidayat authored
Basically: ``` yarn upgrade @types/eslint@7.29.0 yarn upgrade @types/prettier@1.19.1 yarn upgrade @types/react-motion@0.0.32 yarn upgrade @types/react-router@3.0.28 yarn upgrade @types/react-transition-group@1.1.8 ```
-
Ariya Hidayat authored
-
- Feb 12, 2022
-
-
Ariya Hidayat authored
-
- Feb 11, 2022
-
-
Cam Saul authored
-
Cam Saul authored
* Fix BigQuery not qualifying source columns * Don't fix on 42 for the deprecated BigQuery driver * You know what I'll fix it after all. Why not. * Oops I updated the wrong part of the test
-
Noah Moss authored
-
Noah Moss authored
-
Dalton authored
-
Ariya Hidayat authored
In an expression `COUNT/2`, `COUNT` there should be treated as a function (i.e. `COUNT()`) instead of a field. Another function is the same category is `CUMULATIVECOUNT`. Both don't require any arguments, hence the parentheses are optional.
-
Diogo Mendes authored
-
Alexander Lesnenko authored
-
Alexander Polyankin authored
-
Anton Kulyk authored
* Group `Urls.question` args into object * Use `Urls.serializedQuestion` * Fix `tableRowsQuery` URL builder * Add E2E tests * Add routes with `/:objectId` * Add `objectId` support to question URL builders * Use `queryParams` from `location` in QB init * Fix `useSyncedQueryString` drops other params * Add `zoomInRow` action * Add `resetRowZoom` action * Add basic selectors * Modify `getIsObjectDetail` selector * Handle `objectId` during QB init * Replace actions opening prev/next object detail * Use zoomed row in object detail view * Update `ObjectDetailDrill` * Fix URLs update for detail views * Handle browser "back" button in detail view * Use question name as a fallback for object view title field * Fix E2E tests * Fix E2E test * Fix routes order * Fix opening a link to filtered out record * Move tests for object details * Fix regexp * Fix link style * Better routing handling
-
- Feb 10, 2022
-
-
Michiel Borkent authored
* honeysql var improvements * Define routes * Define routes * define-routes improvement * honeysql helpers * honesql * abs in clojure 1.11 * fix logic unresolved vars * deprecated * deprecated var warnings * undo replace
-
Cam Saul authored
-
Nemanja Glumac authored
* Remove superfluous isolated repro for 15648 * Remove superfluous isolated repro for 11183 * Remove superfluous isolated repro for 15574 * Remove superfluous isolated repro for 15446
-
Anton Kulyk authored
* Group `Urls.question` args into object * Use `Urls.serializedQuestion` * Fix `tableRowsQuery` URL builder
-
Anton Kulyk authored
* Fix nested arrays * Add unit test * Fallback to original revision message on error
-
Dalton authored
* Handle scenario where query is undefined * Add repro
-
Dalton authored
* Fix dashboard embedding locked parameter scripting err We were not passing the embedding components the correct parameter objects; instead of dashboard.parameters we need to pass the components parameters that have had metadata added to them such as the fields they are mapped to, as child parameters components now expect this metadata to exist. * Add e2e tests for embedded parameters
-
Jeff Bruemmer authored
-
Nemanja Glumac authored
* Add e2e helpers for bi-basics * Apply `summarize` helper to the related tests * Apply `filter` helper to the related tests
-
Anton Kulyk authored
-
Ariya Hidayat authored
-
- Feb 09, 2022
-
-
Alexander Lesnenko authored
-
Cam Saul authored
* Add org.quartz-scheduler/quartz as an explict dep and bump version from 2.17 -> 2.3.2 * Add no-op impl for `initialize` for our Quartz `ConnectionProvider`
-