summaryrefslogtreecommitdiff
path: root/app/models/project_services/jira_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-5/+27
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-1/+6
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-6/+6
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-15/+8
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-6/+60
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-041-3/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-131-0/+11
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-131-9/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-181-2/+10
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-271-6/+14
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-261-7/+19
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-161-2/+6
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-111-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-071-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-261-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-251-5/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-3/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-161-10/+23
* Fix DNS rebind vulnerability for JIRA integrationFelipe Artur2019-08-081-1/+6
* Backport Jira issue key regexHeinrich Lee Yu2019-07-251-1/+1
* Handle trailing slashes when generating Jira URLs63833-fix-jira-issues-urlHeinrich Lee Yu2019-07-221-1/+7
* Fix message for successful jira testJarka Košanová2019-07-161-1/+1
* Use title and description fields for issue trackers63690-issue-trackers-titleJarka Košanová2019-07-021-14/+5
* Replace 'JIRA' with 'Jira'Takuya Noguchi2019-06-281-12/+12
* Resolve "JIRA service: NoMethodError: undefined method `find' for nil:NilClass"Patrick Derichs2019-05-101-0/+1
* Externalize strings in app/modelsMartin Wortschack2019-04-121-10/+10
* Run rubocop -aNick Thomas2019-03-131-6/+4
* Jira: Make issue links title compactDouglas Barbosa Alexandre2019-02-281-2/+3
* Make sure there's only one slash as path separatorsh-53180-append-pathStan Hu2018-11-091-1/+1
* Allow JIRA to login using email and API tokenFelipe Artur2018-10-171-2/+5
* Move project services log to a separate fileFelipe Artur2018-09-061-5/+4
* Enable frozen string in rest of app/models/**/*.rbgfyoung2018-08-101-0/+2
* Allow multiple JIRA transition idsFelipe Artur2018-08-031-2/+16
* use Gitlab::Favicon for jira serviceAlexis Reigel2018-06-051-1/+1
* remove all .ico favicon variations, use png alwaysAlexis Reigel2018-06-051-1/+1
* Add validation to webhook and service URLs to ensure they are not blocked bec...Francisco Javier López2018-06-011-2/+2
* Improve JIRA event descriptionsissue_25542Felipe Artur2018-03-191-3/+11
* Merge branch '43522-technical-debt-service-disabled_title' into 'master'Dmitriy Zaporozhets2018-03-161-5/+0
|\
| * Removed unused `Service#disabled_title` methods43522-technical-debt-service-disabled_titleJames Edwards-Jones2018-03-151-5/+0
* | Use host URL to build JIRA remote link iconFelipe Artur2018-03-051-1/+5
|/
* Display a link to external issue tracker when enabledJarka Kadlecová2018-02-141-0/+2
* Enable RuboCop Style/RegexpLiteralTakuya Noguchi2018-02-011-1/+1
* Fix JIRA not working when a trailing slash is includedStan Hu2018-01-291-1/+1
* Fixes 40842 - Adds extra cookies to JIRA service requestsStanislaw Wozniak2017-12-181-0/+2
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
* Validate username/pw for Jiraservice, require them in the APIRobert Schilling2017-10-241-0/+2
* Ensure `JIRA::Resource::Issue` responds to `resolution` before calling itMehdi Lahmam2017-08-031-2/+6
* Rename many path_with_namespace -> full_pathGabriel Mazetto2017-08-011-1/+1
* Display specific error message when JIRA test fails32483-jira-errorJarka Kadlecova2017-07-271-2/+6
* Remove project_key from the Jira configurationJarka Kadlecova2017-07-251-15/+3