This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jan 03, 2018
- Jan 02, 2018
-
-
Cam Saul authored
GA sync fixes
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-
Ryan Senior authored
Stream all JSON responses [ci drivers]
-
Cam Saul authored
Driver simplification part 1 [ci drivers]
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
Keep using --add-modules=java.xml.bind flag for SQLServer driver
-
- Dec 29, 2017
- Dec 28, 2017
-
-
Ryan Senior authored
Add a deprecation warning for JDK 7
-
Ryan Senior authored
This commit switches from `ring.middleware.json/wrap-json-response` to a new function that will stream JSON responses. Before this change the full JSON response was serialized to a String first, then written to the response stream. This change will skip that step and write the response to a PipedOutputStream directly. This is the same approach that was used in the response for the `/database/:id/fields` route, just generalized and applied to all routes.
-
- Dec 20, 2017
-
-
https://github.com/jvdweerthof/metabaseCam Saul authored
Merge branch 'fix-bigquery-joins' of https://github.com/jvdweerthof/metabase into jvdweerthof-fix-bigquery-joins-3
-
Cam Saul authored
Add new test util with-temp-db-vals macro; remove resolve-private-vars
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
trim user name before set
-
Cam Saul authored
Use JodaTime to parse datetime strings
-
Maz Ameli authored
Dashboard Text Cards
-
Cam Saul authored
-
Cam Saul authored
Minor code cleanup
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
Don't try to use inactive fields in queries
-
Cam Saul authored
-
Kyle Doherty authored
-
Kyle Doherty authored
-
- Dec 19, 2017
-
-
Maz Ameli authored
-
Maz Ameli authored
-
Cam Saul authored
-
Cam Saul authored
Fix wrong values in tooltips (#6401)
-
Cam Saul authored
code cleanup!
-
Cam Saul authored
-
Sameer Al-Sakran authored
Improve field sync performance
-
Cam Saul authored
-
Sameer Al-Sakran authored
Improve `/database/:id/fields` response time
-
Ryan Senior authored
Previously the code would individually insert any new column found as a row in the fields table. This commit switches that processing to be chunked. This significantly increases performance of sync when there are many new columns being sync'd (i.e. when adding a new database).
-