This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Dec 21, 2022
-
-
Nick Fitzpatrick authored
-
Aleksandr Lesnenko authored
* check how much is broken after redux upgrade * fix popovers could not use connected components * fix a unit spec failure * fix accessing a connected component ref which is a class instance * supress typescript errors caused by better type inference of the newer react-redux
-
Cal Herries authored
-
- Dec 20, 2022
-
-
Noah Moss authored
* error on null user attributes * fix test
-
Mark Bastian authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Cal Herries authored
* Add sparksql datetime-diff * Set supports-timestamptz-type? to false for sparksql * Refactor sparksql datetime-diff * Change float to int
-
Cal Herries authored
* Add datetime-diff for h2 * Set supports? to true * Refactor h2 datetime-diff * Formatting
-
Tim Macdonald authored
-
- Dec 19, 2022
-
-
Nemanja Glumac authored
-
Alexander Polyankin authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Cal Herries authored
-
john-metabase authored
-
Anton Kulyk authored
* WIP * One more
-
Ryan Laurie authored
-
- Dec 16, 2022
-
-
Noah Moss authored
* bump apache poi * bump docjure
-
Luis Paolini authored
-
Ryan Laurie authored
-
Luis Paolini authored
-
Luis Paolini authored
-
Anton Kulyk authored
-
Ikko Ashimine authored
* Fix typo in log.clj formating -> formatting * Update src/metabase/server/middleware/log.clj som -> some Co-authored-by:
flamber <1447303+flamber@users.noreply.github.com> Co-authored-by:
flamber <1447303+flamber@users.noreply.github.com>
-
Jeff Bruemmer authored
-
Anton Kulyk authored
* Rename `errors` to `validation` * Add `GenericErrorResponse` type * Add `getResponseErrorMessage` helper * Use new helper in `use-form-submit` * Handle incomplete error responses * Use new helper in `FormikForm` * Make `getResponseErrorMessage` accept `unknown`
-
Bryan Maass authored
* move test-chuck and sort dev deps * Update deps.edn comment typo Co-authored-by:
Tim Macdonald <tim@metabase.com> * wrangle some curly braces Co-authored-by:
Tim Macdonald <tim@metabase.com>
-
Jeff Bruemmer authored
-
Cal Herries authored
-
Aleksandr Lesnenko authored
-
Anton Kulyk authored
-
metamben authored
Without this conversion the data ends up as an EDN string in the usage_stats table and that's not easily accessible in PostgreSQL.
-
Cal Herries authored
Refactor datetime-diff implementations: sqlserver, mysql, bigquery, redshift, snowflake, vertica, postgres (#27262) * Refactor bigquery datetime-diff to use multimethod * Refactor snowflake datetime-diff to use multimethod * Refactor SQL server datetime-diff to use multimethod * Refactor mysql datetime-diff to use multimethod * Refactor redshift datetime-diff to use multimethod * Simplify vertica datetime-diff * Tidy postgres datetime-diff * ; -> ;; in snowflake comment * Add to bigquery comment
-
- Dec 15, 2022
-
-
Maz Ameli authored
-
Aleksandr Lesnenko authored
-
Ryan Laurie authored
* add support for optional marker in form components * test optional prop * implement optional field title in createCollectionForm * move optional tag outside of label element to preserve testing behavior
-
john-metabase authored
-
metamben authored
* Reduce the number of rows read when syncing mongo Also prefer recent records to old ones, as these better represent the current schema.
-