This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Apr 29, 2022
-
-
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
-
Alexander Lesnenko authored
* check ci * add test-case * apply iso format only to numbers
-
Cam Saul authored
* mbql.u/add-temporal-unit should ignore invalid units rather than erroring * Test fixes
-
Noah Moss authored
-
Nemanja Glumac authored
-
Ariya Hidayat authored
-
Alexander Lesnenko authored
* fix y-axis scatter extend calculation * add visual test
-
Nemanja Glumac authored
-
Alexander Lesnenko authored
-
Anton Kulyk authored
* Allow navbar on embedded homepage * Use regexps
-
Anton Kulyk authored
* Fix FK filter * Add query * Use `question` click object for FK drills * Add null check to `loadObjectDetailFKReferences` * Fix `ObjectDetailDrill` unit test * Accept explicit `objectId` in FK redux actions * Fix type * Fix `objectId` type * Fix opening ObjectDetail for FK drill * Fix loading FK references * Fix following FKs * Hide prev/next buttons when drilling FKs * Fix expected URL after FK drill in tests * Use object detail test helpers * Reproduce #21756 * Fix dashboard drill test Co-authored-by:
Alexander Polyankin <alexander.polyankin@metabase.com>
-
Anton Kulyk authored
* Add shared ResizeObserver * Migrate `Ellipsified` * Use shared resize observer * Uninstall `resize-observer-polyfill` * Adjust ExplicitSize settings * Add UI throttle for main resize observer handler * Throttle TableSimple render when editing a dashboard * Disable resize observer throttling in Cypress * Replace `for` loop with `forEach` * Remove ref from `Ellipsified` * Only update observer subscription when mode change
-
Ngoc Khuat authored
* MVP fix * make parser more robust * adding tests
-
Benoit Vinay authored
* ParameterWidget to have width of 100% on small devices * Sticky filters only when there is less than 6 * stickyParameters tests updated * Misc * Misc * Stickyness updated for small screen devices only * Reverted unit test as we can’t test mobile/desktop screen size * Misc * describe updateParametersWidgetStickiness added * Stickiness cypress tests WIP * Tests clean up WIP * Tests updated for 12 parameters * Sticky filters test WIP * data-testid added for ParametersWidgetContainer * Percy clean up / parameters widget position checks * data-testid added for ParametersWidgetContainer editing * Parameters edit mode tests updated * Improved stickiness performance * Misc
-