This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Aug 09, 2018
-
-
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
-
Sameer Al-Sakran authored
X-ray fixes
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Kyle Doherty authored
* improve visuals * fix hover
-
Tom Robinson authored
-
Tom Robinson authored
I18n(es_es)
-
Tom Robinson authored
Integrate translation builds into ./bin/build
-
Ryan Senior authored
The other endpoints in the pulse API have switch over to accepting/returning HybridCards but `/pulse/test` was still expecting a `CardRef`. This caused issues when the UI which was using the results of the GET request in the body of the `/pulse/test` POST. Fixes #8228
-