This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Feb 02, 2022
-
-
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
-
frannietrempe authored
-
Alexander Polyankin authored
-
Dalton authored
* remove the empty pinned section banner * make drop zone show up without any items * Skip associated unit test
-
Alexander Lesnenko authored
-
Anton Kulyk authored
-
Alexander Polyankin authored
-
Alexander Lesnenko authored
* upgrade packages, setup lint-staged * add tsc-files
-
Anton Kulyk authored
* Update QuickFilterDrill tests * Extend QuickFilterDrill tests * Extract `reference` method from `Field` * Extend Column type * Add mock column factory * Extend QuickFilterDrill unit tests * Extract `getFKFilter` function * Allow drills on fields without ID * Simplify condition for filters lookup * Handle aggregate and expression fields * Fix filter drills UI * Add tests for drill availability checks * Simplify drill availability check * Remove not used import * Fix test
-
Cam Saul authored
Don't parse MB_DB_CONNECTION_URI; use javax.sql.DataSource everywhere for app DB connection sources (#19970) * Use javax.sql.DataSource everywhere for app DB connection sources * Sort namespaces * Un-remove Kondo warning * Minor tweaks to support 'postgres:' ... * Remove ConnectionDataSource * Add warning about PG without sslmode back * PR feedback * Sort namespaces * Remove top-level calls to trs (not allowed because app DB isn't initialized yet anyway) * Test fix
(MySQL) -
Cam Saul authored
-
Cam Saul authored
* MBQL :expressions should use strings for keys * Make some more tests ^:parallel * Update dox * Test fix * Sort namespaces
-
Cam Saul authored
-
- Jan 31, 2022
-
-
Nemanja Glumac authored
-