This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- May 24, 2019
-
-
Tom Robinson authored
Resolves #10040
-
- May 21, 2019
-
-
Alexander Kraev authored
-
Cam Saul authored
* Explict Joins
[ci drivers] * Fix Snowflake tests -
Logan Attwood authored
* Follow HTTP 307 redirects when POSTing a query to Presto This is how the Presto team communicated on IRC to properly "dispatch" queries to Presto clusters, to enable replacing a cluster without impacting users of the cluster. * Ensure we talk to the correct Presto coordinator when cancelling a query The previous behaviour would build a cancellation URI from the query ID and the configured host (unless SSH tunneling is configured). This commit builds on that existing behaviour, replacing the host and port in the URI with ones extracted from the `infoUri` in the polling responses, but only if they match the ones configured in the datasource. This should not impact connections going over an SSH tunnel as sending the request over the SSH tunnel requires using a different host than the one configured.
-
Cam Saul authored
Test data loading improvements
-
Cam Saul authored
-
- May 18, 2019
-
-
Cam Saul authored
New joins syntax
-
- May 17, 2019
- May 16, 2019
- May 15, 2019
-
-
Cam Saul authored
Add :joined-field clause to MBQL
-
Cam Saul authored
-
Tom Robinson authored
fix can not expand string when page too short and text too long
-
Tom Robinson authored
Fix for Custom Field as filter
-
Tom Robinson authored
Fixed #9250: Auto Resize Native Query Results
-
- May 14, 2019
- May 13, 2019
-
-
Cam Saul authored
Merge 0.32.8 -> master
-
Cam Saul authored
-
Cam Saul authored
Reschedule Quartz tasks on launch
-
Cam Saul authored
Fix occasional test failures because a timeout was too short
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
Use delay for cache-backend-instance so there is no thrashing on init
-
Cam Saul authored
-
Cam Saul authored
Fix admin Settings updates page before version info is fetched
-