This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- May 26, 2020
-
-
Simon Belak authored
-
Paul Rosenzweig authored
-
Cam Saul authored
* Fix parsing commit messages in CI * Looks like CI works * Add codecov.yml
-
Cam Saul authored
-
Tom Robinson authored
* enable parallel cypress * add grouping, different approach to parallelism
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
Co-authored-by:
Morgan Hankins <morganhankins@gmail.com> Co-authored-by:
Tom Robinson <tlrobinson@gmail.com>
-
Federico Tedin authored
-
flamber authored
* Change Map Tile Server URL to https * Paul: Remove comment
-
Robert Roland authored
This alias was overriding any with-profiles from the command line. This will force all the drivers to be loaded when doing lein run, which will let local development against drivers work with lein run.
-
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
-