This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Dec 06, 2017
-
-
Simon Belak authored
Fix async test race conditions, part II
-
- Dec 05, 2017
-
-
Ryan Senior authored
Add a noop `-init-driver` function to `metabase.driver.google`
-
Simon Belak authored
-
Cam Saul authored
Remove ^:always-validate metadata
-
Cam Saul authored
-
Simon Belak authored
-
Cam Saul authored
-
Cam Saul authored
-
Ryan Senior authored
Add more ordering to pulse_channel_test results
-
Simon Belak authored
-
Cam Saul authored
-
Cam Saul authored
-
Ryan Senior authored
The data comes right out of the database without an order applied so occasionally there are transient failures due to the order being different. This just dumps the data in a set since the order isn't important.
-
Simon Belak authored
-
Ryan Senior authored
A warning is currently shown as we assume that namespace is a driver. It's used by driver code but is not itself a driver. Added a noop function so it won't output that warning.
-
Cam Saul authored
Code cleanup
-
Simon Belak authored
Fix potential race condition where the job gets cleaned up too soon.
-
Simon Belak authored
-
Simon Belak authored
-
Simon Belak authored
-
Sameer Al-Sakran authored
[Bug] Fix javascript JWT regexp check
-
Sameer Al-Sakran authored
Rewrite async tests to not use sleep
-
Sameer Al-Sakran authored
Fix typo
-
Sameer Al-Sakran authored
Fix typo
-
Ryan Senior authored
Improve memory usage of infer-spaces
-
- Dec 04, 2017
-
-
Cam Saul authored
-
ssilberman authored
component over compoment
-
Cam Saul authored
Fix deploying to Heroku OOM issues [ci skip]
-
Guillaume Simard authored
Embeded -> Embedded
-
- Dec 01, 2017
-
-
Ryan Senior authored
Switch to the redshift depndency that doesn't embed the Amazon SDK
-
Ryan Senior authored
The Redshift dependency used previously vendors quite a few dependencies that we already include in Metabase. By using the non-embedded Redshift dependency, we can cut about 8 MB in duplicate JARs and classes. The embedded Amazon SDK dependency also manipulates the classloader in a way that triggers warnings on Java 9. This also avoids those warnings.
-
- Nov 30, 2017
-
-
Cam Saul authored
Fix docker build image script
[ci skip] -
Ryan Senior authored
This commit changes how the word frequency and cost data is represented in memory. Previously this data consumed about 7 MB on all Metabase instances. This commit lowers that memory to roughly 1.5 MB. The primary change is storing the hash of the strings in a primitive integer array instead of the strings themselves. It also stores the cost in a correlated primitive double array, saving space there as well.
-
- Nov 29, 2017
-
-
Cam Saul authored
-
Cam Saul authored
merge release-0.27.0 into master
-
Cam Saul authored
-
Cam Saul authored
Long lines cleanup
-
Cam Saul authored
-
Kyle Doherty authored
* i18n(Pulse) translating strings * i18n(Pulse) translating strings * i18n(QB) translating strings * i18n(QB) translating strings * i18n(QB) translating strings * i18n(Pulse) translating strings * i18n(query-builder) translating strings * i18n(QB) fix errors during translation * i18n(Pulse) fix errors during translation * i18n(Questions) translating strings * i18n(Reference) translating strings * i18n(Setup) translating strings * i18n(Tutorial/User) translating strings * i18n(Tutorial/User) translating strings * i18n(Visualizations) translating strings * i18n(XRay) translating strings * fix whitespace lint error * run prettier * remove accidentally re-added file * import
-
- Nov 27, 2017
-
-
Cam Saul authored
-