This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Aug 17, 2018
-
-
Ryan Senior authored
The issue was around our usage of `du/format-date` with a built-in date format (`:date-hour-minute-second-ms`). Those Joda Time date formatters don't default to the system timezone, which the code assumed. Instead it defaults to UTC. We have code in the MySQL driver that works around a MySQL driver bug by converting the date to a string and then using the MySQL `convert_tz()` function. That code was converting the date from the system timezone to the report timezone, rather than UTC, which is what the Joda Time date formatter was returning. Fixes #8262
-
- 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
-