This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Mar 08, 2018
-
-
Cam Saul authored
-
- Mar 07, 2018
-
-
Cam Saul authored
-
Cam Saul authored
FieldValues search endpoint BigQuery fixes
-
Cam Saul authored
-
Ryan Senior authored
Update Sample dataset metadata for FE tests
-
Tom Robinson authored
-
Cam Saul authored
-
Cam Saul authored
-
Ryan Senior authored
Fix parameters for Bigquery queries that take a long time.
-
Ryan Senior authored
-
- Mar 06, 2018
-
-
Cam Saul authored
-
Cam Saul authored
-
Ryan Senior authored
Fix tests
-
Cam Saul authored
-
- Mar 05, 2018
-
-
Sameer Al-Sakran authored
Pull Release 0.28.1 fixes into master
-
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
-
Cam Saul authored
-
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
-
-
Cam Saul authored
-
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
-
Sameer Al-Sakran authored
Log pulse image writing exceptions before throwing
-
Ryan Senior authored
Include table visualization in pulses and alerts
-
Maz Ameli authored
-
Tom Robinson authored
-
Ryan Senior authored
Previously pulses and alerts that used a table visualization were limited to 3 columns and 10 rows. This commit changes the backed to bump that to 10 columns and 20 rows. When a resultset has more data than will fit into a 10x20 table, it will trigger a CSV attachment that will include the full results of the query, up to 2000 results. This commit also limits all queries to 2000 rows, similar to how queries issued via the UI are constrained. Users wanting more than 2000 rows use the existing export functionality.
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
- Mar 01, 2018
-
-
Cam Saul authored
Fix linter error
-