This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Oct 07, 2022
-
-
Braden Shepherdson authored
The value is reconstructed on the deserialization side based on the time of deserialization. For the git workflow, `updated_at` makes for a lot of diffs of unrelated files.
-
Dalton authored
* Move some constants in schema_metadata to metabase-lib * Rename isFK and isPK to isTypeFK, isTypePK to handle name conflicts * Move type logic in schema_metadata.js to metabase-lib * Move unit test over to isa.unit.spec.js
-
- Oct 06, 2022
-
-
Nemanja Glumac authored
* Remove duplicated tests * Use the existing test to reproduce 12972 * Merge tests together Do not write tiny, unit-like E2E tests! * Fix the misleading test title * Tidy up caching tests * Use the existing helper function * Move helpers to the bottom of the file * Type less * DRY code
-
Noah Moss authored
* draft fix * test * revert change to email testing helper to fix tests
-
Noah Moss authored
* disable following redirects * add type hint
-
Natalie authored
-
Dalton authored
* Move metabase/lib/types to metabase-lib * Move TYPES to constants file
-
Kyle Doherty authored
-
Alexander Polyankin authored
-
Gustavo Saiani authored
-
Mahatthana (Kelvin) Nomsawadi authored
* Fix static viz not rendering Lato font * Move function re font registering to metabase.pulse.render.style namespace
-
- Oct 05, 2022
-
-
Gustavo Saiani authored
-
Dalton authored
* Move utils to date-filters.ts * Move ExcludeDatePicker utils over to metabase-lib * Update import path * Fixes
-
Noah Moss authored
* Add UUID param to version info checks * add test and minor tweaks * Update test/metabase/task/upgrade_checks_test.clj Co-authored-by:
Cal Herries <39073188+calherries@users.noreply.github.com> * add is-prod check Co-authored-by:
Cal Herries <39073188+calherries@users.noreply.github.com>
-
Kyle Doherty authored
-
Luis Paolini authored
There are two things that needed some change: 1) default value: it's 10 secs rather than 5 2) this env var applies to both app db and external db's
-
Nemanja Glumac authored
-
Gustavo Saiani authored
-
Alexander Polyankin authored
-
Tim Macdonald authored
[Fixes #25704]
-
- Oct 04, 2022
-
-
Ryan Laurie authored
* better action-adding behavior * use viz settings lib
-
metamben authored
-
Jeff Bruemmer authored
* update section name to match sidebar * fix link
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Cal Herries authored
* Refactor DatabaseTablesPane and convert TablePane to tsx * Remove redundant <> * Undo .toUpperCase() * Display table.table_name * Display table.table_name as the title of the TablePane * Fix e2e
-
Dalton authored
* Move mbql date filter utils out of DatePicker * Use fn declarations for consistency * Fix dep import
-
Nemanja Glumac authored
* Replace deprecated `cy.server` with `cy.intercept` * Replace stubbed `cy.route` calls * Fix failed tests * Spy on intercepted routes
-
Alexander Polyankin authored
-
metamben authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
- Oct 03, 2022
-
-
Nemanja Glumac authored
-
Nick Fitzpatrick authored
* Adding columnHasSettings function to ChartSettingFieldPicker * PR Feedback
-
Jeff Bruemmer authored
-
Dalton authored
-
Nick Fitzpatrick authored
* Adding placeholder and footer to Viz Settings Map Region * PR Feedback * Adding Component Display Name for CustomMapFooter
-
Nemanja Glumac authored
-
Dalton authored
-
Dalton authored
* Trigger a query run on tab change if the query is dirty * Ensure field is focused after a query run
-