This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Sep 01, 2017
- Aug 31, 2017
-
-
Atte Keinänen authored
-
Ryan Senior authored
Fixes #5866
-
Maz Ameli authored
Make purple button text white on hover instead of blue
-
Maz Ameli authored
-
Maz Ameli authored
-
Ryan Senior authored
Remove the double encoding of the collection's slug
-
Ryan Senior authored
Add type information to expression columns
-
Ryan Senior authored
Fixes #5108
-
Ryan Senior authored
Expressions aren't columns, but they have an entry in the cols property which currently doesn't have type info. This adds that which allows it to be used as the Y-axis in graphs. Fixes #3952
-
- Aug 30, 2017
-
-
Maz Ameli authored
-
Maz Ameli authored
-
Atte Keinänen authored
Render pulse even if pulse channel is missing `details` prop
-
Atte Keinänen authored
-
Atte Keinänen authored
-
Cam Saul authored
Fix typo in the no-preview-display analyzer
-
Ryan Senior authored
Add to the overview section of the timezone troubleshooting docs
-
Atte Keinänen authored
Fix new databases being not included in the permissions grid
-
Cam Saul authored
-
Maz Ameli authored
Fixed a typo or two, moved one sentence, and replaced "timezone" with "time zone" throughout to match the rest of the file.
-
Atte Keinänen authored
-
Ryan Senior authored
Fixup human readable values when field values change [ci drivers]
-
Ryan Senior authored
-
Ryan Senior authored
Field values and human readable values are zipped together to support remapping. If the field values change (i.e. new values, removing values etc) then the pairings of those field values and their remapped values can be wrong. This commit adds some code to reconcile that. If a new field value is found, a stringified version of that field value is used as the human readable version (the user can update/change this later). Fixes #5782
-
- Aug 29, 2017
-
-
Maz Ameli authored
-
Maz Ameli authored
* so… many… fixes… * a bunch more small fixes * fix lint warnings and remove dead delete code * lint * update tests
-
Atte Keinänen authored
New question flow fixes
-
Atte Keinänen authored
-
Atte Keinänen authored
-
Atte Keinänen authored
-
Kyle Doherty authored
-
Kyle Doherty authored
* intitial version of increment and decrement object detail * add tests * add keyboard shortcuts and styling * create standardized back / forward button * fix object detail unit test * add tests for keyboard shortcuts
-
Atte Keinänen authored
* Ask from user before quitting when using test-integrated-watch * Add helpful logging to the runner script, refactor file hierarchy * Add a way to dispatch browser events in tests * Update test command names and rewrite the frontend testing docs * Fix test failures
-
Cam Saul authored
Add new On-Demand option for FieldValues caching
-