This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Mar 14, 2020
-
-
Cam Saul authored
-
- Mar 13, 2020
-
-
Cam Saul authored
-
Paul Rosenzweig authored
-
Tom Robinson authored
* Check regexextract driver features. Resolves #12074 * Fix unit test
-
- Mar 12, 2020
-
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
* Fix extracting :minute-of-hour and :hour-of-day from BigQuery TIME columns [ci bigquery] * Fix extract with unknown temporal types [ci bigquery]
-
Cam Saul authored
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
Walter Leibbrandt authored
-
- Mar 11, 2020
-
-
Max Karasinski authored
* Apply parse-value-for-field-type to values that are in a list * Correct test to use correct table fields * Create seperate function for dimensions with base types * Multiple UUID field filter search * Updated function so that it doesn't break a lot of other things * Satisfy linter * Review comments - tidying Co-authored-by:
Walter Leibbrandt <23798+walterl@users.noreply.github.com>
-
Tom Robinson authored
-
Cam Saul authored
* Fix automatic dashboards candidate-tables for Tables with no Fields * Test fix
* Namespace cleanup -
Cam Saul authored
* MB_APPLICATION_DB_MAX_CONNECTION_POOL_SIZE * MB_JDBC_DATA_WAREHOUSE_MAX_CONNECTION_POOL_SIZE * MB_ASYNC_QUERY_THREAD_POOL_SIZE
-
Paul Rosenzweig authored
* don't use ParameterFieldWidget if any targets are variables not dimensions * fix tests, avoid flatMap for flow's sake * add padding, expand message * add negative margin on bottom
-
- Mar 10, 2020
-
-
Paul Rosenzweig authored
-
Cam Saul authored
Merge release-0.34.x into master
-
Cam Saul authored
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
- Mar 09, 2020
-
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-
Christopher Elwell authored
-
Simon Belak authored
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-
Kyle Doherty authored
* add background hover on bubble radio items * update snapshot test
-
Kyle Doherty authored
-
Paul Rosenzweig authored
-
Maz Ameli authored
* make question references look like other vars in sidebar * remove unused component
-
Paul Rosenzweig authored
-
- Mar 06, 2020
-
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
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>
-