This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Feb 03, 2022
-
-
Anton Kulyk authored
* Extract native editor height utils into their own file * Compute initial height for native model query editor * Fix hook
-
Anton Kulyk authored
* Enable repro * Assert query hash after saving query changes * Fix query hash appears on clean model
-
Nemanja Glumac authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Ariya Hidayat authored
-
- Feb 02, 2022
-
-
Ariya Hidayat authored
-
Ariya Hidayat authored
-
Cam Saul authored
-
Anton Kulyk authored
-
Nemanja Glumac authored
* Remove superfluous `beforeEach` * Simplify `locks display to table` test Cuts the test running time in half. It goes from 10s to 4-5s. * Simplify `allows to edit GUI model query` test Cuts the test running time in half. It goes from ~16s to ~8s. * Group GUI models related tests into a separate `describe` block * Simplify `allows to edit native model query` test Cuts the test running time almost in half. It goes from ~12s to ~7s. * Group native models related tests into a separate `describe` block
-
Nemanja Glumac authored
* Handle NULL value for integer fingerprints Fixes #19976. * conditionally show some or none of component depending on if numbers are present in fingerprint * Make jsdoc return type accurate * add unit tests for this scenario * rmv unused import Co-authored-by:
Dalton Johnson <daltojohnso@users.noreply.github.com>
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Noah Moss authored
-
Dalton authored
* let user add missing options to ListField widget * let any value that is not an option be added * remove test regarding search input
-
Dalton authored
-
Anton Kulyk authored
* Reproduce #19742 * Filter out undefined tables * Add a note about repro test
-
Noah Moss authored
-
Jeff Evans authored
Break out separate util fn to return the given `authdb` or the canonical default ("admin") Add invocation to new util fn from the `mcred/create` call
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Anton Kulyk authored
* Fix can't resize native query editor * Fix DataSelector's onClose prop handling
-
Alexander Polyankin authored
-
- Feb 01, 2022
-
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-
Nemanja Glumac authored
-
Cam Saul authored
Metabase 43 QP middleware overhaul part 3: convert all pre-processing middleware to the new pattern (#19937) * Metabase 43 QP middleware overhaul (part 1) * Make linter happy * Test fix * Fix merge * Remove perms key after normalization * Remove unused namespace * Metabase 43 QP middleware overhaul part 2 * Sort namespaces * Convert all pre-processing middleware to the new pattern * Sort namespace * Minor code cleanup * Address PR feedback * Sort namespaces * Split QP middleware into different groups * Sort namespaces * Fix the helper `question` function * Wait for the card query to load before typing Co-authored-by:
Nemanja <31325167+nemanjaglumac@users.noreply.github.com>
-
Cam Saul authored
* Fix regression breaking support for user:password@host Postgres connection strings * Actually we need to handle either Postgres OR MySQL * Fix the helper `question` function * Wait for the card query to load before typing Co-authored-by:
Nemanja <31325167+nemanjaglumac@users.noreply.github.com>
-
Nemanja Glumac authored
-
Cam Saul authored
Disable remapping when syncing Field values. Handle human readable values in `GET /api/field/:id/values` (#19901) * Disable remapping when syncing Field values. Handle human readable values in GET /api/field/:id/values * Don't require `:has_field_values` to be list to actually return anything. * Make sure GET /api/field/:id/values returns :field_id or it breaks the FE * Fix add-dimension-projections middleware not respecting disable-remaps? key
-
Nemanja Glumac authored
* Fix the helper `question` function * Wait for the card query to load before typing
-