This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jan 30, 2020
-
-
Daniel Higginbotham authored
202 status for all streaming endpoints, closes #11783
-
- Jan 27, 2020
-
-
Daniel Higginbotham authored
mechanism for the FE to handle exceptions when response is streaming
-
Tom Robinson authored
* Fix notebook query cleaning, add tests/docs/flow types for steps.js. Resolves #11334
-
- Jan 24, 2020
-
-
Paul Rosenzweig authored
-
Cam Saul authored
-
- Jan 23, 2020
-
-
Paul Rosenzweig authored
-
- Jan 22, 2020
-
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-
Walter Leibbrandt authored
-
- Jan 21, 2020
-
-
Damon P. Cortesi authored
* Add a couple notes to the SAML docs regarding encrypted IdP responses and keystore settings.
-
Cam Saul authored
-
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 18, 2020
-
-
Maz Ameli authored
-
- 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
-
-
Cam Saul authored
-
Daniel Higginbotham authored
-
- Jan 15, 2020
-
-
Daniel Higginbotham authored
-
Usiel Riedl 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
-
Paul Rosenzweig authored
* display permissions save errors * remove unused saveError selections
-
Daniel Higginbotham authored
close #10469
-
Paul Rosenzweig authored
* close modal when unmounting QB * add test
-
- Jan 13, 2020
-
-
Cam Saul authored
[ci skip]
-
Cam Saul authored
-
Tom Robinson authored
-
Paul Rosenzweig authored
(cherry picked from commit 412c1153) Co-authored-by:
Shuai Lin <linshuai2012@gmail.com>
-
Simon Belak authored
-
Cam Saul authored
-
Daniel Higginbotham authored
use custom column names in pulses
-
Kyle Doherty authored
Move my changes from master to release-0.34.x
-
- Jan 10, 2020
-
-
Cam Saul authored
* Fix BigQuery driver from Leiningen [ci bigquery] [ci sparksql] (#11650) * Fix SQL Server field filters against boolean Fields. [ci drivers] * Test fixes for drivers with no TIME data type [ci oracle] [ci presto] [ci redshift] [ci snowflake] [ci sparksql] * Fix boolean field filters for Oracle [ci oracle] [ci sparksql]
-
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>
-
Tom Robinson authored
Fix segment editing
-