summaryrefslogtreecommitdiff
path: root/spec/services
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'no-gc-retry' into 'master' Robert Speicher2016-03-181-2/+2
|\
| * Fix HousekeepingService testsno-gc-retryJacob Vosmaer2016-03-181-2/+2
* | Trigger a todo for mentions on commits pageDouglas Barbosa Alexandre2016-03-181-2/+7
* | Restrict access for confidential issues on autocompleteDouglas Barbosa Alexandre2016-03-171-0/+79
* | Restrict access to references for confidential issuesDouglas Barbosa Alexandre2016-03-171-0/+4
* | Cache project avatars stored in GitYorick Peterse2016-03-171-3/+6
* | Merge branch 'master' into new-branch-button-issueZeger-Jan van de Weg2016-03-171-0/+58
|\ \
| * | Specs for the DeleteUserServiceworker-for-user-deletionZeger-Jan van de Weg2016-03-151-0/+58
* | | Incorporate the review and update specZeger-Jan van de Weg2016-03-151-1/+1
* | | Enhance new branch button on an issueZeger-Jan van de Weg2016-03-151-0/+12
|/ /
* | Improving the original label-subscribing implementationRémy Coutable2016-03-153-130/+109
* | Original implementation to allow users to subscribe to labelsTimothy Andrew2016-03-153-14/+185
|/
* Use an exception to pass messagesJacob Vosmaer2016-03-152-9/+21
* Use strings instead of symbolsauto-gcJacob Vosmaer2016-03-141-3/+3
* Run 'git gc' every 10 pushesJacob Vosmaer2016-03-142-1/+36
* Allow project housekeeping only once an hourJacob Vosmaer2016-03-141-0/+40
* web hooks to webhooksashleys2016-03-102-4/+4
* Handle permissions for ExternalIssue instancesfix-git-push-service-specsYorick Peterse2016-03-091-2/+2
* Fixed part of the GitPushService specsYorick Peterse2016-03-091-5/+6
* Make better use of the `visibility_level` factory traitsrs-traits-are-goodRobert Speicher2016-03-081-2/+2
* Cache & flush tag/branch countsYorick Peterse2016-03-081-0/+26
* adds test for git push service for updating the language of the projecttiagonbotelho2016-03-071-0/+17
* Merge remote-tracking branch 'origin/issue_5854'Dmitriy Zaporozhets2016-03-041-2/+2
|\
| * Add commit message to JIRA's notification payload.Rubén Dávila2016-03-031-2/+2
* | Use Gitlab::Git::DiffCollectionsJacob Vosmaer2016-03-031-1/+1
|/
* Does not create a todo when commenting on commit or project snippetDouglas Barbosa Alexandre2016-02-241-0/+10
* Check the HEAD of branch when doing Merge When Succeededimprove-merge-when-succeededKamil Trzcinski2016-02-221-0/+16
* Merge branch 'tasks' into 'master' Douglas Barbosa Alexandre2016-02-229-4/+530
|\
| * Rename Tasks to TodosDouglas Barbosa Alexandre2016-02-209-322/+327
| * Create or mark task pending as soon the action happensDouglas Barbosa Alexandre2016-02-201-1/+1
| * Ensure that we only have one task per issue/mrDouglas Barbosa Alexandre2016-02-201-18/+16
| * Explicit mention of the assignee make a taskDouglas Barbosa Alexandre2016-02-201-4/+4
| * Fix rubocop offensesDouglas Barbosa Alexandre2016-02-201-3/+3
| * Create a pending task when a user is mentioned when edit a issue/mr/noteDouglas Barbosa Alexandre2016-02-206-79/+76
| * Does not create a task if new assignee is the current userDouglas Barbosa Alexandre2016-02-201-0/+12
| * Create a pending task when a user is mentioned on a noteDouglas Barbosa Alexandre2016-02-201-0/+11
| * Create a pending task when a user is mentioned on issue/mrDouglas Barbosa Alexandre2016-02-201-30/+66
| * Rename TaskService#mark_as_done to mark_pending_tasks_as_doneDouglas Barbosa Alexandre2016-02-201-2/+2
| * Marks pending tasks for an user as done when he merge the MRDouglas Barbosa Alexandre2016-02-201-0/+17
| * Marks pending tasks for an user as done when he close the MRDouglas Barbosa Alexandre2016-02-202-0/+24
| * Marks pending tasks for an user as done when he edit a MRDouglas Barbosa Alexandre2016-02-201-1/+54
| * Create a pending task when an MR is assigned to someoneDouglas Barbosa Alexandre2016-02-203-8/+109
| * Mark pending tasks for the current user as done when he edit a noteDouglas Barbosa Alexandre2016-02-201-0/+45
| * Mark pending tasks for the note author as done when he left a noteDouglas Barbosa Alexandre2016-02-202-4/+40
| * Marks pending tasks for an user as done when he close the issueDouglas Barbosa Alexandre2016-02-202-0/+25
| * Marks pending tasks for an user as done when he edit an issueDouglas Barbosa Alexandre2016-02-202-11/+83
| * Does not create a task for new issue when assignee is the current userDouglas Barbosa Alexandre2016-02-201-0/+4
| * Create a pending task when an issue is assigned to someoneDouglas Barbosa Alexandre2016-02-203-2/+92
* | Discover branches for commit statuses ref-less when doing merge when succeededmerge-when-succeededKamil Trzcinski2016-02-191-6/+30
* | Fix Merge When Succeeded for multiple stagesKamil Trzcinski2016-02-191-0/+30
|/