This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Sep 11, 2020
-
-
Robert Roland authored
java-time has an upstream bug where it lowercases the built-in Java timezone formatters to be able to look them up by keyword later. This breaks under Turkish (and possibly other locales) See dm3/clojure.java-time#60 for the upstream fix. Resolves #13102
-
Robert Roland authored
Previously, if your Metabase account for a Google login was disabled, you would be returned to the login box with no indication as to what was wrong. Now we return to the page with a red error that says "Your account is disabled." Resolves #3245
-
Simon Belak authored
* Lift dimensions from nested queries * Don't try to lift native queries * Fix tests * Minor refactor * Use actual field IDs in tests * Touchups * More tests * Better names * Add missing require * add end-to-end test * Remove stale * Add breakout support * Add e2e test for breakout * Update test [ci drivers] * Change order [ci drivers] * Ignore name case [ci drivers] * make tests portable [ci drivers] * Ensure vector [ci drivers] * Test: stable ordering [ci drivers]
-
- Aug 28, 2020
-
-
Robert Roland authored
Since we specifically mention the character set required for MySQL, we should provide examples of how to create those databases.
-
Robert Roland authored
Instead of using assert, which throws an exception with confusing detail for the users, use a more user-friendly error. Old error: Error: Assert failed: Invalid site URL: "https://localhost:3000!" (u/url? s) New error: Error: Invalid site URL: "http://localhost:3000!" Resolves #4506
-
Robert Roland authored
MariaDB 10.3 adds support for temporal data tables. The JDBC driver picks up this support in 2.6.0. Update to latest JDBC driver, and add a test that a SYSTEM VERSIONED table appears in Metabase after a sync. Resolves #9887 [ci mysql]
-
- Aug 24, 2020
-
-
Damon P. Cortesi authored
Docs: Clarify embedding multiple values on locked parameters
-
flamber authored
-
flamber authored
-
- Aug 22, 2020
-
-
flamber authored
-
- Aug 20, 2020
-
-
Robert Roland authored
Switches how we generate a slug for a dashboard parameter to lower case and then URI encode the string. Should display in a URL in a browser as the native language, but end up % encoded. Resolves #5313
-
- Aug 17, 2020
-
- Aug 12, 2020
- Aug 11, 2020
-
-
Robert Roland authored
This will better handle queries with expressions like [Discount] * [Quantity]
-
Robert Roland authored
BigQuery returns arrays in a result with a type of: {:mode "REPEATED" :type "NUMERIC"} Handle these REPEATED values appropriately Resolves #10275 [ci bigquery]
-
Jessica DeWitt authored
* repro complete * deleted skip * prettier file
-
- Aug 10, 2020
-
-
Robert Roland authored
The check for a null ObjectId is {"$eq" nil} - not using the ObjectId class. Resolves #11134 [ci mongo]
-
Jessica DeWitt authored
* outline for repro * repro of issue
-
Jessica DeWitt authored
* outline for issue * x-ray load test * move file location * issue fixed and checks for content * added ;s
-
- Aug 04, 2020
-
-
Sameer Al-Sakran authored
Update from master
-
Robert Roland authored
-
Robert Roland authored
We were using a SNAPSHOT of Cloverage, which is broken. Updating to 1.2.0, the latest, which includes a fix that Cam had submitted to upstream.
-
Damon P. Cortesi authored
Test that unknown locales don't obstruct the setup process
-
Nemanja Glumac authored
- Aug 03, 2020
-
-
Damon P. Cortesi authored
Merge release-0.36.x into master
-
- Jul 31, 2020
-
-
Paul Rosenzweig authored
Co-authored-by:
flamber <1447303+flamber@users.noreply.github.com>
-
Paul Rosenzweig authored
-
Jessica DeWitt authored
-
Jessica DeWitt authored
* Repro/universal search (#12957) * repro complete * Added issue # * prettier * Deleted change of table permissions * finished porting segments (except 3 qs about e2e) * edited comment * finished segments * Update segments.cy.spec.js * prettier
-
Paul Rosenzweig authored
-
Paul Rosenzweig authored
-
- Jul 30, 2020
-
-
Paul Rosenzweig authored
-
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
-