This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jan 13, 2020
-
-
Pat Butler authored
-
Sameer Al-Sakran authored
-
PatButlerTR authored
-
Tom Robinson authored
-
Tim Pope authored
`expect` picks a function name based on a hash of the form, which means that all four functions defined by `expect-for-response-formats` share the same name and only the last actually runs. This change gives each function a unique name.
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-
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
-
Shuai Lin 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)
-
Kyle Doherty 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.
-
Tom Robinson authored
Consolidate our two Select components, implement with AccordionList.
-
Daniel Higginbotham authored
register fonts for use by cssbox also tools for rendering pngs from the repl
-
- Jan 08, 2020
-
-
Walter Leibbrandt authored
* Fix LDAP groups sync This is bug to LDAP servers that communicates group membership via the `memberOf` overlay, introduced by #11412, where attribute keys were all lower cased to support case insensitive matching. The hard-coded lookup of the `:memberOf` key was not similarly lower cased. * Save CircleCI-built uberjar as build artifact * Update comment to mention FreeIPA also uses `memberOf`
-
Tom Robinson authored
E2E (for Cypress) snapshot/restore
-
Cam Saul authored
-
Cam Saul authored
-
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>
-
Cam Saul authored
-