This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Dec 06, 2017
-
-
Simon Belak authored
-
Simon Belak authored
-
Simon Belak authored
-
Simon Belak authored
-
Simon Belak authored
-
Simon Belak authored
-
- Dec 05, 2017
-
-
Simon Belak authored
-
Simon Belak authored
-
Simon Belak authored
-
Simon Belak authored
-
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
-
-
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
-
Simon Belak authored
-
Cam Saul authored
Fix incorrect error message for GET /api/card endpoint
-
Ryan Senior authored
Fix bug causing test email pulses to fail
-
Cam Saul authored
-
Ryan Senior authored
When test pulses are sent out their channel_types are strings not keywords which caused the multimethod lookup in the pulse code to fail. This commit adds a unit test that covers our pulse test capability and ensures channel_type fields are keywords before invoking the multimethod. Fixes #6465
-
Cam Saul authored
Fix randomly failing segment test
-
Cam Saul authored
-
- Nov 26, 2017
-
-
okoriko authored
-