This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Mar 12, 2018
-
-
Ryan Senior authored
Previously current date was used determine the offset for a given timezone. This causes issues when the date being queried has a different offset than today's date. Daylight savings time is an example of that as depending on when the date is, the offset can be different. Fixes #7106
-
- Mar 09, 2018
-
-
Kyle Doherty authored
-
Maz Ameli authored
Remove max-width on paragraphs in dashboard text cards and fix #7101
-
Maz Ameli authored
-
- Mar 08, 2018
-
-
Ryan Senior authored
Ensure users have been created [ci drivers]
-
Ryan Senior authored
Remove extra curly brace from permissions confirmation
-
Ryan Senior authored
Make alerts emails prettier
-
Ryan Senior authored
-
Kyle Doherty authored
* POC track events via redux action dispatch * update and document track action * add tests
-
Ryan Senior authored
-
Ryan Senior authored
Externalize schema strings
-
- Mar 07, 2018
-
-
Ryan Senior authored
There are occasional test failures in nested-queries-test that is due to the order of tests being ran and the presence (or absence of test users. This commit just always ensures the users are there before the test runs.
-
Ryan Senior authored
-
Cam Saul authored
FieldValues search endpoint BigQuery fixes
-
Ryan Senior authored
Update Sample dataset metadata for FE tests
-
Tom Robinson authored
-
Cam Saul authored
-
Ryan Senior authored
Fixes #7066
-
Ryan Senior authored
Fix parameters for Bigquery queries that take a long time.
-
Ryan Senior authored
-
- Mar 06, 2018
-
-
Cam Saul authored
-
Maz Ameli authored
-
Ryan Senior authored
Fix tests
-
Cam Saul authored
-
- Mar 05, 2018
-
-
Sameer Al-Sakran authored
Pull Release 0.28.1 fixes into master
-
Maz Ameli authored
-
Kyle Doherty authored
-
Sameer Al-Sakran authored
Pulses- fix numeric wrapper rendering and change column limit calculation
-
Sameer Al-Sakran authored
Setting bad MetaStore token should return 400, not 500
-
Kyle Doherty authored
-
Kyle Doherty authored
-
Ryan Senior authored
A `NumericWrapper` defrecord was added to differentiate between a stringified numeric value and a textual value. Fixes #7067
-
Ryan Senior authored
This commit differentiates between the number of columns in a resultset and the number of columns that would actually be included in a rendered pulse table when attempting to calculate a column limit. Now only when the number of rendered columns (i.e. not a description type or a details-only visualization type) exceeds the column limit will it truncate. It will also include a CSV now if it exceeds the column limit OR if there is a hidden column (due to it being a description or detail-only etc).
-
- Mar 02, 2018
-
-
Kyle Doherty authored
* add top nav for internal app * add component nav * styling / spacing tweaks
-
Sameer Al-Sakran authored
Pull Release 0.28.2 fixes into master
-
Kyle Doherty authored
-
Kyle Doherty authored
-
Sameer Al-Sakran authored
Fix i18n
-
Sameer Al-Sakran authored
-
Sameer Al-Sakran authored
FieldValues search new public/embedded endpoints
-