Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-30 | 1 | -1/+14 |
| | |||||
* | Align UrlValidator to validate_url gem implementation. | Thong Kuah | 2019-04-11 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
* | Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-models | gfyoung | 2018-07-26 | 1 | -0/+2 |
| | | | | Partially addresses #47424. | ||||
* | Add validation to webhook and service URLs to ensure they are not blocked ↵ | Francisco Javier López | 2018-06-01 | 1 | -1/+1 |
| | | | | because of SSRF | ||||
* | Allow to access pipelines even if they are disabled, but only present jobs ↵ | Kamil Trzcinski | 2017-06-13 | 1 | -0/+1 |
| | | | | and commit statuses without giving ability to access them | ||||
* | Add URL validations for generic commit statuses | Grzegorz Bizon | 2017-01-18 | 1 | -0/+4 |
| | |||||
* | Link external commit status badge to a target URL | Grzegorz Bizon | 2017-01-17 | 1 | -0/+6 |
| | | | | Using new detailed statuses factory for external commit statuses. | ||||
* | Remove the annotate gem and delete old annotations | Jeroen van Baarsen | 2016-05-09 | 1 | -37/+0 |
| | | | | | | | | | In 8278b763d96ef10c6494409b18b7eb541463af29 the default behaviour of annotation has changes, which was causing a lot of noise in diffs. We decided in #17382 that it is better to get rid of the whole annotate gem, and instead let people look at schema.rb for the columns in a table. Fixes: #17382 | ||||
* | Annotate the models | Zeger-Jan van de Weg | 2016-05-06 | 1 | -7/+10 |
| | |||||
* | Annotate models | Stan Hu | 2016-01-06 | 1 | -0/+1 |
| | |||||
* | Annotate models | Dmitriy Zaporozhets | 2015-11-13 | 1 | -0/+33 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Implement Commit Status API | Kamil Trzcinski | 2015-10-12 | 1 | -0/+15 |