This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- May 29, 2020
-
- May 28, 2020
-
-
Tom Robinson authored
-
- May 26, 2020
-
-
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
-
- May 14, 2020
-
-
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
-
- Apr 21, 2020
-
- Apr 10, 2020
-
- Apr 02, 2020
-
- Mar 31, 2020
-
- Mar 27, 2020
-
-
Paul Rosenzweig authored
-
- Mar 25, 2020
-
- Mar 11, 2020
-
- Mar 06, 2020
-
-
Paul Rosenzweig authored
-
- Feb 27, 2020
-
-
Cam Saul authored
-
- Feb 25, 2020
-
- Feb 05, 2020
-
-
Cam Saul authored
-
- Feb 04, 2020
-
-
Tom Robinson authored
-
- Jan 15, 2020
-
-
Daniel Higginbotham authored
-
- Jan 13, 2020
-
-
Cam Saul authored
[ci skip]
-
Tom Robinson authored
-
Cam Saul authored
-
- Jan 06, 2020
-
-
Cam Saul authored
* Update Mac App build instructions [ci skip] * [ci skip]
-
- Dec 19, 2019
-
- Dec 16, 2019
-
- Dec 03, 2019
-
-
hansen authored
-
- Nov 19, 2019
-
- Nov 13, 2019
-
- Nov 07, 2019
-
-
Cam Saul authored
-
- Oct 09, 2019
-
-
Walter Leibbrandt authored
Avoids `ls: /app/initial*.db: No such file or directory` messages in logs when no initial db is present.
-
Tom Robinson authored
-
Tom Robinson authored
-
- Oct 07, 2019
-
- Oct 01, 2019
-
-
Walter Leibbrandt authored
Fixes #10523.
-
- Sep 20, 2019
-
-
Octavian Geagla authored
* [cmd] dump to h2 (#10843) * Tests for load & dump commands * Fixes * test fixes * Test fixes * Test fixes
- Sep 13, 2019
-
-
Tom Robinson authored
-
- Sep 11, 2019
-
-
Walter Leibbrandt authored
* Load initial Docker Metabase db from provided H2 dump * Move H2 init db to /app and add `mv.db` extension * Remove `COPY` of init db in Dockerfile in favor of volume * Document how to mount initial db in container * Don't load H2 db into a populated db * Add example Dockerfile that copies in initialization db
-
- Sep 05, 2019
-
-
Tom Robinson authored
-