This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Sep 18, 2019
-
-
Tom Robinson authored
* Fix drill through actions not working with joins * QuickFilterDrill unit test * Add Dimension and Field 'foreign' methods, fix Dimension and Field 'column' methods * Update sample dataset test fixtures with convienent aliases * More fixture cleanup * Fix lint and flow * more fixture cleanup * fix e2e test
-
- Sep 16, 2019
-
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
- Sep 13, 2019
-
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
- Sep 12, 2019
-
-
Paul Rosenzweig authored
-
- Sep 11, 2019
-
-
Daniel Higginbotham authored
make it easier for users to report diagnostic info by adding it to the troubleshooting UI
-
- Sep 05, 2019
-
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
- Sep 04, 2019
-
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
- Sep 03, 2019
-
-
Paul Rosenzweig authored
-
- Sep 02, 2019
-
-
Max Kaplan authored
* api: parsing bigints properly * trivial: running prettier, adding new snapshot
-
- Aug 30, 2019
-
-
Tom Robinson authored
* Remove .jsx extension from imports * Use color() function instead of colors[...] * Remove depreacted MBQL from frontned * Remove more deprecated MBQL * Revert a couple removals of .jsx due to flow conflict with .css files * Fix reference/utils tests * Fix color conflict
-
Kyle Doherty authored
* clean up UX on SSO login present users with a clearer choice of SSO vs email / password * use link wip * update sign in copy * update tests * lint fix
-
- Aug 29, 2019
-
-
Walter Leibbrandt authored
* Avoid using `undefined` array when column formatters not specified This led to `TypeError: Cannot read property "forEach" from undefined` errors when no formatters were specified. * Improve logging of unexpected errors during format compilation * Log unsupported formatting operators and return a dummy operator fn * Linting fixes * Manually ES5-ify code that is to be executed by the Nashorn engine Nashorn in JDK 8 only supports ES5.1. * Update Rebuilt shared JS from `yarn build-shared` * Move formatting foctory fns into an operator-indexed object * Linter appeasement * Test that all defined operators are supported in table formatting * Flow annotations * Return `null` in stead of `undefined` Formatting/style changes snuck in. * `yarn build-shared` * Use operators from table formatting and not column filters
-
Tom Robinson authored
-
Paul Rosenzweig authored
* use count as default new metric aggregation * wip create GA default query * flag metrics and segments that come from GA so we can filter them out/in * fix test
-
Paul Rosenzweig authored
-
- Aug 28, 2019
-
-
Tom Robinson authored
* Fix drill through to question user doesn't have all data permissions for. Resolves #7928 * Fix flow * Fix #10656 * Tests * Fix lint + add a couple cute aliases * fix object detail logic + add test
-
Kyle Doherty authored
* allow for IconWrapper hover customization * test / lint fixes
-
Mark authored
-
Miklós Fazekas authored
-
Paul Rosenzweig authored
-
Simon Belak authored
-
Paul Rosenzweig authored
-
- Aug 27, 2019
-
-
Paul Rosenzweig authored
-
- Aug 26, 2019
-
-
Paul Rosenzweig authored
-
Tom Robinson authored
Revert to previous behavior that uses `name` instead of `field_ref` for `field-literal` columns
-
Paul Rosenzweig authored
-
- Aug 23, 2019
-
-
Walter Leibbrandt authored
* Don't lookup field ID for template tags, without a query Based on snarfed/metabase@846f884 * Check for any falsey value instead of only `undefined` * Mark `datasetQuery` parameter as optional * Check for presence of `datasetQuery` only where it's being used
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
- Aug 21, 2019
-
-
Tom Robinson authored
-
Paul Rosenzweig authored
-