This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- May 11, 2020
-
-
Cam Saul authored
-
Tom Robinson authored
* enable parallel cypress * add grouping, different approach to parallelism
-
Paul Rosenzweig authored
-
- May 08, 2020
-
-
Paul Rosenzweig authored
Co-authored-by:
Morgan Hankins <morganhankins@gmail.com> Co-authored-by:
Tom Robinson <tlrobinson@gmail.com>
-
- May 05, 2020
-
-
Federico Tedin authored
-
- May 04, 2020
-
-
Robert Roland authored
* Allow a driver to customize the query remarks This allows driver-specific metadata to be added to each query. If the driver can apply the default metadata, it should call default-query->remark Removed timezone test that isn't testing the driver itself, since the driver doesn't specify a default timezone Removed deprecated code from the redshift test Leave the original parameters from the front-end as :user-parameters so that they are accessible down in the drivers Transform the original parameters into the field_values in the query remark
-
Kyle Doherty authored
-
- May 01, 2020
-
-
flamber authored
* Change Map Tile Server URL to https * Paul: Remove comment
-
- Apr 30, 2020
-
-
Robert Roland authored
This alias was overriding any with-profiles from the command line. This will force all the drivers to be loaded when doing lein run, which will let local development against drivers work with lein run.
-
Cam Saul authored
* Fix include-plugins middleware when we use multiple lein with-profiles * Bump core project dep version
-
- Apr 28, 2020
-
-
Damon P. Cortesi authored
* Repro for #12221
-
- Apr 18, 2020
-
-
Simon Belak authored
-
- Apr 16, 2020
-
-
Tom Robinson authored
Merge release-0.35.x into master
-
flamber authored
* Fix expression 'replace' helper text * Prettier * Kyle correctness :-) Co-Authored-By:
Kyle Doherty <kdoh@users.noreply.github.com> Co-authored-by:
Kyle Doherty <kdoh@users.noreply.github.com>
-
- Apr 15, 2020
-
-
Damon P. Cortesi authored
* Add database-specific tests to Cypress (starting with Mongo) * Initial changes to Cypress to allow a limited set of tests to run * Include drivers in frontend uberjar
-
Cam Saul authored
-
- Apr 14, 2020
-
-
Cam Saul authored
-
Maz Ameli authored
* fix field type selects alignment * mostly fix display values alignment * remove unused component * redo the fix * Update frontend/src/metabase/admin/datamodel/components/FieldRemapping.jsx Co-Authored-By:
Kyle Doherty <kdoh@users.noreply.github.com> Co-authored-by:
Kyle Doherty <kdoh@users.noreply.github.com>
-
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
-
-
Paul Rosenzweig authored
- Apr 09, 2020
-
-
Paul Rosenzweig authored
-
Tom Robinson authored
-
Simon Belak 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>
-
Simon Belak authored
-
Simon Belak authored
-
Tom Robinson authored
* Fix email settings form. Resolves #12274, Resolves #12275 * Add email settings cypress tests
-
Simon Belak authored
-
Simon Belak authored
Insights: fix `change` looping infinitely on input (0, -1)
-
- 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>
-
Damon P. Cortesi authored
-
- 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>