summaryrefslogtreecommitdiff
path: root/app/models/project_services/redmine_service.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-161-2/+0
|
* Use title and description fields for issue trackers63690-issue-trackers-titleJarka Košanová2019-07-021-13/+5
| | | | | - instead of using properties - backward compatibility has to be kept for now
* Enable frozen string in rest of app/models/**/*.rbgfyoung2018-08-101-0/+2
| | | | Partially addresses #47424.
* Add validation to webhook and service URLs to ensure they are not blocked ↵Francisco Javier López2018-06-011-1/+1
| | | | because of SSRF
* adds test suite22974-trigger-service-events-through-apiTiago Botelho2017-01-221-8/+0
|
* adds events to services api deserializationTiago Botelho2017-01-221-1/+9
|
* Finish updates to use JIRA gemFelipe Artur2016-10-261-0/+2
| | | | Code improvements, bug fixes, finish documentation and specs
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
|
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-24/+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 modelsZeger-Jan van de Weg2016-05-061-5/+8
|
* Annotate modelsStan Hu2016-01-061-0/+1
|
* Added comment notification events to HipChat and Slack services.Stan Hu2015-03-061-0/+1
| | | | | | | | | Supports four different event types all bundled under the "note" event type: - comments on a commit - comments on an issue - comments on a merge request - comments on a code snippet
* Re-annotate modelsDmitriy Zaporozhets2015-03-041-9/+9
|
* Issue #595: Support Slack notifications upon issue and merge request eventsStan Hu2015-03-031-0/+4
| | | | | | | | | | | 1) Adds a DB migration for all services to toggle on push, issue, and merge events. 2) Upon an issue or merge request event, fire service hooks. 3) Slack service supports custom messages for each of these events. Other services not supported at the moment. 4) Label merge request hooks with their corresponding actions.
* Annotate services. Add a link to service template.Marin Jankovski2015-02-111-1/+2
|
* Annotate modelsDmitriy Zaporozhets2015-02-021-0/+14
|
* Move repetition to the parent.Marin Jankovski2015-01-261-44/+10
|
* Use service settings instead of config file settings to present issues.Marin Jankovski2015-01-231-2/+2
|
* Update new services with initialization based on existing data.Marin Jankovski2015-01-231-1/+10
|
* Redmine doesn't require title and description changeMarin Jankovski2015-01-201-2/+0
|
* Add issue tracker services.Marin Jankovski2015-01-201-0/+51