This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Nov 27, 2017
-
-
Simon Belak authored
-
Cam Saul authored
Fix incorrect error message for GET /api/card endpoint
-
Ryan Senior authored
Fix bug causing test email pulses to fail
-
Cam Saul authored
-
Ryan Senior authored
When test pulses are sent out their channel_types are strings not keywords which caused the multimethod lookup in the pulse code to fail. This commit adds a unit test that covers our pulse test capability and ensures channel_type fields are keywords before invoking the multimethod. Fixes #6465
-
Cam Saul authored
Fix randomly failing segment test
-
Cam Saul authored
-
- Nov 22, 2017
- Nov 21, 2017
-
-
Cam Saul authored
-
Cam Saul authored
Fix long lines in metabase.driver.generic-sql
-
Kyle Doherty authored
-
Cam Saul authored
-
- Nov 20, 2017
-
-
Kyle Doherty authored
-
Kyle Doherty authored
-
Kyle Doherty authored
-
Kyle Doherty authored
-
Kyle Doherty authored
-
- Nov 17, 2017
-
-
Cam Saul authored
Have Utils.isEmpty() cast its arg to String()
-
Cam Saul authored
-
Ryan Senior authored
Compare email 'to` as a set, not a vector
-
Ryan Senior authored
Some databases have the email addresses in a different order causing CI to fail. This commit converts the `:to` vector to a set so order doesn't matter.
-
Ryan Senior authored
Alerts round 2
-
Ryan Senior authored
Specifically this asserts more on the contents of the email (such as the goal that was reached) and uses the email regexing code in metabase.email-test which has been expanded to work on multipart emails (like pulses and alerts).
-
Maz Ameli authored
Docs for 0.27
-
Maz Ameli authored
-
Maz Ameli authored
-
Maz Ameli authored
-
- Nov 16, 2017
-
-
Cam Saul authored
Don't try to expand GA metrics
-
Cam Saul authored
-
Kyle Doherty authored
* add initial test * fix resizer? * test fix wip * fix tests via hack * fix flow
-
Ryan Senior authored
-
Ryan Senior authored
The correct data was coming back, just in a different order on some databases. Put the rows into a set so that it's not sensitive to the arbitrary order.
-
Sameer Al-Sakran authored
size select list to fit contents if smaller than the provided height
-
Ryan Senior authored
Previously the creator of the alert would be notified, but any recipients added to the new alert were not being notified. This commit continues to notify the creator, but then will let all of the other recipients know that they've been subscribed to an alert.
-
Ryan Senior authored
Previously whenever an alert was deleted it would notify the creator of the deletion, even if the creator was the one that did the deleting. This commit changes that behavior to only notify if the creator is different from the user deleting the alert.
-