This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Feb 13, 2022
-
-
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`
-
Ariya Hidayat authored
-
Jeff Bruemmer authored
-
Nemanja Glumac authored
-
Jeff Bruemmer authored
-
Alexander Lesnenko authored
-
Anton Kulyk authored
-
Anton Kulyk authored
* Make `performDefaultAction` usage more readable * Connect `Visualization` to redux * Fix visualization unit tests
-
- Feb 08, 2022
-
-
Cam Saul authored
* Simplify QP cache middleware * Fix hanging tests
-
Cam Saul authored
-
Ariya Hidayat authored
-
Alexander Lesnenko authored
* replace attrs to defaultProps (#20260) * replace attrs to defaultProps * fix replaced attrs * fix className in defaultProps * use emotion (#20265) * replace attrs to defaultProps * fix replaced attrs * use emotion * fix typo in css * eliminate innerRefs * fixes * fixes * fixes * fixes * flakes * specs * specs * docs * specs * fix last spec * remove classNames from defaultProps
-
Luis Paolini authored
* Update full-app-embedding.md * Update docs/enterprise-guide/full-app-embedding.md Co-authored-by:
flamber <1447303+flamber@users.noreply.github.com> * Update docs/enterprise-guide/full-app-embedding.md Co-authored-by:
flamber <1447303+flamber@users.noreply.github.com> * Update full-app-embedding.md Co-authored-by:
flamber <1447303+flamber@users.noreply.github.com>
-
Cam Saul authored
* Fix #9236 [WIP] * Revert unneeded changes * Only merge namespaced :options into result info * Revert unneeded changes * Everything is working
* Revert unneeded change * Fix #15578 part 2 * Fix #15578 (second attempt) * Test fixes * Sort namespaces * Clean namespaces * Add `:test` profile to `namespace-checker` to suppress log messages. * PR feedback * Fix namespaces * Fix docstring
-