This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- May 02, 2022
-
-
Jeff Bruemmer authored
-
Nick Fitzpatrick authored
-
Anton Kulyk authored
-
Anton Kulyk authored
* Break down `loadMetadataForQueries` function * Allow extra deps for `loadMetadataForQueries` * Fix typo * Add `dependentMetadata` method to Question * Load extra model dependencies in QB * Handle custom FK columns in `ObjectDetailDrill` * Add ObjectDetailDrill test * Fallback to result metadata in object detail drill * Load extra model metadata in dashboards * Add `clean` option to `getUrlWithParameters` * Fix drilling from native models in dashboards * Add E2E tests
-
Anton Kulyk authored
-
Anton Kulyk authored
* Remove not used props * Fix unknown props on a DOM element
-
- Apr 30, 2022
-
-
Ariya Hidayat authored
-
Ariya Hidayat authored
-
- Apr 29, 2022
-
-
Noah Moss authored
-
Nemanja Glumac authored
Fixed in #22226.
-
Ryan Laurie authored
-
Jeff Bruemmer authored
-
Ariya Hidayat authored
-
Noah Moss authored
* bump snowplow * bufferSize -> batchSize * pin jackson-databind to 2.13.2.2
-
Braden Shepherdson authored
It should come from the context, like all the other drivers.
-
dpsutton authored
* Handle locationlization errors from java.util.Locale Indonesian has code "id". But ``` ;; java 11 (str (java.util.Locale/forLanguageTag "id")) => "in" ;; java 17 (str (java.util.Locale/forLanguageTag "id")) => "id" ``` And this was bad. Because the frontend sends us the language to use: "id" for indonesian. We write that down. And then when we need to construct the index.html page with the correct translations, instead of using "id"-- the value we were given-- we construct a Locale from "id" and then get the str value of that which is "in". We don't have a in.edn file, there's no frontend in.json file, and moment.js has no in localization. And this all happened because we kept this value we all agreed upon in a java util class and then asked it for that value back. * Localization names have hyphens, files underscores * Added docstring * docstrings * Assert language id and POE header value in tests * localized json files don't exist until a build step Co-authored-by:
Adam James <adam.vermeer2@gmail.com>
-
Natalie authored
-
Cam Saul authored
* Store test failure reports * Just set Java option instead of fancy CI config.
-
Nemanja Glumac authored
Fixes #22266.
-
Dalton authored
-
Dalton authored
-
Noah Moss authored
* ignore exceptions when updating perms for tests * ignore exceptions in finally block as well * restore correct graph
-
Ariya Hidayat authored
-
Alexander Polyankin authored
-
Noah Moss authored
* fix column name for remapped fields * unskip repro * remove csv from cypress repro * fix cypress test * also check that :remapped_from is set on col metadata * revert import syntax
-
Ngoc Khuat authored
-
Ariya Hidayat authored
-
Diogo Mendes authored
-
Mahatthana (Kelvin) Nomsawadi authored
* Put as much route under authentication as possible * Fix wrong redirection
-
Mahatthana (Kelvin) Nomsawadi authored
* Fix repro for #20471 after #20953 is merged * Make database list error message prettier
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Nick Fitzpatrick authored
Adding can_write check to save question modal
-
Nick Fitzpatrick authored
invalidate revisions on question revert
-
Anton Kulyk authored
* Add E2E test * Exclude undefined query params from question URLs * Allow passing `objectId` to `getUrlWithParameters` * Accept PK in `navigateToNewCardFromDashboard` * Add `extra` viz click action param * New implementation for dashboard PK drill * Pass objectId from drill to dashboard nav action * Fix intercepted route * Fix test name * Use URLs for PK dash drill without filters
-
Mahatthana (Kelvin) Nomsawadi authored
-
Alexander Kiselev authored
-
Alexander Polyankin authored
-
- Apr 28, 2022
-
-
Noah Moss authored
* migrate scoring to defenterprise * migrate parameters to defenterprise * migrate snippet perms to defenterprise * migrate gtap deletion to defenterprise * migrate params.field-values to defenterprise * remove ee-strategy-impl code
-