This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Nov 26, 2019
-
-
Simon Belak authored
-
- Nov 25, 2019
-
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
* v0.33.5 * Include Oracle JDBC driver as a build dep * v0.33.5.1 * Don't center pie charts on dashboards (#11314) * Sort fields before checking if a query has been updated (#11311) * Don't attempt to load card metadata if the card's table wasn't fetched (#11326) * move publicPath from file-loader options to extract text plugin (#11350) * v0.33.6
-
Paul Rosenzweig authored
-
- Nov 21, 2019
-
-
Simon Belak authored
Druid: fix HLL aggregation queries
-
Simon Belak authored
-
- Nov 19, 2019
-
-
Cam Saul authored
-
- Nov 18, 2019
- Nov 15, 2019
-
-
Cam Saul authored
- Differentiate between columns that record timezone info vs ones that are normalized. (i.e., TIMESTAMP WITH TIME ZONE vs. TIMESTAMP WITH LOCAL TIME ZONE in Oracle and other DBs that have this distinction.) Also differentiate between recording offset from UTC and Zone ID. - New :type/Temporal base type for :type/Date, :type/Time, and :type/DateTime. Previously, :type/Date and :type/Time derived from :type/DateTime which didn't quite make sense. - Add new attempted-murders dataset to count number of crows spotted. Has same temporal instant in a variety of formats with and without timezone to facilitate writing new tests - New tests for TIME WITH TIME ZONE columns. - Fix MySQL behavior for TIMESTAMP columns, which are the equivalent of Oracle TIMESTAMP WITH LOCAL TIME ZONE (i.e., they are normalized to UTC when stored) vs DATETIME (which are Local non-timezone-aware columns).
-
Cam Saul authored
-
- Nov 13, 2019
-
-
Cam Saul authored
-
- Nov 12, 2019
-
-
Kyle Doherty authored
-
Kyle Doherty authored
* update download icon * embiggen arrow
-
- Nov 11, 2019
-
-
Maz Ameli authored
* font size, card around content * table detail page styling * clean up see-this-table button * field detail styling * improve field lists * tighten up spacing * fix up field list spacing * sidebar styling * field list spacing, page header icons * clean up segment detail pages * metric detail styling * clean up lists * list item sizing * more spacing * remove viewbox insanity * add field descriptions to metric group-bys * fix segments based-on link * fix item list icon spacing * fix edit header bg color * lint picking * prettier * update e2e test * try fixing e2e test again * fix up e2e test selectors * address kdoh's feedback
-
- Nov 08, 2019
-
-
hansen authored
-
- Nov 07, 2019
-
-
Cam Saul authored
Merge master -> release-0.33.x
-
Cam Saul authored
-
Tom Robinson authored
Rename __support__ files and add query builder e2e tests
-
Cam Saul authored
-
Tom Robinson authored
-
- Nov 06, 2019
-
-
Tom Robinson authored
Simplify redux 'requests' reducer + entities
-
Maz Ameli authored
* update translations for included languages * Add i18n CI step from master * fix newlines in it.po * remove \n from nl.po * remove \n from pl.po * add Slovak and update others * remove newlines * update locales.clj * reset config.yml
-
Maz Ameli authored
* clarify that sandboxes don't work on sql queries [ci skip] * add a bit about using sql queries in setting up a sandbox [ci skip] * Put SQL caveats in Limitations section at bottom
-
- Nov 04, 2019
-
-
Maz Ameli authored
* make add series/breakout buttons nicer * spacing
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
- Oct 31, 2019
-
-
Kyle Doherty authored
-
Maz Ameli authored
-
Kyle Doherty authored
* remove unused icons * remove additional unused icons
-
Kyle Doherty authored
-
Maz Ameli authored
* fix up back button in data model * remove colors import
-
Tom Robinson authored
Upgrade prettier to 1.18.2
-
Kyle Doherty authored
-
Michael Kopinsky authored
-
- Oct 30, 2019
-
-
Tom Robinson authored
-
Tom Robinson authored
-
Sameer Al-Sakran authored
* Fix audit log images This incorrectly had links to the root images directory * fix typos
-
- Oct 28, 2019
-
-
Paul Rosenzweig authored
* copy over code from pr * remove chronological * remove tick formatting * remove chronological * use reporting_timezone * remove unneeded tests * remove import * add timeseriesScale tests/fixes * eslint * more timeseriesScale tests * remove now unneeded rangeFn * more timeseriesScale tests * report_timezone to actual_timezone * display warning if timezones are mismatched * extract getTimezone * don't error if series doesn't have a card (in tests) * move expected/actual timezones into data, add warning when series have different timezones * fixes * make sure getTimezone works on transformed series * update actual/expected to results/requested * call getTimezone from LAB renderer rather than apply axis * include timezone as part of a timeseries interval * missed variable * include timezone when updating timeseries interval * remove "report_timezone" * add timezone fields to DatasetData flow type * make the fields optional * Fill data using timezone scale (#11143)
-