This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- 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
-
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]
-
Robert Roland authored
In Redshift (and other databases), foreign tables show up as "EXTERNAL TABLE" - allow those to be synced in with Metabase. Updates the Redshift JDBC driver due to changelog entry from Amazon that was occurring and causing immense slowdowns in running the Redshift driver tests: When the Java application uses com.amazon.redshift.api.PGTimestamp directly, an exception occurs. Resolves #7833
-
Paul Rosenzweig authored
-