This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jul 06, 2020
-
-
Robert Roland authored
* Test fix
[ci mysql] [ci mariadb] [ci postgres] * object-defaults should always remove created_at/updated_at [ci mysql] [ci mariadb] [ci postgres] Co-authored-by:Cam Saul <github@camsaul.com>
-
Robert Roland authored
* Handle comparing ChronoLocalDateTime and Instants During fingerprinting, we can end up trying to compare two datatypes that are not comparable - ChronoLocalDateTime and Instant. Coerce the ChronoLocalDateTime to a proper Instant for the comparison to work. When earliest / latest are called, the acc parameter must be coerced to a Temporal object also. Resolves #12311 [ci all] * making ->temporal recursive * Get the timezone in an precedence order When converting a LocalTime for fingerprinting, convert to an Instant using the following precedence order: * report timezone * database timezone * system timezone [ci all] * use UTC for timezones
-
Tom Robinson authored
* Consolidate on metabase/lib/query/field_ref * Consolidate on metabase/lib/query/aggregation * Fix AggregationName handling of deprecated 'rows' aggregation * Fix isStandard * Move generateQueryDescription to metabase/lib/query/description.js * Modernize AddSeriesModal so we can remove a bunch more of metabase/lib/query.js
-
Simon Belak authored
-
- Jul 02, 2020
-
-
flamber authored
-
Aiden Scandella authored
-
Jacob authored
* chore: add simple doc for connecting to Snowflake
-
Simon Belak authored
-
flamber authored
* Small fixes and adding 0.36 vars [ci skip] * Include missing EE SSO [ci skip]
-
Cam Saul authored
-
- Jun 30, 2020
-
-
Cam Saul authored
* Remove Table.rows entirely * Lots of test updates/modernization * Test fixes
-
- Jun 29, 2020
-
-
flamber authored
-
- Jun 26, 2020
-
-
Paul Rosenzweig authored
-
- Jun 25, 2020
-
-
Paul-Armand Verhaegen authored
-
Paul Rosenzweig authored
Co-authored-by:
Cam Saul <github@camsaul.com> Co-authored-by:
Maz Ameli <maz@metabase.com>
-
- Jun 24, 2020
-
-
Jessica DeWitt authored
These tests are intended to test Metabase as a standard admin or user would and will be run against major releases and latest code changes daily.
-
Simon Belak authored
-
- Jun 23, 2020
-
-
flamber authored
-
Paul Rosenzweig authored
-
- Jun 22, 2020
- Jun 19, 2020
-
-
Maz Ameli authored
-
Paul Rosenzweig authored
-
Maz Ameli authored
-
flamber authored
-
Haydn Ewers authored
-
Damon P. Cortesi authored
This removes a couple repro tests that were being skipped and moves one of them to a proper scenario test (#12689)
-
- Jun 18, 2020
-
-
Maz Ameli authored
* add class for file picker form input * spacing and outline fixes * conditional styling
-
- Jun 17, 2020
-
-
Kyle Doherty authored
* tweak labels and placehodler * space out page * target specific fields for width * fix line height * remove duplicate enabled/disabled text * move toggles to right * remove extra div * update cypress
-
Console authored
* service account link * image for bigquery admin panel * JSON key * roles * added and actions images * explore your data * further reading * danger zone * troubleshooting * Dropped version numbers and other PR edits * replaced managing database section with link * Typo Co-authored-by:
Maz Ameli <maz@metabase.com> * Admin panel name Co-authored-by:
Maz Ameli <maz@metabase.com> * BigQuery name spelling Co-authored-by:
Maz Ameli <maz@metabase.com> * link to troubleshooting guide * typo Co-authored-by:
Maz Ameli <maz@metabase.com>
-
- Jun 16, 2020
-
-
Cam Saul authored
-
Paul Rosenzweig authored
-
- Jun 15, 2020
-
-
Paul Rosenzweig authored
-
Emmet Murphy authored
-
Robert Roland authored
Allows a connection URI string to be used for connecting to Mongo. When using a connection URI you cannot provide the SSL certificate in a field on settings page. This is a limitation of the underlying driver. The conn-uri becomes a password field after it's been saved to avoid displaying a password in cleartext. Resolves #5084 [ci mongo]
-
Robert Roland authored
This will make us check if the driver test should be skipped before attempting to fetch the 3rd party JDBC drivers. This will stop us from checking Oracle and Vertica on PR submissions from forks.
-
Maz Ameli authored
-
- Jun 12, 2020
-
-
Maz Ameli authored
-
Robert Roland authored
When using a service account, the project-id isn't provided by the user, but instead comes from the credentials for the service account. Handle this case by looking for a project-id if one is provided explicitly, otherwise defer to the credential object. Additional change - during development, if (dev/init!) isn't called, the event listeners are never setup, meaning that the initial syncs don't occur. Resolves #12648 [ci bigquery]
-
Robert Roland authored
When the server (likely) requires SSL, you get an error message like: Caused by: com.mongodb.MongoTimeoutException: Timed out after 3000 ms while waiting to connect. Client view of cluster state is {type=UNKNOWN, servers=[{address=127.0.0.1:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketReadException: Prematurely reached end of stream}}] When this is found, suggest that the user enable SSL. Resolves #12605 [ci mongo]
-