This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Sep 10, 2018
-
-
Tom Robinson authored
-
Tom Robinson authored
-
Kyle Doherty authored
-
Sameer Al-Sakran authored
ensure data model table info container is full width
-
Ryan Senior authored
Fix backend string localization
-
Ryan Senior authored
Currently i18n'd strings that are defined at compile time only return english text. This occurs with both system and user locale strings. For system locale, the locale can be changed via setting, so we can't rely on the JVM locale on startup to be correct as it may have changed. For the user locale, it could be different for every request. This commit adds two new `tru` and `trs` macros that have the same name as the `puppetlabs.i18n.core` macros (and thus will be extracted similarly) but will return a defrecord with a `toString` method. This delays the conversion of the english text to the translated text until `str` is invoked. All of the code hasn't been flipped to use the new i18n macros yet, but this gets it in place and tested for the rest of the application to be migrated to. Fixes #8245
-
Kyle Doherty authored
-
- Sep 07, 2018
-
-
Tom Robinson authored
Parameter reordering [WIP]
-
Maz Ameli authored
-
Maz Ameli authored
-
- Sep 06, 2018
-
-
Kyle Doherty authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Cam Saul authored
docs: Now Java 8 is required
-
Tom Robinson authored
Restore `build-for-test` script
-
Tom Robinson authored
-
jornh authored
Also https://metabase.com/start/jar.html still mention Java 7: > Metabase requires that you have Java **7** or higher available on your system. We have run Metabase with both the OpenJDK and Oracle JDK, so feel free to use either.
-
- Sep 05, 2018
-
-
Tom Robinson authored
-
Tom Robinson authored
-
- Sep 04, 2018
- Sep 03, 2018
- Aug 30, 2018
-
-
Simon Belak authored
Correctly handle JodaTime when fingerprinting
-
Simon Belak authored
-
Ryan Senior authored
Add TaskHistory for storage of sync metrics
-
Ryan Senior authored
This adds a new table for storing sync metrics and a quartz task for cleaning up old entries in the table. For now this only stores sync metrics and metadata for the task history cleanup task. Going forward our other background tasks would store information as well to help with debugging/troubleshooting those tasks. Fixes #7611
-
- Aug 24, 2018
-
-
Tom Robinson authored
-
Tom Robinson authored
-
- Aug 23, 2018
- Aug 22, 2018
-
-
Tom Robinson authored
-