This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Apr 15, 2020
-
-
Cam Saul authored
-
- Apr 14, 2020
-
-
Cam Saul authored
-
Simon Belak authored
* Insights: fix `change` looping infinitely on input (0, -1) (#12282) * Harden insights (#12289) * Fix expressions test [ci drivers] (#12295) * MBQL: add nil comparison tests (#12290) * More test fixes (#12298)
-
- Apr 13, 2020
-
-
Paul Rosenzweig authored
-
Tom Robinson authored
-
- Apr 10, 2020
-
- Apr 09, 2020
-
-
Paul Rosenzweig authored
-
Tom Robinson authored
-
- Apr 08, 2020
-
-
Tom Robinson authored
* Add cypress test for embedding settings * Yarn pretty * Import metabase.public-settings.metastore. Resolves #12273 * lint * Fix lint Co-authored-by:
Damon P. Cortesi <d.lifehacker@gmail.com>
-
Tom Robinson authored
* Fix email settings form. Resolves #12274, Resolves #12275 * Add email settings cypress tests
-
- Apr 02, 2020
-
-
Tom Robinson authored
* Repro for #12221 * yarn so pretty * Fix isValidField for joined-field, which fixes filtering on joined fields. Resolves #12221 * s/fit/it/ * Fix column filtering on date fields * fix lint Co-authored-by:
Damon P. Cortesi <d.lifehacker@gmail.com>
- Apr 01, 2020
-
-
Paul Rosenzweig authored
* Add Cypress test for #12228 (#12235) * fix logic to check if we'll use fieldValueWidget while parsing query params Co-authored-by:
Damon P. Cortesi <d.lifehacker@gmail.com>
-
- Mar 31, 2020
-
-
flamber authored
* Explain hide X-rays and Our data sections [ci skip] * Maz suggestion [ci skip] Co-Authored-By:
Maz Ameli <maz@metabase.com> Co-authored-by:
Maz Ameli <maz@metabase.com>
-
Maz Ameli authored
* update info on languages * grammar
-
Simon Belak authored
* Add more math functions to MBQL [ci drivers] * Add non-default implementations [ci drivers] * Add non-default implementations [ci all] * More lenient schema [ci drivers] * Add type hints [ci drivers] * Fix tests [ci all] * Fix tests [ci all] * Presto: stddev_samp -> stddev_pop [ci all] * Fix indentation [ci all] * Add tests [ci drivers] * Don't support percentile in H2 [ci drivers] * Fix tests [ci all] * Fix mssql [ci drivers] * FE support for new functions * Fix mssql [ci drivers] * Fix mssql [ci drivers] * Fix unit test * Implement code review suggestions [ci all] * Fix vertica [ci drivers] * FE: add length & rename expt -> exp [ci drivers] * Don't i18n displayName [ci drivers] * FE fixes * Cleanup aggregation/filter type predicates, isStandard, isMetric/isSegment, and isCustom * Test: alow expressions in filters * Alow expressions in filters [ci drivers] * Allow expressions in :between [ci drivers] * Allow expressions in :inside [ci drivers] * Fix log [ci drivers] * h2: use log10 [ci drivers] * Fix mssql & spark [ci drivers] * fix hive [ci drivers] * Don't reuse :percentile name [ci drivers] * Fix filter methods Co-authored-by:
Tom Robinson <tlrobinson@gmail.com>
- Mar 30, 2020
-
-
Tom Robinson authored
-
- Mar 28, 2020
-
-
Cam Saul authored
* New & improved caching tests * Fix cached results metadata for native queries. [ci postgres] [ci mysql] * Test/lint fixes [ci postgres] [ci mysql] * Test fix [ci postgres] * Test fix [ci postgres] [ci mysql]
-
- Mar 27, 2020
-
-
Cam Saul authored
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
- Mar 26, 2020
-
-
Cam Saul authored
-
flamber authored
-
Cam Saul authored
* If a driver returns base type `:type/*` (i.e., unknown type) in column metadata for native query results, attempt to infer better type by scanning values sample * Fix NPE in H2 native query results for columns where JDBC metadata `.getColumnClassName` returned nil * Rename `annotate/column-info*` to `annotate/merged-column-info` (makes the purpose of the function clearer)
-
- Mar 25, 2020
-
-
Walter Leibbrandt authored
Fixes #12171 via metabase/toucan#74.
-
- Mar 24, 2020
-
-
Cam Saul authored
-
- Mar 23, 2020
-
-
Maz Ameli authored
* start the ball rolling * add most of the content and the big table * add TOC link to new page * address dacort's feedback and add screenshots
-
Paul Rosenzweig authored
-
Cam Saul authored
-
Paul Rosenzweig authored
-
- Mar 20, 2020
-
-
Damon P. Cortesi authored
* Make an admin call to `/api/user` because personal collections are hydrated there. * Update snapshot SQL
-
Simon Belak authored
-
- Mar 19, 2020
-
-
Cerberus authored
-
- Mar 18, 2020
-
-
Tom Robinson authored
-
Kyle Doherty authored
* add environment variables * Admin Panel > SuperAdmin * simplify explanatory copy Co-authored-by:
Dustin Miller <dustin@sharepointexperts.com>
-
Tom Robinson authored
* Finish consolidating column => field ref functions * Add special case and tests for keyForColumn with joined-field
-
Paul Rosenzweig authored
-
Tom Robinson authored
* Allow . separator in expression identifiers * Make fk separator configurable
-