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
2016-03-03Use Gitlab::Git::DiffCollectionsJacob Vosmaer
2016-02-22Ensure we don't check a commit's description for revert message if it has no ...Rémy Coutable
2016-02-19More updates from the last code review.Rubén Dávila
2016-02-19Don't use `self` when looking for cross-references!Rubén Dávila
2016-02-19Some updates from last code review.Rubén Dávila
2016-02-19Don't show revert button if commit/MR has already been reverted.Rubén Dávila
2016-02-19Refactor commit message for revert commit.Rubén Dávila
2016-02-19No longer need to ignore temporary branch.Rubén Dávila
2016-02-19Use a reference to the MR when reverting MRs.Rubén Dávila
2016-02-19Some updates after last code review.Rubén Dávila
2016-02-19Update copy and URLs used when reverting MRs.Rubén Dávila
2016-02-19Fix commit message plus other little fix.Rubén Dávila
2016-02-19Make it work for merge commits.Rubén Dávila
2016-02-19Add RevertService class with basic logic to revert commitRubén Dávila
2016-01-30Increase the minimum length for commit SHA matching to 7Robert Speicher
2015-12-10Merge branch 'master' into tmp-reference-pipeline-and-cachingDouwe Maan
2015-12-09Normalize email when looking for GitLab users from commit info. #3854Rubén Dávila
2015-12-08Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan
2015-12-07Merge branch 'webhook_payload_with_changes' into 'master' Valery Sizov
2015-12-07Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan
2015-12-07fixes after reviewValery Sizov
2015-12-07fox specsValery Sizov
2015-12-04Add added, modified and removed properties to commit object in webhookValery Sizov
2015-12-01Autolink first so we don't pick up numeric anchors as issue references.Douwe Maan
2015-12-01Render commit reference using short sha, but include full sha in comment.Douwe Maan
2015-11-30Recognize issue/MR/snippet/commit links as references.Douwe Maan
2015-10-22Use faster, more appropriate pipeline for mentionable attributesDouwe Maan
2015-10-20Correctly find last known blob for file deleted in MR.Douwe Maan
2015-10-15Merge branch 'master' into rs-redactor-filterDouwe Maan
2015-10-14Participable doesn't need to know about MentionableDouwe Maan
2015-10-12Implement Commit Status APIKamil Trzcinski
2015-06-24Only look up Commit authors/committers by emailRobert Speicher
2015-06-10Add `respond_to_missing?` for Commit and RepositoryRobert Speicher
2015-05-26Surround Project.reference_pattern in parenthesis inside other patternsRobert Speicher
2015-05-26Add `reference_pattern` to Referable modelsRobert Speicher
2015-05-26Implement gfm_reference directly in MentionableRobert Speicher
2015-05-26Add `to_reference` for models that support referencesRobert Speicher
2015-05-26Add Commit#==Robert Speicher
2015-04-24Move participants method to shared Participable concern.Douwe Maan
2015-04-24No longer needed to pass project argument to commit methods.Douwe Maan
2015-04-24Let commit model know about its project.Douwe Maan
2015-04-17Clean up code somewhat.Douwe Maan
2015-04-15Fix Snippet#participants.Douwe Maan
2015-04-15Clean up code around commit mentions.Douwe Maan
2015-04-14Don't use HTML ellipsis in EmailsOnPush subject truncated commit message.Douwe Maan
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-02Add Commit#author and #committer.Douwe Maan
2015-02-03Rubocop: Style/ElseAlignment enabledDmitriy Zaporozhets
2014-12-29Replace regex methods by string ones since fasterCiro Santilli