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-05-05Run rubocop -a on CE filesStan Hu
2019-04-11Align UrlValidator to validate_url gem implementation.Thong Kuah
Renamed UrlValidator to AddressableUrlValidator to avoid 'url:' naming collision with ActiveModel::Validations::UrlValidator in 'validates' statement. Make use of the options attribute of the parent class ActiveModel::EachValidator. Add more options: allow_nil, allow_blank, message. Renamed 'protocols' option to 'schemes' to match the option naming from UrlValidator.
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-28Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas
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-04DB and model changes for Sentry project selection dropdownReuben Pereira
2019-01-10Service for calling Sentry issues apiReuben Pereira
2019-01-07Add table and model for error tracking settingsReuben Pereira