This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jun 04, 2020
-
-
Paul Rosenzweig authored
-
- Jun 03, 2020
-
-
Simon Belak authored
-
- Jun 02, 2020
-
-
Paul Rosenzweig authored
Co-authored-by:
Cam Saul <github@camsaul.com>
-
- Jun 01, 2020
-
-
Cam Saul authored
-
Simon Belak authored
* Fix binning of nested questions * Fix insight calculation
-
- May 29, 2020
-
-
Cam Saul authored
* Faster driver build strip-and-compress step by not loading Metabase core * New cache key for FE deps * Cache built drivers & local Maven installation of metabase-core * Only cache the built driver JARs * Cache built frontend * Change driver cache key * Try updating a specific driver [ci snowflake] * Try updating a different driver [ci redshift] [ci snowflake] * Need to cache driver checksums as well [ci snowflake] [ci redshift] * Tweak what's cached for drivers (again)
-
Cam Saul authored
Merge release 0.35.4 into master
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-
Damon P. Cortesi authored
-
- May 28, 2020
-
-
Cam Saul authored
-
Tom Robinson authored
-
Cam Saul authored
-
Paul Rosenzweig authored
-
Cam Saul authored
-
- May 27, 2020
-
-
Robert Roland authored
This stops a failure during fingerprinting of a table from causing the entire sync to fail. Fingerprinting is now skipped for Google Analytics datasources, as they do not support this (all queries against GA require a `metrics` parameter) Add an assert to ensure that `:metrics` is present in a GA query. The Google library will fail with a NPE when it's not. Resolves #12411 [ci googleanalytics]
-
- May 26, 2020
-
-
Robert Roland authored
This will allow the user to specify the server's certificate chain (the public CA certs) or the server's private key if it's a self-signed cert with no CA. Resolves #3877 [ci mongo]
-
Cam Saul authored
Backport master bugfixes
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-
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
-