summaryrefslogtreecommitdiff
path: root/app/services
Commit message (Expand)AuthorAgeFilesLines
* Refactor Gitlab::ProjectSearchResultsYorick Peterse2016-03-111-1/+1
* Refactor Gitlab::SnippetSearchResultsYorick Peterse2016-03-111-2/+3
* Refactor Gitlab::SearchResultsYorick Peterse2016-03-111-2/+1
* web hooks to webhooksashleys2016-03-101-1/+1
* Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqDmitriy Zaporozhets2016-03-092-2/+6
|\
| * Merge branch 'security_bug_fix_close_issue' into 'master' Douwe Maan2016-03-052-2/+6
| |\
| | * Security: Fix issue auto closingValery Sizov2016-03-032-2/+6
* | | Cache & flush tag/branch countsYorick Peterse2016-03-081-1/+1
* | | adds test for git push service for updating the language of the projecttiagonbotelho2016-03-071-3/+5
* | | moves the main_language update logic to git push servicetiagonbotelho2016-03-071-0/+12
* | | Merge branch 'feature/cross-project-labels' into 'master' Douwe Maan2016-03-071-1/+1
|\ \ \ | |/ / |/| |
| * | Add support for keyword arguments in label reference methodGrzegorz Bizon2016-03-031-1/+1
| |/
* | Use Gitlab::Git::DiffCollectionsJacob Vosmaer2016-03-032-24/+8
|/
* Check for conflicts before creating target branch.Rubén Dávila2016-03-011-11/+11
* Merge branch 'repository-caching-refactor' into 'master' Robert Speicher2016-02-263-8/+6
|\
| * Moved cache expiration code to Repository hooksYorick Peterse2016-02-233-8/+6
* | Does not create a todo when commenting on commit or project snippetDouglas Barbosa Alexandre2016-02-242-3/+2
|/
* Check the HEAD of branch when doing Merge When Succeededimprove-merge-when-succeededKamil Trzcinski2016-02-221-3/+9
* Merge branch 'tasks' into 'master' Douglas Barbosa Alexandre2016-02-2212-6/+221
|\
| * Rename Tasks to TodosDouglas Barbosa Alexandre2016-02-2010-58/+58
| * Rename IssuableBaseService#have_changes? to has_changes?Douglas Barbosa Alexandre2016-02-203-3/+3
| * Create or mark task pending as soon the action happensDouglas Barbosa Alexandre2016-02-203-3/+1
| * Ensure that we only have one task per issue/mrDouglas Barbosa Alexandre2016-02-203-92/+66
| * Explicit mention of the assignee make a taskDouglas Barbosa Alexandre2016-02-201-6/+5
| * :lipstick: Cosmetic changesDouglas Barbosa Alexandre2016-02-201-21/+21
| * Create a pending task when a user is mentioned when edit a issue/mr/noteDouglas Barbosa Alexandre2016-02-203-16/+67
| * Does not create a task if new assignee is the current userDouglas Barbosa Alexandre2016-02-201-4/+3
| * Create a pending task when a user is mentioned on a noteDouglas Barbosa Alexandre2016-02-201-3/+14
| * Create a pending task when a user is mentioned on issue/mrDouglas Barbosa Alexandre2016-02-201-6/+26
| * Rename TaskService#mark_as_done to mark_pending_tasks_as_doneDouglas Barbosa Alexandre2016-02-203-8/+8
| * Move common behavior to to IssuableBaseServiceDouglas Barbosa Alexandre2016-02-203-34/+13
| * Marks pending tasks for an user as done when he merge the MRDouglas Barbosa Alexandre2016-02-202-0/+9
| * Marks pending tasks for an user as done when he close the MRDouglas Barbosa Alexandre2016-02-202-1/+10
| * Marks pending tasks for an user as done when he edit a MRDouglas Barbosa Alexandre2016-02-201-0/+21
| * Create a pending task when an MR is assigned to someoneDouglas Barbosa Alexandre2016-02-203-7/+33
| * Mark pending tasks for the current user as done when he edit a noteDouglas Barbosa Alexandre2016-02-202-0/+15
| * Mark pending tasks for the note author as done when he left a noteDouglas Barbosa Alexandre2016-02-202-2/+13
| * Marks pending tasks for an user as done when he close the issueDouglas Barbosa Alexandre2016-02-202-0/+10
| * Marks pending tasks for an user as done when he edit an issueDouglas Barbosa Alexandre2016-02-204-3/+37
| * Does not create a task for new issue when assignee is the current userDouglas Barbosa Alexandre2016-02-201-1/+1
| * Create a pending task when an issue is assigned to someoneDouglas Barbosa Alexandre2016-02-204-0/+49
* | Discover branches for commit statuses ref-less when doing merge when succeededmerge-when-succeededKamil Trzcinski2016-02-191-5/+10
|/
* Some updates from last code review.Rubén Dávila2016-02-191-7/+3
* Refactor RevertService.Rubén Dávila2016-02-191-30/+24
* Some fixes and refactors for code related to forks.Rubén Dávila2016-02-191-4/+25
* Don't make Repository#revert aware of MRs.Rubén Dávila2016-02-191-2/+6
* Update copy and URLs used when reverting MRs.Rubén Dávila2016-02-191-1/+1
* Big refactor for #revert_commit.Rubén Dávila2016-02-191-10/+1
* Some fixes required for conflicts on revert.Rubén Dávila2016-02-191-2/+4
* Make it work for merge commits.Rubén Dávila2016-02-191-3/+1