Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-28Jira: Make issue links title compactDouglas Barbosa Alexandre
2018-09-06Move project services log to a separate fileFelipe Artur
2018-08-21Add JIRA service specs to commit objectFelipe Artur
2018-08-03Allow multiple JIRA transition idsFelipe Artur
2018-06-15Remove FaviconUploader favicon_main versionDouwe Maan
2018-06-11Don't use Rails.root.join for upload fixture pathsRémy Coutable
2018-06-06find assets in test for CI and local testAlexis Reigel
2018-06-05use Gitlab::Favicon for jira serviceAlexis Reigel
2018-06-05remove all .ico favicon variations, use png alwaysAlexis Reigel
2018-03-05Use host URL to build JIRA remote link iconFelipe Artur
2018-01-31Enable RuboCop Style/RegexpLiteralTakuya Noguchi
2018-01-30Fix JIRA not working when a trailing slash is includedStan Hu
2017-12-18Fixes 40842 - Adds extra cookies to JIRA service requestsStanislaw Wozniak
2017-10-24Validate username/pw for Jiraservice, require them in the APIRobert Schilling
2017-08-04Merge branch 'fix-jira-integration' into 'master'Rémy Coutable
2017-08-03Ensure `JIRA::Resource::Issue` responds to `resolution` before calling itMehdi Lahmam
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-08-01Ensure all project factories use `:repository` trait or `:empty_project`Robert Speicher
2017-08-01Rename path_with_namespace -> disk_path when dealing with the filesystemGabriel Mazetto
2017-07-28Merge branch '32483-jira-error' into 'master'Sean McGivern
2017-07-27Use described_class when possibleRémy Coutable
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable
2017-07-27Display specific error message when JIRA test failsJarka Kadlecova
2017-07-25Remove project_key from the Jira configurationJarka Kadlecova
2017-07-07Include new URL helpers retroactively into includers of Gitlab::RoutingDouwe Maan
2017-06-30Improve support for external issue referencesAdam Niedzielski
2017-06-27rm use of deprecated webmock api in jira model spechttp://jneen.net/
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-06-01fix failing specsJarka Kadlecova
2017-05-30Don’t create comment on JIRA if link already existsJarka Kadlecova
2017-05-26Add API URL to JIRA settingsJarka Kadlecova
2017-02-08Remove JIRA closed status iconFelipe Artur
2017-01-27Use `:empty_project` where possible in model specsRobert Speicher
2016-12-01Refactor JiraService by moving code out of JiraService#execute methodAdam Niedzielski
2016-11-18Allow enabling and disabling commit and MR events for JIRAFelipe Artur
2016-11-18Merge branch 'issue_13232' into 'master' Sean McGivern
2016-11-18Add JIRA remotelinks and prevent duplicated closing messagesFelipe Artur
2016-11-12stub not neededJarka Kadlecova
2016-11-12add blank lineJarka Kadlecova
2016-11-05simplify url generationJarka Kadlecova
2016-11-04Allow to test JIRA service when project does not have repositoryFelipe Artur
2016-11-03Use stubs instead of modifying global statesLin Jen-Shin
2016-11-03Try not to include anything globally!Lin Jen-Shin
2016-11-02Use the server's base URL without relative URL part when creating links in JIRABrian Kintz
2016-10-26Finish updates to use JIRA gemFelipe Artur
2016-10-19Prevent wrong markdown on issue ids when project has Jira service activatedFelipe Artur
2016-09-16Remove schema annotations completelyValery Sizov
2016-08-12Simplify the name for data builder, feedback:Lin Jen-Shin
2016-08-11Merge remote-tracking branch 'upstream/master' into pipeline-hooks-without-slackLin Jen-Shin
2016-08-09adds second batch of tests changed to active tensetiagonbotelho