This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jul 07, 2017
-
-
Cam Saül authored
-
- Jul 06, 2017
-
-
Ryan Senior authored
This fixes a test failure in Vertica involving the date_trunc function which expect timestamp strings to be explicitly cast as a timestamp. Fixes #5085
-
Ryan Senior authored
Driver loading previously was very dependent on what code clojure compiled first. If the Oracle driver was loaded before the plugin directory was examined, it would result in the Oracle driver never being loaded. This is due to clojure code only being loaded once when required and the driver loading code being free floating code that is only evaled when the namespace is loaded. This commit switches that code to be in an -init-driver function that is invoked when the driver is required. This ensures that regardless of code loading order, the driver will be available if it's present. This commit also includes code to fail the build if requested to test on an engine when that engine's driver is not available. Previously if you set ENGINES to "h2,oracle" but had no Oracle driver in the plugins directory, the test would succeed, but only test against H2.
-
- Jul 05, 2017
- Jun 29, 2017
-
-
Maz Ameli authored
Put images in loading/init screen
-
Kyle Doherty authored
Heroku stdout can get overwhelmed by the output causing a deploy to fail
-
- Jun 28, 2017
-
-
Cam Saül authored
Minor code cleanup
-
Cam Saül authored
-
Kyle Doherty authored
* only show the title and description if in a dashboard * fix tests
-
- Jun 27, 2017
-
-
Cam Saül authored
Fix drag to filter for nested queries
-
Cam Saül authored
-
Cam Saül authored
-
Tom Robinson authored
Fix drag-to-filter and Safari clip-path issue
-
Cam Saül authored
Test for #5406 *cough*
-
Cam Saül authored
-
Cam Saül authored
Don't send/show archived cards in pulses (#5224)
-
Cam Saül authored
-
- Jun 26, 2017
- Jun 23, 2017
-
-
Cam Saül authored
Fix some colorization not being disabled when MB_COLORIZE_LOGS=false
-
Cam Saül authored
-
Cam Saül authored
Don't run H2 in AUTO_SERVER mode
-
Kyle Doherty authored
-
Cam Saül authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Cam Saül authored
Set appropriate JVM options for E2E tests
-
- Jun 22, 2017
-
-
Sameer Al-Sakran authored
Fix Jest OOM errors
-
Sameer Al-Sakran authored
-
Cam Saul authored
-
Atte Keinänen authored
Disable E2E tests that are failing / being converted to use Jest&Enzyme [WIP]
-
Atte Keinänen authored
-
Cam Saül authored
Correct indecies to indices in migration file
-
Cam Saül authored
Nested queries
-
Atte Keinänen authored
-
Cam Saul authored
-
Cam Saul authored
-