This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jan 13, 2020
-
-
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
-
Daniel Higginbotham authored
config now ignores empty-string env vars
-
Maz Ameli authored
* update pot and tag some missed strings * import updated strings from poeditor and remove ukrainian and norwegian * remove pesky \ns
-
Paul Rosenzweig authored
-
Maz Ameli authored
* max variables sidebar look nicer * tweak variable name styling
-
Maz Ameli authored
* fix mongo optional clause example [ci skip] * run tests
-
Paul Rosenzweig authored
- Dec 18, 2019
-
-
hansen authored
* Docs minor fixes (and prettier) [ci skip] * old FAQ move-text and Field Filter schema requirement [ci skip] * Try to fix Server-Side Analytics table in information-collection.md [ci skip] * Note about minimum MySQL version for application data [ci skip] * Somehow version got changed when merging [ci skip] * Maz suggestion: Update docs/operations-guide/configuring-application-database.md Co-Authored-By:
Maz Ameli <maz@metabase.com> * Maz suggestion: Update docs/operations-guide/configuring-application-database.md [ci skip] Co-Authored-By:
Maz Ameli <maz@metabase.com> * Maz suggestion: Update docs/users-guide/13-sql-parameters.md [ci skip] Co-Authored-By:
Maz Ameli <maz@metabase.com> * Maz suggestion: Update docs/users-guide/13-sql-parameters.md [ci skip] Co-Authored-By:
Maz Ameli <maz@metabase.com> * Maz suggestion: Update docs/users-guide/13-sql-parameters.md [ci skip] Co-Authored-By:
Maz Ameli <maz@metabase.com> * Maz suggestion: Restore /docs/faq.md - will be a PR for another day [ci skip]
-
Paul Rosenzweig authored
-
Maz Ameli authored
* changes to viz docs * update sql doc images * expand on line/area/bar settings * add mongodo variable examples [ci skip] * in instead of on Co-Authored-By:
Kyle Doherty <kdoh@users.noreply.github.com> * fix typo Co-Authored-By:
Damon P. Cortesi <d.lifehacker@gmail.com> * gerunds are a thing Co-Authored-By:
Damon P. Cortesi <d.lifehacker@gmail.com> * add missing periods
-
Paul Rosenzweig authored
-
Kyle Doherty authored
Fixes #11338
-
- Dec 17, 2019
-
-
Joe Bordes authored
-
Cam Saul authored
Make sure query templates containing newlines are parsed properly [ci drivers]
-