summaryrefslogtreecommitdiff
path: root/app/models/project_services/issue_tracker_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable frozen string in rest of app/models/**/*.rbgfyoung2018-08-101-0/+2
* Merge branch 'fj-15329-services-callbacks-ssrf' into 'security-10-6'Douwe Maan2018-03-211-2/+2
* Enable RuboCop Style/RegexpLiteralTakuya Noguchi2018-02-011-2/+2
* Support both internal and external issue trackersJarka Kadlecova2017-07-241-2/+6
* Fix external issue trackers redirectissue_35132Felipe Artur2017-07-181-2/+2
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-1/+1
* Improve support for external issue referencesadam-external-issue-references-spikeAdam Niedzielski2017-06-301-1/+4
* simplify test&save actions when setting a service integrationJarka Kadlecova2017-06-011-3/+3
* Rescue OpenSSL::SSL::SSLError in JiraService and IssueTrackerServicemrchrisw-catch-opensslChris Wilson2017-05-231-1/+1
* Prevent more than one issue tracker to be active for the same projectLuis Del Giudice2017-03-101-0/+11
* adds events to services api deserializationTiago Botelho2017-01-221-1/+1
* Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741Rydkin Maxim2016-12-161-2/+2
* Finish updates to use JIRA gemFelipe Artur2016-10-261-7/+11
* Prevent wrong markdown on issue ids when project has Jira service activatedissue_828Felipe Artur2016-10-191-0/+6
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* Remove deprecated issues_tracker and issues_tracker_id from projectDouglas Barbosa Alexandre2016-06-131-15/+3
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-24/+0
* Annotate the modelsZeger-Jan van de Weg2016-05-061-5/+8
* Ensure URL in all Service subclasses are validRémy Coutable2016-04-251-1/+1
* Greatly improve external_issue_tracker performanceimprove-project-external-issue-trackersYorick Peterse2016-01-191-4/+2
* Annotate modelsStan Hu2016-01-061-0/+1
* Fix external issue tracker hook/test for HTTPS URLsdgerhardt/gitlab-ce-fix-ext-issue-tracker-hookDaniel Gerhardt2015-06-051-10/+5
* Use relative URL for Markdown references, except in mails.email-full-urlDouwe Maan2015-03-271-0/+12
* Remove placeholder methods to prevent calling methods rather than attributes.Marin Jankovski2015-03-101-12/+0
* Properly move over `issues_tracker_id` from old custom issue tracker URLs.Douwe Maan2015-03-101-6/+6
* Added comment notification events to HipChat and Slack services.Stan Hu2015-03-061-0/+1
* Re-annotate modelsDmitriy Zaporozhets2015-03-041-9/+9
* Set supported events per project service.Douwe Maan2015-03-031-2/+5
* Issue #595: Support Slack notifications upon issue and merge request eventsStan Hu2015-03-031-0/+7
* Fix rubocop error.Marin Jankovski2015-02-121-1/+1
* Try to test settings added in the service.Marin Jankovski2015-02-121-0/+23
* Annotate services. Add a link to service template.Marin Jankovski2015-02-111-1/+2
* Add admin services templates.Marin Jankovski2015-02-111-5/+7
* Rubocop enabled for: Use spaces inside hash literal bracesDmitriy Zaporozhets2015-02-021-2/+2
* Annotate modelsDmitriy Zaporozhets2015-02-021-0/+14
* Build the urls inside of the service.Marin Jankovski2015-01-281-0/+4
* Add gitlab internal issue tracker service.Marin Jankovski2015-01-281-0/+4
* Make issue tracker service fields required.Marin Jankovski2015-01-261-0/+4
* Move repetition to the parent.Marin Jankovski2015-01-261-0/+44
* Use service settings instead of config file settings to present issues.Marin Jankovski2015-01-231-0/+4
* Add issue tracker services.Marin Jankovski2015-01-201-0/+14