This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Nov 07, 2018
-
-
Cam Saul authored
-
Cam Saul authored
Better-organized HTTP client used for tests and add full-response option
-
Cam Saul authored
Use middleware impl for test util fn bind-current-user
-
Cam Saul authored
Bump Jetty server version
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-
Simon Belak authored
Don't strip insights from response in public links
-
Simon Belak authored
-
Simon Belak authored
-
Cam Saul authored
Merge release 0.31.0 into master
-
- Nov 06, 2018
-
-
Cam Saul authored
-
Cam Saul authored
Simplify SparkSQL driver; fix nested query support
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
BigQuery nested query support
-
Cam Saul authored
-
Cam Saul authored
Remove BigQuery driver custom implementation of field->alias
-
Cam Saul authored
-
Cam Saul authored
Typo fixes and other code cleanup
-
Cam Saul authored
-
- Nov 05, 2018
-
-
Kyle Doherty authored
* Dash card display fixes (#8777) * fix scalar long title ellipsification and description * fix table simple in night mode * check for description * v0.31.0-RC1 * add scroll to outer container for database / schema selector (#8782) add scroll to outer container for database / schema selector * Fix minification * Far-future cache header for JS/CSS files with cache-busting query strings * Add Snowflake to list of supported databases in dox [ci skip] * scroll table selector (#8857)
-
Kyle Doherty authored
-
Tom Robinson authored
Frontend perf fixes 0.31
-
Cam Saul authored
Add Snowflake to list of supported databases in dox
-
Cam Saul authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Ryan Senior authored
Add a C3P0 exclusion to Quartzite [ci drivers]
-
Tom Robinson authored
Frontend loading performance fixes
-
Ryan Senior authored
-
- Nov 02, 2018
-
-
Kyle Doherty authored
add scroll to outer container for database / schema selector
-
Ryan Senior authored
Only include a CSV attachment for pulses when XLS is not selected
-
Ryan Senior authored
Previously we would always include a CSV attachment when there were more rows/columns than would be included in the table. This ended up being redundant for users that would prefer an XLS attachment and have indicated that the pulse should include an XLS attachment. This commit will only not attach a CSV if the user has select an XLS attachment for that pulse. Fixes #7302
-
Ryan Senior authored
Add better error messages to loading GeoJSON files
-
- Nov 01, 2018
-
-
Ryan Senior authored
Previously the only error message was a schema validation failure. The same error would be given for an unreachable host, unparsable JSON, bad URL etc. This commit attempts to separate that out and provide a better message in the failure case. Fixes #8793
-
Ryan Senior authored
Fix test checksum test failure on MySQL [ci drivers]
-
Ryan Senior authored
The newly added checksum tests fail when running on MySQL in Circle. The MySQL tests include a secret key for encryption which are used when computing the checksum. Because of that encryption, the checksum string is different every time (it must be decrypted before compared). The test isn't covering the encryption code but is only concerned with ensure the datastructure hashes consitently. This commit uses a `with-redefs` to set that secret key to `nil` so that encryption won't be used on those two tests.
-
- Oct 31, 2018
-
-
Kyle Doherty authored
* fix import * clean up nav
-
Tom Robinson authored
-