GitLab Bot
17ab40ca08
Add latest changes from gitlab-org/gitlab@master
2020-02-26 15:08:56 +00:00
GitLab Bot
27a18afc7d
Add latest changes from gitlab-org/gitlab@master
2020-02-04 00:09:04 +00:00
GitLab Bot
c1924b863a
Add latest changes from gitlab-org/gitlab@master
2020-01-28 21:08:56 +00:00
GitLab Bot
ccaa944882
Add latest changes from gitlab-org/gitlab@master
2020-01-23 03:08:53 +00:00
GitLab Bot
afe057a8ff
Add latest changes from gitlab-org/gitlab@master
2020-01-21 09:08:43 +00:00
GitLab Bot
e98d69bc8b
Add latest changes from gitlab-org/gitlab@master
2020-01-09 21:07:48 +00:00
GitLab Bot
bffcdf9bca
Add latest changes from gitlab-org/gitlab@master
2019-12-02 12:06:45 +00:00
GitLab Bot
0a6ffb540e
Add latest changes from gitlab-org/gitlab@master
2019-11-21 12:06:40 +00:00
GitLab Bot
88542a5e96
Add latest changes from gitlab-org/gitlab@master
2019-11-19 15:06:24 +00:00
GitLab Bot
991a295378
Add latest changes from gitlab-org/gitlab@master
2019-11-11 00:06:26 +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
c558d72b5b
Handle missing keys in sentry api response
...
- 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-29 14:53:40 +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
536463295c
Catch exception in calculate reactive cache
...
Return the exception as an error.
2019-02-21 11:19:51 +00:00
Reuben Pereira
ef807a2eca
Add service to get sentry projects list
2019-02-06 15:07:26 +00:00
Reuben Pereira
d69074fc72
Service for calling Sentry issues api
2019-01-09 21:04:27 +00:00