summaryrefslogtreecommitdiff
path: root/app/models/project_services/jira_service.rb
Commit message (Collapse)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
| | | | | Uses Gitlab::HTTP for JIRA requests instead of Net::Http. Gitlab::Http comes with some built in SSRF protections.
* 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
| | | | Applies to issues_url and new_issue_url
* 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
| | | | | - instead of using properties - backward compatibility has to be kept for now
* Replace 'JIRA' with 'Jira'Takuya Noguchi2019-06-281-12/+12
| | | | | | https://community.atlassian.com/t5/Jira-questions/Is-it-quot-JIRA-quot-or-quot-Jira-quot/qaq-p/681163 Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* 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
| | | | - Update PO file
* Run rubocop -aNick Thomas2019-03-131-6/+4
|
* Jira: Make issue links title compactDouglas Barbosa Alexandre2019-02-281-2/+3
| | | | Port of a community contribution from @glensc to upstream.
* Make sure there's only one slash as path separatorsh-53180-append-pathStan Hu2018-11-091-1/+1
| | | | | | | | | | In Ruby 2.4, `URI.join("http://test//", "a").to_s` will remove the double slash, however it's not the case in Ruby 2.5. Using chomp should work better for the intention, as we're not trying to allow things like ../ or / paths resolution. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53180
* 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
| | | | Partially addresses #47424.
* 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
| | | | | the ci status icons are generated client side, wo we don't need the static files anymore.
* Add validation to webhook and service URLs to ensure they are not blocked ↵Francisco Javier López2018-06-011-2/+2
| | | | because of SSRF
* 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
|\ | | | | | | | | | | | | Resolve "Technical debt: `Service#disabled_title` no longer used and is left dangling in `services/_form.html.haml`" Closes #43522 See merge request gitlab-org/gitlab-ce!17305
| * 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
| | | | | | | | Leaving a trailing slash in the context option causes the jira-ruby gem to add an extra slash in HTTP requests to the URL, preventing JIRA from working properly. Closes #42494
* 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
| | | | Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
* 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
|