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-19Fix specsFelipe Artur
2016-03-18Improve group visibility level featureZeger-Jan van de Weg
2016-03-18Code fixesFelipe Artur
2016-03-17Merge 4009-external-users into issue_12658Felipe Artur
2016-03-17Code improvements and add Create group serviceFelipe Artur
2016-03-15Merge branch '12743-subscribe-to-label' into 'master' Rémy Coutable
2016-03-15Improving the original label-subscribing implementationRémy Coutable
2016-03-15Remove parentheses from if statementconnorshea
2016-03-15Original implementation to allow users to subscribe to labelsTimothy Andrew
2016-03-15Merge branch 'auto-gc' into 'master' Douwe Maan
2016-03-15Use an exception to pass messagesJacob Vosmaer
2016-03-14Run 'git gc' every 10 pushesJacob Vosmaer
2016-03-14Allow project housekeeping only once an hourJacob Vosmaer
2016-03-14Cleanup CiCommit and CiBuildKamil Trzcinski
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-10Prevent projects to have higher visibility than groupsFelipe Artur
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