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-11Refactor Gitlab::ProjectSearchResultsYorick Peterse
2016-03-11Refactor Gitlab::SnippetSearchResultsYorick Peterse
2016-03-11Refactor Gitlab::SearchResultsYorick Peterse
2016-03-10web hooks to webhooksashleys
2016-03-09Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqDmitriy Zaporozhets
2016-03-08Cache & flush tag/branch countsYorick Peterse
2016-03-07adds test for git push service for updating the language of the projecttiagonbotelho
2016-03-07moves the main_language update logic to git push servicetiagonbotelho
2016-03-07Merge branch 'feature/cross-project-labels' into 'master' Douwe Maan
2016-03-05Merge branch 'security_bug_fix_close_issue' into 'master' Douwe Maan
2016-03-03Use Gitlab::Git::DiffCollectionsJacob Vosmaer
2016-03-03Security: Fix issue auto closingValery Sizov
2016-03-03Add support for keyword arguments in label reference methodGrzegorz Bizon
2016-03-02Check for conflicts before creating target branch.Rubén Dávila
2016-02-27Merge branch 'repository-caching-refactor' into 'master' Robert Speicher
2016-02-25Does not create a todo when commenting on commit or project snippetDouglas Barbosa Alexandre
2016-02-23Moved cache expiration code to Repository hooksYorick Peterse
2016-02-22Check the HEAD of branch when doing Merge When SucceededKamil Trzcinski
2016-02-22Merge branch 'tasks' into 'master' Douglas Barbosa Alexandre
2016-02-20Rename Tasks to TodosDouglas Barbosa Alexandre
2016-02-20Rename IssuableBaseService#have_changes? to has_changes?Douglas Barbosa Alexandre
2016-02-20Create or mark task pending as soon the action happensDouglas Barbosa Alexandre
2016-02-20Ensure that we only have one task per issue/mrDouglas Barbosa Alexandre
2016-02-20Explicit mention of the assignee make a taskDouglas Barbosa Alexandre
2016-02-20:lipstick: Cosmetic changesDouglas Barbosa Alexandre
2016-02-20Create a pending task when a user is mentioned when edit a issue/mr/noteDouglas Barbosa Alexandre
2016-02-20Does not create a task if new assignee is the current userDouglas Barbosa Alexandre
2016-02-20Create a pending task when a user is mentioned on a noteDouglas Barbosa Alexandre
2016-02-20Create a pending task when a user is mentioned on issue/mrDouglas Barbosa Alexandre
2016-02-20Rename TaskService#mark_as_done to mark_pending_tasks_as_doneDouglas Barbosa Alexandre
2016-02-20Move common behavior to to IssuableBaseServiceDouglas Barbosa Alexandre
2016-02-20Marks pending tasks for an user as done when he merge the MRDouglas Barbosa Alexandre
2016-02-20Marks pending tasks for an user as done when he close the MRDouglas Barbosa Alexandre
2016-02-20Marks pending tasks for an user as done when he edit a MRDouglas Barbosa Alexandre
2016-02-20Create a pending task when an MR is assigned to someoneDouglas Barbosa Alexandre
2016-02-20Mark pending tasks for the current user as done when he edit a noteDouglas Barbosa Alexandre
2016-02-20Mark pending tasks for the note author as done when he left a noteDouglas Barbosa Alexandre
2016-02-20Marks pending tasks for an user as done when he close the issueDouglas Barbosa Alexandre
2016-02-20Marks pending tasks for an user as done when he edit an issueDouglas Barbosa Alexandre
2016-02-20Does not create a task for new issue when assignee is the current userDouglas Barbosa Alexandre
2016-02-20Create a pending task when an issue is assigned to someoneDouglas Barbosa Alexandre
2016-02-20Discover branches for commit statuses ref-less when doing merge when succeededKamil Trzcinski
2016-02-19Some updates from last code review.Rubén Dávila
2016-02-19Refactor RevertService.Rubén Dávila
2016-02-19Some fixes and refactors for code related to forks.Rubén Dávila
2016-02-19Don't make Repository#revert aware of MRs.Rubén Dávila
2016-02-19Update copy and URLs used when reverting MRs.Rubén Dávila
2016-02-19Big refactor for #revert_commit.Rubén Dávila
2016-02-19Some fixes required for conflicts on revert.Rubén Dávila
2016-02-19Make it work for merge commits.Rubén Dávila