This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Oct 09, 2017
-
-
Kyle Doherty authored
-
Kyle Doherty authored
-
- Oct 06, 2017
-
-
Cam Saul authored
Major Mac App Improvements
-
Cam Saul authored
-
Kyle Doherty authored
-
- Oct 04, 2017
-
-
Ryan Senior authored
FIX: X-raying druid timestamps [WIP]
-
Simon Belak authored
-
Simon Belak authored
Be less clever
-
- Oct 03, 2017
-
-
Sameer Al-Sakran authored
Improve Elastic Beanstalk VPC docs
-
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 28, 2017
-
-
Simon Belak authored
-
Simon Belak authored
-
Simon Belak authored
-
Simon Belak 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