This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Apr 10, 2020
-
-
Paul Rosenzweig authored
-
- Mar 06, 2020
-
-
Tom Robinson authored
* Upgrade Chevrotain to v6.5.0 * Switch from embedded actions to visitor * rename tokens to lexer, remove no-longer needed Chevrotain hack from webpack.config.js * get tests passing again * progress converting syntax parser * got intermediate Sum(A) test passing * more progress on parsing expressions * get complex expression passing * prettier * linting * Add TokenizedExpression snapshot test * Add support to parser for recovering whitespace tokens * Add case clause [ci all] * fix test [ci all] * Harden test [ci all] * More tests [ci all] * Correctly infer case return type [ci all] * Fix test [ci all] * Fix tests [ci all] * Improved syntax parser * More parser cleanup + start adding filters and functions * Add CASE and partial filter support, cleanup tests * Add string extracts [ci all] * Typo [ci all] * Make linter happy [ci all] * Add regex-match-first [ci all] * Fix arglist [ci all] * Fix test [ci all] * Add sum-where count-where and share support. Refactor aggregation tokens * Fix tests [ci all] * Add ns prefixes [ci all] * Add ns qualifiers [ci all] * Fix trim [ci all] * Tests: ensure stable ordering of results [ci all] * Fix trim [ci all] * Support only 1-arg trim [ci all] * Fix ns prefixes [ci all] * Fix psql [ci all] * Fix redshift [ci redshift] * Refactor/simplify grammer to consolidate aggregation, expression, and filter functions * Add isCase to isExpression * Directly splice regex pattern for psql & redshift [ci all] * Fix schema [ci all] * Redshift: splice replace args [ci redshift] * Add ns prefix [ci redshift] * Typo [ci redshift] * Filter expressions * Add metrics and segments back in to expressions * Disable tokenized editing * Update tests to clojure.test [ci all] * Add concat to sqlite [ci all] * Add length [ci all] * Add missing ns [ci all] * Fix test [ci all] * Fix messed up multimethods [ci all] * Fix mssql [ci all] * Fix sqlite concat [ci all] * sqlite: correctly qoute literal strings [ci all] * Misc improvements to syntax highlighting etc * Cleanup tests [ci all] * Reoder defs [ci all] * Make linter happy [ci all] * Mongo: add case [ci mongo] * mongo: fix switch [ci mongo] * typo [ci mongo] * Improve syntax highlighter and suggestions * Mongo: always have default fallback in case [ci mongo] * Rearrange test to split out ones using expressions [ci mongo] * Remove uneeded merge [ci all] * misc * Much improved syntax highlighting using recovery mode and partial CST * Improved suggestions * try monospace font for expressions * Better typing in parser, various other fixes * Avoid parsing multiple times * Fix tests * Fix tests * More test fixes * Special case for UnderlyingRecords drill with sum-where/count-where/share * switch back to square brackets for identifiers * change extract to regexextract * Lift expressions to subselect [ci all] * Commit on enter * rename extract to substitute, fix tests * Refactor [ci all] * Fix normalization [ci all] * Correctly handle joins [ci all] Co-authored-by:
Daniel Higginbotham <daniel@flyingmachinestudios.com> Co-authored-by:
Simon Belak <simon@metabase.com> Co-authored-by:
Maz Ameli <maz@metabase.com>
-
- Jan 28, 2020
-
-
Tom Robinson authored
-
- Jan 21, 2020
-
-
Paul Rosenzweig authored
-
Tom Robinson authored
-
- Jan 17, 2020
-
-
Tom Robinson authored
-
- Jan 09, 2020
-
-
Tom Robinson authored
Consolidate our two Select components, implement with AccordionList.
-
- Jan 08, 2020
-
-
Tom Robinson authored
E2E (for Cypress) snapshot/restore
-
- Dec 18, 2019
-
-
Paul Rosenzweig authored
-
- Dec 12, 2019
-
-
Paul Rosenzweig authored
-
- Dec 11, 2019
-
-
Max Zheng authored
* Scroll viewport if dragged item goes out of bound This will allow users to move a question to anywhere on the dashboard that may be outside of the viewport. * Ignore react-draggable flow check
-
- Dec 09, 2019
-
-
Paul Rosenzweig authored
-
- Dec 05, 2019
-
-
Paul Rosenzweig authored
-
- Dec 02, 2019
-
-
Paul Rosenzweig authored
-
- Nov 25, 2019
-
-
Paul Rosenzweig authored
-
- Nov 07, 2019
-
-
Tom Robinson authored
-
- Oct 30, 2019
-
-
Tom Robinson authored
-
- Oct 28, 2019
-
-
Paul Rosenzweig authored
* copy over code from pr * remove chronological * remove tick formatting * remove chronological * use reporting_timezone * remove unneeded tests * remove import * add timeseriesScale tests/fixes * eslint * more timeseriesScale tests * remove now unneeded rangeFn * more timeseriesScale tests * report_timezone to actual_timezone * display warning if timezones are mismatched * extract getTimezone * don't error if series doesn't have a card (in tests) * move expected/actual timezones into data, add warning when series have different timezones * fixes * make sure getTimezone works on transformed series * update actual/expected to results/requested * call getTimezone from LAB renderer rather than apply axis * include timezone as part of a timeseries interval * missed variable * include timezone when updating timeseries interval * remove "report_timezone" * add timezone fields to DatasetData flow type * make the fields optional * Fill data using timezone scale (#11143)
-
- Oct 07, 2019
-
-
Tom Robinson authored
* Delegate getList to getObject * Use getMetadata for metadata entities getObject selectors * Per object caching in getObject using re-reselect
-
- Sep 05, 2019
-
-
Paul Rosenzweig authored
-
- Sep 02, 2019
-
-
Max Kaplan authored
* api: parsing bigints properly * trivial: running prettier, adding new snapshot
-
- Aug 06, 2019
-
-
Paul Rosenzweig authored
-
- Jul 30, 2019
-
-
Tom Robinson authored
Notebook Mode + View Mode + Joins + etc
-
- Jun 19, 2019
-
-
Paul Rosenzweig authored
-
- Jun 14, 2019
-
-
Tom Robinson authored
* Fix 'Edit Settings' button * Fix ChartSettings tab switching, add tests
-
- Jun 10, 2019
-
-
Paul Rosenzweig authored
-
- Jun 03, 2019
-
-
Tom Robinson authored
-
- May 07, 2019
-
- Apr 09, 2019
-
-
James Brooks authored
-
- Feb 05, 2019
-
-
Tom Robinson authored
-
Tom Robinson authored
-
- Feb 01, 2019
-
-
Tom Robinson authored
-
- Jan 31, 2019
-
-
Tom Robinson authored
-
- Jan 08, 2019
-
-
Kyle Doherty authored
* init rm cxs * rm cxs drom popover content * convert EntityMenuItem * update snap * fix structure * fix package.json formatting
-
Kyle Doherty authored
-
- Oct 03, 2018
-
-
Ryan Senior authored
-
- Sep 18, 2018
-
-
Ryan Senior authored
Using version 220 of `jest-localstorage-mock` required that we upgrade our version of NodeJS from our previous minimum of 6.11.3. To support that, this commit switches from the deprecated `java:openjdk-8-jdk-alpine` docker image to the newer `openjdk:8-jdk-alpine` image. This image is running Alpine version 3.8 which has NodeJS 8.11.4 in it's repository. This also bumps the minimum version of node in the packages.json file.
-
- Sep 13, 2018
-
-
Tom Robinson authored
-
- Aug 20, 2018
-
-
Kyle Doherty authored
* show pinning message to admins * microcopy tweak * localStorage isn't async * add AdminPinMessage tests
-
- Jul 25, 2018
-
-
Kyle Doherty authored
* add polyfill for classList usage on FitViewPort * simplify new question options structure - fixes ie 11
-