summaryrefslogtreecommitdiff
path: root/spec/services
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'capitalize-mentioned-issue-notes' into 'master' Douwe Maan2016-08-261-5/+5
|\
| * Capitalize mentioned issue timeline notesClement Ho2016-08-251-5/+5
* | Merge branch '19730-mark-as-done' into 'master' Robert Speicher2016-08-251-0/+21
|\ \
| * | Add specs to ensure a successful return 19730-mark-as-donePaco Guzman2016-08-251-0/+21
| |/
* | Merge branch '21257-label-lists-should-shows-opened-or-closed-issues-with-tha...Robert Speicher2016-08-251-4/+4
|\ \
| * | Label list shows all issues (opened or closed) with that labelDouglas Barbosa Alexandre2016-08-251-4/+4
| |/
* | Fix merge request diff cache service specDmitriy Zaporozhets2016-08-221-1/+1
|/
* Merge branch 'mark-as-processable' into 'master' Robert Speicher2016-08-191-3/+43
|\
| * Fix test for processing pipeline after retrying buildGrzegorz Bizon2016-08-191-1/+1
| * Add test that shows problem with pipeline processingGrzegorz Bizon2016-08-191-3/+43
* | Fix notification_service argument error of declined invitation emailsPaco Guzman2016-08-191-0/+40
* | Merge branch 'diff-line-comment-vuejs' into 'master' Douwe Maan2016-08-192-0/+92
|\ \
| * \ Merge branch 'master' into diff-line-comment-vuejsDouwe Maan2016-08-181-10/+20
| |\ \
| * \ \ Merge branch 'master' into diff-line-comment-vuejsConnor Shea2016-08-183-0/+48
| |\ \ \
| * \ \ \ Merge branch 'master' into diff-line-comment-vuejsConnor Shea2016-08-177-0/+499
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into diff-line-comment-vuejsConnor Shea2016-08-164-6/+160
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Address review feedbackDouwe Maan2016-08-161-1/+1
| * | | | | Merge branch 'master' into diff-line-comment-vuejsDouwe Maan2016-08-1235-387/+817
| |\ \ \ \ \
| * | | | | | Add specs for system note and email when all discussions are resolvedDouwe Maan2016-08-122-0/+92
* | | | | | | Merge branch '4273-slash-commands' into 'master'Robert Speicher2016-08-1810-16/+643
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Remove unneeded aliasesDouwe Maan2016-08-182-67/+52
| * | | | | | Merge branch 'master' into 4273-slash-commandsDouwe Maan2016-08-164-6/+160
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Fixed specs and fixes based on failing specsDouwe Maan2016-08-163-181/+57
| * | | | | | New TodoService#todo_exists? methodRémy Coutable2016-08-131-0/+12
| * | | | | | Make slash commands contextualRémy Coutable2016-08-131-15/+151
| * | | | | | Don't extract slash commands inside blockcode, blockquote or HTML tagsRémy Coutable2016-08-131-4/+10
| * | | | | | Add the /title slash commandRémy Coutable2016-08-131-8/+30
| * | | | | | New Notes::SlashCommandsService serviceRémy Coutable2016-08-133-56/+343
| * | | | | | Enforce permissions in `{Issues,MergeRequests}::{Close,Reopen}Service`Rémy Coutable2016-08-134-6/+72
| * | | | | | Support slash commands in noteable description and notesRémy Coutable2016-08-134-8/+245
| | |_|/ / / | |/| | | |
* | | | | | Rename TodoService#mark_todos_as_done_by_id{,s}Ahmad Sherif2016-08-181-2/+2
* | | | | | Implement TodoService#mark_todos_as_done_by_idAhmad Sherif2016-08-181-10/+20
| |_|_|_|/ |/| | | |
* | | | | 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