This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- May 26, 2020
-
-
Cam Saul authored
* Fix include-plugins middleware when we use multiple lein with-profiles * Bump core project dep version
-
- May 20, 2020
-
-
Maz Ameli authored
* add fully translated turkish po file * fix newline errors
-
- May 11, 2020
-
-
Cam Saul authored
* Session expiration dox [ci skip] * Update example using Java system property [ci skip] * Style tweak [ci skip] * Fix typo [ci skip]
-
- May 08, 2020
-
-
Paul Rosenzweig authored
-
- May 06, 2020
-
-
Robert Roland authored
A null datetime object passed in from a database can cause pulse rendering to fail, because the string being parsed is null. Handle this by returning "" for any null date. Fixes metabase/metabase#11665
-
Robert Roland authored
Fixes metabase/metabase#12305. Using (name) will drop the namespace of a Clojure keyword. During JSON parsing, a key like "test/foo" will end up in the Clojure namespace of `test` with a keyword name of `foo`. In these cases, we need to use the `qualified-name` function to properly output the expression name. [ci drivers] so that all drivers are tested
-
- May 01, 2020
-
-
Cam Saul authored
* Convert metabase.driver.mysql-test to modern test style * Fix reading MySQL TIME values that have < 0 or > 23 for hour [ci mysql] [ci mariadb]
-
Kyle Doherty authored
* remove redundant size prop * sync size on logged out logos * supply a default height * Update frontend/src/metabase/components/LogoIcon.jsx Co-authored-by:
flamber <1447303+flamber@users.noreply.github.com> Co-authored-by:
flamber <1447303+flamber@users.noreply.github.com>
-
Kyle Doherty authored
closes #11887
-
- Apr 30, 2020
-
-
Paul Rosenzweig authored
-
- Apr 29, 2020
-
-
Paul Rosenzweig authored
-
- Apr 28, 2020
-
-
Paul Rosenzweig authored
-
Simon Belak authored
-
Simon Belak authored
-
- Apr 27, 2020
-
-
Paul Rosenzweig authored
-
- Apr 24, 2020
-
-
Cam Saul authored
-
- Apr 21, 2020
-
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
- Apr 20, 2020
-
-
Simon Belak authored
Fixes incorrect field referencing when using expressions in combination with joins where multiple tables have the field with the same name.
-
Simon Belak authored
-
Damon P. Cortesi authored
-
Paul Rosenzweig authored
-
- Apr 16, 2020
-
-
flamber authored
* Fix expression 'replace' helper text * Prettier * Kyle correctness :-) Co-Authored-By:
Kyle Doherty <kdoh@users.noreply.github.com> Co-authored-by:
Kyle Doherty <kdoh@users.noreply.github.com>
-
- Apr 15, 2020
-
-
Damon P. Cortesi authored
* Add database-specific tests to Cypress (starting with Mongo) * Initial changes to Cypress to allow a limited set of tests to run * Include drivers in frontend uberjar
-
Cam Saul authored
-
- Apr 14, 2020
-
-
Cam Saul authored
-
Simon Belak authored
* Insights: fix `change` looping infinitely on input (0, -1) (#12282) * Harden insights (#12289) * Fix expressions test [ci drivers] (#12295) * MBQL: add nil comparison tests (#12290) * More test fixes (#12298)
-
- Apr 13, 2020
-
-
Paul Rosenzweig authored
-
Tom Robinson authored
-
- Apr 10, 2020
-
- Apr 09, 2020
-
-
Paul Rosenzweig authored
-
Tom Robinson authored
-
- Apr 08, 2020
-
-
Tom Robinson authored
* Add cypress test for embedding settings * Yarn pretty * Import metabase.public-settings.metastore. Resolves #12273 * lint * Fix lint Co-authored-by:
Damon P. Cortesi <d.lifehacker@gmail.com>
-
Tom Robinson authored
* Fix email settings form. Resolves #12274, Resolves #12275 * Add email settings cypress tests
-
- Apr 02, 2020
-
-
Tom Robinson authored
* Repro for #12221 * yarn so pretty * Fix isValidField for joined-field, which fixes filtering on joined fields. Resolves #12221 * s/fit/it/ * Fix column filtering on date fields * fix lint Co-authored-by:
Damon P. Cortesi <d.lifehacker@gmail.com>
- Apr 01, 2020
-
-
Paul Rosenzweig authored
* Add Cypress test for #12228 (#12235) * fix logic to check if we'll use fieldValueWidget while parsing query params Co-authored-by:
Damon P. Cortesi <d.lifehacker@gmail.com>
-
- Mar 31, 2020
-
-
flamber authored
* Explain hide X-rays and Our data sections [ci skip] * Maz suggestion [ci skip] Co-Authored-By:
Maz Ameli <maz@metabase.com> Co-authored-by:
Maz Ameli <maz@metabase.com>