This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jul 14, 2017
-
-
Joshua Short authored
-
- Jul 13, 2017
-
-
Joshua Short authored
-
Joshua Short authored
-
Ryan Senior authored
Workaround for AOT protocol bug with getStackTrace
-
Ryan Senior authored
When creating an uberjar, the code gets AOT compiled. When type hinting the .getStackTrace call, it returns an array. That array caused us to hit https://dev.clojure.org/jira/browse/CLJ-1790. This commit works around that until we upgrade to Clojure 1.9.
-
- Jul 12, 2017
-
-
Sameer Al-Sakran authored
Update metabase-head jdk version to java 8
-
Sameer Al-Sakran authored
-
Cam Saül authored
Clean up some indentation and other code
-
Cam Saül authored
-
Cam Saül authored
Backported improvements from sync refactor branch
-
Cam Saül authored
-
- Jul 11, 2017
-
-
Kyle Doherty authored
* non blocking database deletion keeps track of database deletes by adding them to an array when the delete starts and then removing them when the API tells us the delete is done. allows us to show deletion status. * add test * lint * cleanup [ci e2e]
-
Kyle Doherty authored
-
Cam Saül authored
Fix MySQL & Postgres tests on localhost w/o password
-
Cam Saül authored
-
- Jul 10, 2017
-
-
Kyle Doherty authored
* hide action popover when scrolling data table * flow * add instance method for action hiding
-
Cam Saül authored
Presto driver multi-aggregate and fixes
-
Sameer Al-Sakran authored
Refactor reference guide
-
Sameer Al-Sakran authored
fix typo in setup.clj
-
Ken Geis authored
-
Ryan Senior authored
Unify test application db environment variables [ci drivers]
-
Ryan Senior authored
Rename functions with µ to microseconds [ci drivers]
-
- Jul 07, 2017
-
-
Sameer Al-Sakran authored
-
Sameer Al-Sakran authored
-
Sameer Al-Sakran authored
-
Sameer Al-Sakran authored
-
Sameer Al-Sakran authored
-
Sameer Al-Sakran authored
-
Sameer Al-Sakran authored
-
Cam Saül authored
Explicitly load driver code and fail tests when driver is present
-
Cam Saül authored
-
Kyle Doherty authored
* allow for auth specific admin setting 'subroutes' * remove toggle * add breadcrumbs * better name for options component * add tests make create test async add goBack utility test click paths
-
Sameer Al-Sakran authored
-
Sameer Al-Sakran authored
-
Ryan Senior authored
The unicode character in the function name can cause problems with AOT generated class names that have that µ in the filename. On some users systems if this isn't encoded properly it can replace the µ with a ? and cause failures compiling metabase. Fixes #4441
-
William Turner authored
-
- Jul 06, 2017
-
-
Sameer Al-Sakran authored
-
Sameer Al-Sakran authored
Fixed driver installation description.
-
Sameer Al-Sakran authored
-
Sameer Al-Sakran authored
-