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
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
2014-12-14Fixed a lot of already defined noticesJeroen van Baarsen
2014-10-10Dontr decoarate already decorated stuffDmitriy Zaporozhets
2014-10-10Use 8chars short sha for commit in viewsDmitriy Zaporozhets
2014-10-10Use full commit sha width for reference in note body to prevent Ambiguous SHA...Dmitriy Zaporozhets
2014-10-10Use short_id instead of [0..N] for short version of commit shaDmitriy Zaporozhets
2014-10-03Merge pull request #7754 from Bugagazavr/hooksDmitriy Zaporozhets
2014-10-03Add parenthesis to function def with arguments.Ciro Santilli
2014-10-02Hook attributesKirill Zaitsev
2014-09-25Decorate commit parentsDmitriy Zaporozhets
2014-07-15Refactor diff suppress logic and diff viewsDmitriy Zaporozhets
2014-06-13Detect closing issues in Merge Request descriptionJacob Vosmaer
2014-05-28The hard limit should be a lot more liberal, 10x seems reasonable.dosire
2014-02-25commit description in commit listskv-headless
2014-02-03Use new tags/branches from gitlab_gitDmitriy Zaporozhets
2013-09-07Improved large commit handling.Boyan Tabakov
2013-08-26Link issues from comments and automatically close themash wilson
2013-08-12Increase commit title limit at Commit#show so it does not truncate most of Me...Dmitriy Zaporozhets
2013-04-01Use Gitlab::Git:: for git features across applicationDmitriy Zaporozhets
2013-04-01Extend models functionality with old decorator methods. Use Repository modelDmitriy Zaporozhets
2013-03-31Decorate Gitlab::Git::Commit with CommitDmitriy Zaporozhets
2013-03-31Remove grit logic from app/Dmitriy Zaporozhets
2013-03-22Dont show '0 additions and 0 deletions' message for commitDmitriy Zaporozhets
2013-03-20Dont load diff in compare over 100 commitsDmitriy Zaporozhets
2013-01-05Remove unused methodsDmitriy Zaporozhets
2013-01-05Fixed styles, ProjectHook specs etcDmitriy Zaporozhets
2013-01-05Show images preview in notes. Show line additions/deletions for commitDmitriy Zaporozhets
2013-01-03REpostiry, Team modelsDmitriy Zaporozhets
2013-01-03Rspec models Milestone, Commit, UsersProjectDmitriy Zaporozhets
2012-12-22Fix Commit#to_diffRiyad Preukschas
2012-12-20disabled sorting of commits before compareKoen Punt
2012-12-20Flipping commit ids in commits_between, fixes #513Koen Punt
2012-11-22Add Commit#to_diff for raw diffRiyad Preukschas