This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Aug 16, 2018
-
-
Ryan Senior authored
Previously an NullPointerException would be thrown if the Pulse was a bar graph and the resultset contained a nil value for the x or y axis. This commit just omits those rows so that it doesn't fail and renders the data it does have. Fixes #8260
-
- Aug 14, 2018
-
-
Ryan Senior authored
Add a JoinQuery to `metabase.query-processor.interface`
-
Ryan Senior authored
-
Ryan Senior authored
Just adds a `:user` keypair with the current user information.
-
Ryan Senior authored
This will allow expressions in a join clause, rather than just a table name.
-
Simon Belak authored
Mongo: correctly unpack nil dates
-
Simon Belak authored
-
- Aug 09, 2018
-
-
Ryan Senior authored
Fix issues with remappings and FKs with nested queries
-
Ryan Senior authored
Ensure that the new nested query FK tests don't run on drivers that don't support both nested queries and FKs. Also needed to fixup integer data types for Oracle and a nested order by issue for SQLServer
-
Ryan Senior authored
Mostly this change involves resolving the nested query, then using that resolved nested query along with the top level breakout clause to figure out if we need to add more fields to be projected from that inner query. The code previously was resolving that nested query but wasn't resolving the breakouts after and reconciling that fields list. This also adds some tests for these nested FK scenarios.
-
Ryan Senior authored
-
- Aug 08, 2018
-
-
Sameer Al-Sakran authored
Import translations from POEditor
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Sameer Al-Sakran authored
Don't create binned cards if the driver does not support binning
-
Sameer Al-Sakran authored
-
Sameer Al-Sakran authored
-
Simon Belak authored
-
Kyle Doherty authored
* Entity action instrumentation * wrap trackAction in try/catch to be safe * track events * add top level entity actions category
-
Simon Belak authored
-
Simon Belak authored
-
Simon Belak authored
-
Cam Saul authored
Fix intermittent CI failures
-
Cam Saul authored
-
Cam Saul authored
-
Simon Belak authored
-
Simon Belak authored
-
Tom Robinson authored
Fix SSH tunnel details
-
Simon Belak authored
-
Sameer Al-Sakran authored
Tag misc missing i18n strings
-
- Aug 07, 2018
-
-
Cam Saul authored
Add extra security headers to generic error message responses
-
Cam Saul authored
-
Tom Robinson authored
-
Sameer Al-Sakran authored
Update `/pulse/test` to accept HybridCards
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Sameer Al-Sakran authored
Don't fingerprint results when exporting data
-