This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jul 30, 2020
-
-
Paul Rosenzweig authored
-
Jessica DeWitt authored
* Repro/universal search (#12957) * repro complete * Added issue # * prettier * Deleted change of table permissions * done porting metrics, except two qs * deleted 'metrics.e2e.spec.js' * edit to comment * loading problem * finished metrics
- Jul 29, 2020
-
-
Jessica DeWitt authored
* Repro/universal search (#12957) * repro complete * Added issue # * prettier * Deleted change of table permissions * deleted 'people.e2e.spec.js'
-
Paul Rosenzweig authored
-
Robert Roland authored
Snowflake stores warehouse, database and schema names in uppper case. When creating the connection details, uppercase them. Adds a forced-US Locale upper-case function to avoids potential bugs with languages that don't use Latin characters Resolves #9511 [ci snowflake]
-
Paul Rosenzweig authored
-
- Jul 28, 2020
-
-
Robert Roland authored
Fixes an error generating query descriptions with named aggregations and multiple parameters in a aggregation. Resolves #13022
-
Simon Belak authored
-
Jessica DeWitt authored
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
- Jul 27, 2020
-
-
Jessica DeWitt authored
* improvement to admin.cy * added change to 'snippets.cy'
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
- Jul 24, 2020
-
-
Jessica DeWitt authored
* Repro/universal search (#12957) * repro complete * Added issue # * prettier * Deleted change of table permissions * repro of issue * improvement to test
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
- Jul 23, 2020
-
-
Paul Rosenzweig authored
-
- Jul 22, 2020
- Jul 21, 2020
-
-
Cam Saul authored
Merge master
-
Cam Saul authored
-
Cam Saul authored
-
Robert Roland authored
* Adds a is-empty/not-empty for strings What the UI calls "is empty" / "not empty" right now is a null check, not a null and "" string check. This adds is-empty / not-empty operators in the query processor, and reworks the UI to use those. Any existing query that previously used the is-null / not-null operators will show (as "Is null" / "Not null") but any newly made queries will not be able to select "Is null" / "Not null" for text type fields. This will allow backwards compatibility with existing questions, while promoting use of the new "is-empty"/"not-empty" operators. Added Cypress test to make sure the proper operators show up when asking questions Update memoize util to allow variable number of args Resolves #5299 Co-authored-by:
Paul Rosenzweig <paul.a.rosenzweig@gmail.com>
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-