summaryrefslogtreecommitdiff
path: root/spec/models/error_tracking
Commit message (Collapse)AuthorAgeFilesLines
* Handle missing keys in sentry api responseReuben Pereira2019-03-291-2/+26
| | | | | | - Do not raise error when there are missing non-essential keys in sentry api response. - Add specs for to check for missing keys behavior.
* Refactor model and specReuben Pereira2019-03-011-2/+33
| | | | | | - Move some specs into contexts - Let get_slugs method take a parameter and return a specific slug. - Add rescues when using Addressable::URI.
* Catch exception in calculate reactive cacheReuben Pereira2019-02-211-0/+18
| | | | Return the exception as an error.
* DB and model changes for Sentry project selection dropdownReuben Pereira2019-02-041-1/+175
|
* Service for calling Sentry issues apiReuben Pereira2019-01-091-9/+82
|
* Add table and model for error tracking settingsReuben Pereira2019-01-071-0/+36