Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-07Handle possible HTTP exception for Sentry clientPeter Leitzen
Prior this commit exceptions raised during a HTTP request weren't caught by the Sentry client and were passed to the user. In addition the Sentry client tried to catch a non-existent error `Sentry::Client::SentryError`. Now, the Sentry client catches all possible errors coming from a HTTP request.
2019-03-29Handle missing keys in sentry api responseReuben Pereira
- Do not raise error when there are missing non-essential keys in sentry api response. - Add specs for to check for missing keys behavior.
2019-03-01Refactor model and specReuben Pereira
- Move some specs into contexts - Let get_slugs method take a parameter and return a specific slug. - Add rescues when using Addressable::URI.
2019-02-21Catch exception in calculate reactive cacheReuben Pereira
Return the exception as an error.
2019-02-06Add service to get sentry projects listReuben Pereira
2019-01-10Service for calling Sentry issues apiReuben Pereira