This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- May 26, 2020
-
-
Simon Belak authored
-
Cam Saul authored
-
Cam Saul authored
-
Simon Belak authored
* Druid: don't make timestamps PKs [ci drivers] * Fix tests [ci drivers] * [ci drivers]
-
Simon Belak authored
MBQL (Redshift, Vertica, Oracle): make `concat` work with any number of args
-
Cam Saul authored
* Change font registration to run on first Pulse PNG render rather than at launch. * This will improve startup times slightly
. * This was causing DockerHub builds for `metabase-head` to fail because the stage 1 "builder" image did not have `ttf-dejavu` and `fontconfig` installed (the builder was running in to #12223). * This will resolve issues discussed in #12223 where Metabase fails to launch when running on a "headless" JVM Docker image (i.e., one without AWT libraries) or when we run into the infamous font issues. We still won't be able to render Pulses, but Metabase without Pulses is slightly preferable to no Metabase at all * Improved error messages & logging when Pulse rendering fails. Unfortunately, if the AWT classes are unavailable/broken in the JVM there is no way we can render Pulses given our current reliance on it. The best we can do is explain the situation and point people in the right direction. The new error message explains the situation and points people to #7986 for more details and workarounds. As such, I am going to close #7986 because we cannot fix the underlying issue itself so the best we do is handle it better. * Refactor tests in `metabase.api.pulse-test` * Add tests for `GET /api/pulse/preview_card/:id` * Include entire Exception chain in 500 responses * Fix font registration logic not cleaning up `InputStream`s when done with them, wasting memory * Minor Dockerfile tweaks -
Cam Saul authored
-
sun authored
-
Simon Belak authored
-
Cam Saul authored
-
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.
-