This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- 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
-
Howon Lee authored
More stuff in #18676. Supposed to be the BE for #20004 Just continuing static viz work. Stacked graphs only have a simple viz-settings flag turned on so making sure that gets to FE bit. No implementation of normalized stacks.
-
Ariya Hidayat authored
To avoid double runs of various checks (linters, tests, etc) on feature branch, we mainly run on pull_request trigger, i.e. the checks are carried out once that feature branch appears in a PR, and not before. We do however still run on push trigger for the important branches (master, release-*).
-
Alexander Lesnenko authored
-
dpsutton authored
* Unused bindings cleanup `clj-kondo --lint src:shared/src > lint` and then just work my way through it. Note that there are warnings about deprecations that we will need to get rid of as well. Most likely by turning off that warning until we are ready to tackle the project. * More unused and a sort ns * Removing unused svg helpers that eastwood is complaining about * Restore accidentally deleted `begin!` impl for xlsx * clean ns * clean ns * Last few unused bindings * kondo checks for empty docstrings * Little more cleanup
-
Alexander Lesnenko authored
-
Alexander Polyankin authored
-
Maz Ameli authored
0.42 translations: adds Indonesian, cleans up some strings, and updates our i18n build script (#20041) * update translation build script to catch ts and tsx files * add blank file for indonesian * makes password resetting less awesome * get rid of 'this item' text * add updated translations * Adjust E2E tests expectation of the strings (after the modification) Co-authored-by:
Ariya Hidayat <ariya@metabase.com>
-
frannietrempe authored
-
Alexander Polyankin authored
-
Jeff Bruemmer authored
-
Alexander Lesnenko authored
* handle crowded ordinal x ticks * fix default x tick label offset * fix weird horizontal padding on ordinal charts
-