This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Oct 03, 2017
-
-
Ben Cherry authored
Adding a note about restrictions on subnets that apply to ELB and RDS, slightly more nuanced than "just check all the boxes". See http://discourse.metabase.com/t/cannot-setup-on-aws-in-vpc/2166 for more detail.
-
- Oct 02, 2017
-
-
Sameer Al-Sakran authored
update copy to reflect no limit to number of pulses
-
Kyle Doherty authored
-
- Sep 29, 2017
-
-
Atte Keinänen authored
Fix new question flow test transient failure
-
Atte Keinänen authored
-
- Sep 27, 2017
-
-
Ryan Senior authored
Fix bug with card database_ids nog being populated on native queries
-
Ryan Senior authored
Added timestamp formatting for druid select queries [ci drivers]
-
Ryan Senior authored
Druid select queries don't allow setting of a timezone. This commit will parse the timestamps coming out of Druid and reformat them using the user's report timezone or system timezone. This allows Druid select queries to have similar timezone semantics to other supported databases. Fixes #3690
-
Ryan Senior authored
This utility function temporarily changes the JVM's timezone to something different and puts it back after the body of the form is invoked. Moving it to metabase.test.util so other tests can use it.
-
Ryan Senior authored
Switch from the PostgreSQL driver to Redshift [ci drivers]
-
Ryan Senior authored
The pre-update function was returning nil for their values which was then getting stored. This commit does not switch REPORT_CARD.DATABASE_ID to NOT NULL, that's written up as #5999. Fixes #5998
-
Sameer Al-Sakran authored
Fix word mistakes in docs.
-
Sameer Al-Sakran authored
Pull Release 0.26.1 back in
-
Ryan Senior authored
Redshift JDBC connection URLs can be writtend with the postgresql subprotocol or the redshift protocol. This can cause problems as the DriverManager (depending on how the classes have been loaded) will be the first matching driver for a subprotocol. We could get the Redshift driver when we were intending to get the PostgreSQL driver. Adding this flag will ensure that we don't inadvertantly get the Redshift driver when we intended to get PostgreSQL driver.
-
Ryan Senior authored
Calling metabase.test.data/id with no args ensured the db was created, I added that same check to the other arities of the id method.
-
Ryan Senior authored
Fixes #5424
-
Richard LT authored
-
- Sep 26, 2017
-
-
Atte Keinänen authored
-
Sameer Al-Sakran authored
Fix performance problems where xray visualizations were rerendered unnecessarily
-
Atte Keinänen authored
-
Sameer Al-Sakran authored
-
Sameer Al-Sakran authored
Reverse the order of dropping the async xray tables
-
Ryan Senior authored
On MySQL dropping the computation_job table first violates the FK constraints. This commit just flips the order of deletes. It also adds a new validCheckSum to ensure users that ran the previous version fo the migration will still work. Fixes #6050
-
Kyle Doherty authored
* add preview banner * add icon / survey link
-
Atte Keinänen authored
Try to fix transient CI failures in ObjectDetail.integ.spec.js
-
Atte Keinänen authored
- Sep 25, 2017
-
-
Ryan Senior authored
Create migration to will safely revert the async xray tables [ci all]
-
Ryan Senior authored
The `computation_job` and `computation_job_result tables` accidentally made it into 0.26.0.RC2. This commit will remove those tables as a separate migration if they are present.
-
Sameer Al-Sakran authored
-
Sameer Al-Sakran authored
-
Sameer Al-Sakran authored
-
Simon Belak authored
-
Atte Keinänen authored
Don't show retired metrics in query builder action widget
-
Sameer Al-Sakran authored
Change logging level to INFO
-
- Sep 22, 2017
-
-
Ryan Senior authored
Previously we were using the PostgreSQL driver for connecting to Redshift. Newer versions of PostgreSQL require newer drivers that are no longer compatible with Redshift which has prevented us from upgrading. By switching to the AWS Redshift driver, we can upgrade the PostgreSQL driver independently.
-
Ryan Senior authored
Fix a top level data/id call
-
Ryan Senior authored
There's a def of a data structure that contains a data/id call. This can be a problem if the database hasn't been initialized yet. This commit wraps it in a thunk to ensure it happens when the test run, not when the code is compiled.
-
Atte Keinänen authored
Fix the issue with flashing 'Custom' option in new question flow
-