This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Sep 05, 2017
-
-
Cam Saul authored
-
Cam Saul authored
Fix docstring checker crashes
-
Cam Saul authored
-
Maz Ameli authored
Chart options buttons back to left
-
Maz Ameli authored
-
Maz Ameli authored
Add new x-rays doc page to TOC
-
Maz Ameli authored
-
Kyle Doherty authored
* icon cleanup * table styling tweaks * update icons * directional button hover state * remove border
-
Kyle Doherty authored
* Add :largest-contributors to comparison, bug fixes, refactoring * Add valid-pairs and field endpoints to comparisons * Dampen field difference weight in contribution assesment * fix nice-bins for empty histogram * fix for nice-bins for histogram with only 1 value * Change comparison field zoom in. Rename largest-contributor to top-contributor * fix halfassed rename * refactor + new components * use true multiseries * cleanup * include constituents in card * add dataset to card return * card wip * growth rate * check for values * lint * cardify all series features. Unpack linear regression * add linear regression * use percentages * flip order * add growth series description * add additional info * fix layout * layout tweaks * add action in qb * show growth series as a % * xray segment action * flow * Support all time breakdowns, fix filtering bug * make linter happy * more robust test * Add conditional descriptions for growth-series. Update tests. * add periodicity to cards * Update for updated distance measure * Removed updates to comparison as they should not be part of PR * Correct chi^2 distance * fix headings * fix flow * disable flow for action * use beaker for xray actions * move specs to proper test directory * Fix round-to-month when crossing year * add key * Add smoke tests for table xray and segment xray pages * Correctly handle unixtimestamps encoded as bigints * Add test cases for question xray page and segment xray query builder action * Test also timeseries question action widget action * Fix lint errors for xray tests * Fix Histogram element passing data in invalid format to Visualization * Fix integration tests for xrays * Make xrays urls in services.js consistent with other urls * fix periodicty reweighing * add sample? predicate * cleanup * spacing * cleanup * fix failing tests * fix failing tests * Update tests * Refactored periodicity reweighing, more tests * Support :as in date-time fields, more tests, fix another periodicity bug * add error handling * add missing label * tweak fidelity icon size * fix histograms * more specific legend hiding * hide link for now * card xray title * fix field header * fix stat group padding * card error handling * remove duplicated code
-
- Sep 01, 2017
-
-
Cam Saul authored
Manual FieldValues re-scan for Tables & Fields
-
Maz Ameli authored
-
Cam Saul authored
-
Maz Ameli authored
Corrections for nested queries instructions
-
Maz Ameli authored
-
Maz Ameli authored
Docs for 0.26 features
-
Maz Ameli authored
-
Ryan Senior authored
Remove the RAW_TABLE FK reference to METABASE_DATABASE
-
- 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
-