summaryrefslogtreecommitdiff
path: root/spec/services
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2451-fix-mentions-in-issue-updates' into 'master' Robert Speicher2016-08-173-0/+48
|\
| * Fix a rubocop violationNick Thomas2016-08-171-1/+0
| * DRY up the additions to notification_service_spec.rbNick Thomas2016-08-161-46/+28
| * DRY up the added update service specs, add two email helpersNick Thomas2016-08-162-62/+7
| * Address minor review comments for testsNick Thomas2016-08-163-17/+17
| * Allow people to subscribe to mentions in updated MRs and IssuesNick Thomas2016-08-151-4/+8
| * Add notifications for new user mentions in merge requestsNick Thomas2016-08-152-0/+59
| * Remove superfluous parens on a method callNick Thomas2016-08-151-1/+1
| * Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into 2451-fi...Nick Thomas2016-08-152-0/+70
| |\
| * \ Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into 2451-fi...Nick Thomas2016-08-123-26/+40
| |\ \
| * | | Send notification emails when users are newly mentioned in issue editsNick Thomas2016-08-122-0/+59
* | | | Validate if the lists are different when moving issues between listsDouglas Barbosa Alexandre2016-08-171-0/+15
* | | | Remove lookup inside services to keep them consistent with other onesDouglas Barbosa Alexandre2016-08-173-47/+47
* | | | Rename from/to params to from_list_id/to_list_idDouglas Barbosa Alexandre2016-08-171-7/+7
* | | | Fix filtering issues by "No Label"Douglas Barbosa Alexandre2016-08-171-1/+1
* | | | Add service to generate default board listsDouglas Barbosa Alexandre2016-08-171-0/+40
* | | | Removes all list-labels when moving to Backlog/DoneDouglas Barbosa Alexandre2016-08-171-9/+9
* | | | Use zero-based positions on issues board servicesDouglas Barbosa Alexandre2016-08-175-36/+44
* | | | Rename `list_id` param to `id` in Boards::Issues::ListServiceDouglas Barbosa Alexandre2016-08-171-4/+4
* | | | Extract base service class for boards related servicesDouglas Barbosa Alexandre2016-08-174-18/+21
* | | | Add service to list issues for a board listDouglas Barbosa Alexandre2016-08-171-0/+73
* | | | Rename `list_id` param to `id` in Boards::Lists::DestroyServiceDouglas Barbosa Alexandre2016-08-171-4/+4
* | | | Rename `list_id` param to `id` in Boards::Lists::MoveServiceDouglas Barbosa Alexandre2016-08-171-10/+10
* | | | Remove label_list factoryDouglas Barbosa Alexandre2016-08-174-14/+14
* | | | Order board lists by list_type, and positionDouglas Barbosa Alexandre2016-08-173-55/+71
* | | | Respect Backlog/Done positions when creating a new listDouglas Barbosa Alexandre2016-08-171-8/+38
* | | | Add service to move issues between listsDouglas Barbosa Alexandre2016-08-171-0/+125
* | | | Does not allow Backlog/Done lists to be movedDouglas Barbosa Alexandre2016-08-171-61/+69
* | | | Does not allow Backlog/Done lists to be removedDouglas Barbosa Alexandre2016-08-171-15/+31
* | | | Create Backlog/Done lists when creating a new boardDouglas Barbosa Alexandre2016-08-171-8/+24
* | | | Add service to remove a list from boardDouglas Barbosa Alexandre2016-08-171-0/+30
* | | | Add service to move board listsDouglas Barbosa Alexandre2016-08-171-0/+76
* | | | Add service to create a board listDouglas Barbosa Alexandre2016-08-171-0/+24
* | | | Add service to create a new board for a projectDouglas Barbosa Alexandre2016-08-171-0/+19
* | | | Backport EE assertions in protected branch related specs.Timothy Andrew2016-08-161-6/+6
* | | | Improve EE compatibility with protected branch access levels.Timothy Andrew2016-08-161-3/+3
* | | | Backport changes from gitlab-org/gitlab-ee!581 to CE.Timothy Andrew2016-08-161-3/+3
* | | | Merge branch 'frank-west-iii/gitlab-ce-fwiii-5857-web-editor-overwrites-commits'Douwe Maan2016-08-151-0/+84
|\ \ \ \ | |_|_|/ |/| | |
| * | | Prevents accidental overwrites of commits from UIFrank West2016-08-151-0/+84
* | | | Merge branch '20842-todos-queries-cache' into 'master' Yorick Peterse2016-08-151-0/+36
|\ \ \ \ | |/ / / |/| | |
| * | | Recover usage of Todos counter cache20842-todos-queries-cachePaco Guzman2016-08-121-0/+36
* | | | Don't show new MR URL after push when it doesn't make senseDouwe Maan2016-08-121-0/+34
| |_|/ |/| |
* | | Merge branch 'fix-namespace-deletion' into 'master' Robert Speicher2016-08-122-24/+40
|\ \ \ | |/ / |/| |
| * | Fix bug where destroying a namespace would not always destroy projectsStan Hu2016-08-112-24/+40
| |/
* | Merge remote-tracking branch 'origin/master' into improve-pipeline-processingKamil Trzcinski2016-08-121-0/+100
|\ \ | |/
| * api for generating new merge requestScott Le2016-08-111-0/+100
* | Use state machine for pipeline event processingKamil Trzcinski2016-08-111-2/+0
|/
* Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski2016-08-117-285/+511
* Clean up project destructionclean-up-project-destroyStan Hu2016-08-101-1/+1
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-0922-76/+76