Commit Graph

7 Commits

Author SHA1 Message Date
GitLab Bot c1924b863a Add latest changes from gitlab-org/gitlab@master 2020-01-28 21:08:56 +00:00
GitLab Bot afe057a8ff Add latest changes from gitlab-org/gitlab@master 2020-01-21 09:08:43 +00:00
GitLab Bot ae72d71da8 Add latest changes from gitlab-org/gitlab@master 2019-11-08 21:06:38 +00:00
Ryan Cobb 576818b578 Mask Sentry auth token
This makes it so we mask Sentry's auth token. This mask only occurs in
the UI.
2019-10-16 14:20:47 -07:00
Peter Leitzen bbb17ea1ea Handle possible HTTP exception for Sentry client
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-04-07 07:51:36 +00:00
Reuben Pereira 43e713eb41 Refactor model and spec
- Move some specs into contexts
- Let get_slugs method take a parameter and return a specific slug.
- Add rescues when using Addressable::URI.
2019-03-01 14:51:54 +00:00
Reuben Pereira ef807a2eca Add service to get sentry projects list 2019-02-06 15:07:26 +00:00