This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Sep 24, 2018
-
-
Cam Saul authored
-
- Sep 19, 2018
- Sep 18, 2018
-
-
Cam Saul authored
-
Cam Saul authored
Query Processor Store [ci drivers]
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
Add deploy webhook back to CircleCI 2.0 config
-
Cam Saul authored
-
Cam Saul authored
-
Ryan Senior authored
Upgrade node version in packages.json and the Dockerfile [ci all]
-
Ryan Senior authored
Using version 220 of `jest-localstorage-mock` required that we upgrade our version of NodeJS from our previous minimum of 6.11.3. To support that, this commit switches from the deprecated `java:openjdk-8-jdk-alpine` docker image to the newer `openjdk:8-jdk-alpine` image. This image is running Alpine version 3.8 which has NodeJS 8.11.4 in it's repository. This also bumps the minimum version of node in the packages.json file.
-
- Sep 17, 2018
-
-
Cam Saul authored
-
Cam Saul authored
Query schema fixes; add query validation middleware [ci drivers]
-
Cam Saul authored
-
Cam Saul authored
-
Ryan Senior authored
Add a unique index to databasechangelog
-
Ryan Senior authored
Previously there was nothing to uniquely identify a row in the databasechangelog table as the uniqueness constraint was removed by Liquibase (see https://liquibase.jira.com/browse/CORE-1909). Not having something to uniquely identify a row can cause issues for database replication software. Since we only support PostgreSQL, MySQL and H2, the composite key referenced in the above issue (ID, AUTHOR, FILENAME) will work for us. This commit puts that uniqueness constraint back in for users wanting to replicate the Metabase application database. Fixes #8266
-
- Sep 14, 2018
- Sep 13, 2018
-
-
Tom Robinson authored
-
Cam Saul authored
-
- Sep 12, 2018
-
-
Cam Saul authored
-
- Sep 11, 2018
-
-
Tom Robinson authored
Merge release-0.30.2 back into master
-
Tom Robinson authored
-
Tom Robinson authored
Gauge visualization
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Ryan Senior authored
Add tests to GET `/api/pulse/form_input`
-
Ryan Senior authored
Also moves the segmented permissions regex to a named var.
-