This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jan 16, 2020
-
-
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
-
Paul Rosenzweig authored
-
Cam Saul authored
-
Walter Leibbrandt authored
-
Cam Saul authored
-
Cam Saul authored
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
(cherry picked from commit 4e888933)
-
Paul Rosenzweig authored
(cherry picked from commit d3acc01f)
-
Paul Rosenzweig authored
(cherry picked from commit 21cbb87a)
-
Paul Rosenzweig authored
(cherry picked from commit e1339af0)
-
- Jan 08, 2020
-
-
Cam Saul authored
-
- Jan 07, 2020
-
-
Walter Leibbrandt authored
* Port note to IE11 users from EE's docs * Update docs/enterprise-guide/full-app-embedding.md Co-Authored-By:
Maz Ameli <maz@metabase.com> Co-authored-by:
Maz Ameli <maz@metabase.com>
-
- Jan 06, 2020
-
-
Daniel Higginbotham authored
* update older-than test to not use hard coded date * update docstring to clarify that compares times to now * final fix for this bug
-
- Dec 19, 2019
-
-
Sameer Al-Sakran authored
-
Paul Rosenzweig authored
* use time format settings for hour-of-day * flow & eslint