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 (Collapse)Author
2022-10-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-08-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2018-10-22Enable frozen string for lib/gitlab/*.rbgfyoung
2017-10-07Allow creating merge requests across forks of a projectBob Van Landuyt
2017-09-21Correctly detect multiple issue URLs after 'Closes...' in MR descriptionsDouwe Maan
2016-08-04Don’t close issues on original project from a forkPaco Guzman
Signed-off-by: Paco Guzman <pacoguzmanp@gmail.com>
2015-12-02Allow invalid URLs in closing patternDouwe Maan
2015-12-01Autolink first so we don't pick up numeric anchors as issue references.Douwe Maan
2015-11-30Have ClosingIssueExtractor recognize all referenced issuesDouwe Maan
2015-05-26Make use of to_reference in more specsRobert Speicher
2015-04-03Refactor ClosingIssueExtractor.Douwe Maan
2015-04-02Only allow users to cross-reference and close issues they have access to.Douwe Maan
2015-04-02Slightly refactor ReferenceExtractor.Douwe Maan
2015-01-20Allow commit messages to close several issues at once (thanks @123Haynesjubianchi
for his work and help)
2014-10-03Track projects in ReferenceExtractorVinnie Okada
Store both the project and identifier of extracted references. This prevents `ReferenceExtractor` from returning objects in the wrong project for cross-project references.
2014-06-13Detect closing issues in Merge Request descriptionJacob Vosmaer