This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Feb 20, 2020
- Feb 19, 2020
- Feb 14, 2020
-
-
Cam Saul authored
-
- Feb 04, 2020
- Feb 03, 2020
-
-
Simon Belak authored
Cast nominator to to float when doing integer division
-
- Jan 30, 2020
-
-
Daniel Higginbotham authored
202 status for all streaming endpoints, closes #11783
-
Simon Belak authored
-
- Jan 27, 2020
-
-
Walter Leibbrandt authored
* Improve error message for invalid Google auth token * Don't include punctuation in link text * Add tip about providing full Google client ID * Update test to check for updated error message
-
Daniel Higginbotham authored
mechanism for the FE to handle exceptions when response is streaming
-
- Jan 24, 2020
-
-
Cam Saul authored
-
- Jan 22, 2020
-
-
Daniel Higginbotham authored
add env var config to enable tracing, plus add some additional logging around db migration
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-
Walter Leibbrandt authored
* Log when user added/removed from group during sync * Ensure that user ID is logged ... instead of bad string representation of user model instances.
-
- Jan 21, 2020
-
-
Cam Saul authored
* Add MySQL latest, MariaDB 10.2, and MariaDB latest to CI [ci mysql] * Add upper limit to number of results returned by GET /api/search endpoint * Rewrite tests in metabase.api.search-test to use new style * Rework DB & test component init code so they can be retried after failing without having to restart REPL/redefine vars * Log application DB product/version info; include in troubleshooting info * Log DB version info when starting tests
-
Cam Saul authored
-
Tom Robinson authored
* Fix logic for getting card database/table when using nested queries. Resolves #11496 * Add tests for fix
Co-authored-by:Cam Saul <1455846+camsaul@users.noreply.github.com>
-
- Jan 17, 2020
-
-
Cam Saul authored
* Move Liquibase code to different namespace * Append ENGINE/CHARACTER SET/COLLATE to all MySQL CREATE TABLE statements [ci mysql] * Test fixes; make sure read-column impls check for nil [ci drivers]
-
- Jan 16, 2020
-
-
Nick Vercammen authored
Co-authored-by:
Cam Saul <1455846+camsaul@users.noreply.github.com>
-
Daniel Higginbotham authored
-
- Jan 14, 2020
-
-
Cam Saul authored
[ci postgres]
-
Cam Saul authored
Works around upstream bug in Postgres JDBC driver pgjdbc/pgjdbc#425 Also includes a lot of test reformatting/cleanup
-
Maz Ameli authored
* tag untagged strings * combine strings for query caching ttl ratio copy * reformat long string per walter's recommendation * get that darn space in there Co-authored-by:
Kyle Doherty <kdoh@users.noreply.github.com>
-
Daniel Higginbotham authored
close #10469
-
- Jan 13, 2020
-
-
Cam Saul authored
-
Simon Belak authored
-
Cam Saul authored
-
Daniel Higginbotham authored
use custom column names in pulses
- Jan 10, 2020
-
-
Cam Saul authored
Related Documentation of date format: https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html In pulse notification I found out (works since yesterday until tonight) that a timetamp formatted by a Pulse would output "Dec 31, 2020" for today's date (instead of "Dec 31, 2019"). This is because of the confusion between "YYYY" (the week based year, this week is the 1st week of 2020) and "yyyy" formatting (the era based year - thus the commonly expected year for a single day format). Co-authored-by:
Paul B. <paul+gh@bonaud.fr>
-
Cam Saul authored
-
Walter Leibbrandt authored
-
Cam Saul authored
-
- Jan 09, 2020
-
-
Tom Robinson authored
Add :visibility option to defsetting which is used to determine which settings to load on the frontend. Port/rename existing public settings.
-