summaryrefslogtreecommitdiff
path: root/app/services
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'expiration-date-on-memberships' into 'master' Douwe Maan2016-08-192-6/+20
|\
| * Merge branch 'master' into 'expiration-date-on-memberships'Sean McGivern2016-08-193-0/+24
| |\
| * \ Merge branch 'master' into expiration-date-on-membershipsSean McGivern2016-08-1813-76/+449
| |\ \
| * | | Ensure last group owner isn't removed on expirySean McGivern2016-08-181-0/+2
| * | | Merge branch 'master' into expiration-date-on-membershipsSean McGivern2016-08-1849-292/+1011
| |\ \ \
| * | | | Extract Members::AuthorizedDestroyService from Members::DestroyService.Adam Niedzielski2016-08-042-6/+18
* | | | | Fix notification_service argument error of declined invitation emailsPaco Guzman2016-08-191-2/+0
| |_|_|/ |/| | |
* | | | Merge branch 'diff-line-comment-vuejs' into 'master' Douwe Maan2016-08-193-0/+24
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'master' into diff-line-comment-vuejsDouwe Maan2016-08-181-1/+5
| |\ \ \
| * \ \ \ Merge branch 'master' into diff-line-comment-vuejsConnor Shea2016-08-184-3/+55
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'master' into diff-line-comment-vuejsConnor Shea2016-08-179-0/+308
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into diff-line-comment-vuejsConnor Shea2016-08-1618-103/+305
| |\ \ \ \ \
| * | | | | | Address review feedbackDouwe Maan2016-08-161-1/+1
| * | | | | | Merge branch 'master' into diff-line-comment-vuejsDouwe Maan2016-08-1216-179/+323
| |\ \ \ \ \ \
| * | | | | | | Actually don't send resolved notifications when deleting a noteDouwe Maan2016-08-041-4/+0
| * | | | | | | Merge branch 'master' into diff-line-comment-vuejsDouwe Maan2016-08-0314-97/+167
| |\ \ \ \ \ \ \
| * | | | | | | | Send notification email when all discussions are resolvedDouwe Maan2016-07-282-1/+10
| * | | | | | | | Add 'Resolved all discussions' system noteDouwe Maan2016-07-283-0/+19
* | | | | | | | | Merge branch '4273-slash-commands' into 'master'Robert Speicher2016-08-1813-75/+444
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | Fix behavior around commands with optional arguments4273-slash-commandsDouwe Maan2016-08-181-2/+2
| * | | | | | | | Fix behavior of label_ids and add/remove_label_idsDouwe Maan2016-08-181-7/+8
| * | | | | | | | Remove unneeded aliasesDouwe Maan2016-08-181-14/+21
| * | | | | | | | Address feedbackDouwe Maan2016-08-172-6/+3
| * | | | | | | | Fix specs and implement fixes based on failing specsDouwe Maan2016-08-175-20/+36
| * | | | | | | | Merge branch 'master' into 4273-slash-commandsDouwe Maan2016-08-1618-95/+297
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Fixed specs and fixes based on failing specsDouwe Maan2016-08-163-48/+73
| * | | | | | | | Prefer `/reopen` over `/open`, remove `/reassign`Douwe Maan2016-08-121-21/+21
| * | | | | | | | Allow setting labels, milestones and assignee based on nameDouwe Maan2016-08-121-3/+9
| * | | | | | | | Force notes poll after commands have been executedDouwe Maan2016-08-121-1/+1
| * | | | | | | | Refactor slash command definitionDouwe Maan2016-08-126-74/+61
| * | | | | | | | Simplify the slash commands DSL to store action blocks instead of creating me...Rémy Coutable2016-08-136-52/+64
| * | | | | | | | New TodoService#todo_exists? methodRémy Coutable2016-08-132-2/+6
| * | | | | | | | Accept blocks for `.desc` and `.condition` slash commands DSLRémy Coutable2016-08-131-97/+56
| * | | | | | | | Make slash commands contextualRémy Coutable2016-08-132-22/+138
| * | | | | | | | Add support for no-op slash commands that appear in autocompleteRémy Coutable2016-08-131-1/+9
| * | | | | | | | Don't extract slash commands inside blockcode, blockquote or HTML tagsRémy Coutable2016-08-132-6/+10
| * | | | | | | | Add the /title slash commandRémy Coutable2016-08-132-1/+7
| * | | | | | | | New Notes::SlashCommandsService serviceRémy Coutable2016-08-134-50/+42
| * | | | | | | | Enforce permissions in `{Issues,MergeRequests}::{Close,Reopen}Service`Rémy Coutable2016-08-134-0/+8
| * | | | | | | | Support slash commands in noteable description and notesRémy Coutable2016-08-136-45/+266
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | 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-1/+5
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge branch '2451-fix-mentions-in-issue-updates' into 'master' Robert Speicher2016-08-174-4/+56
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Allow people to subscribe to mentions in updated MRs and IssuesNick Thomas2016-08-151-1/+2
| * | | | | | Add notifications for new user mentions in merge requestsNick Thomas2016-08-152-1/+22
| * | | | | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into 2451-fi...Nick Thomas2016-08-152-2/+14
| |\ \ \ \ \ \
| * | | | | | | Fix a 'missing keyword' error introduced in the last commitNick Thomas2016-08-151-1/+3
| * | | | | | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into 2451-fi...Nick Thomas2016-08-124-7/+23
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | Send notification emails when users are newly mentioned in issue editsNick Thomas2016-08-123-3/+31
* | | | | | | | Merge branch 'issue-boards' into 'master' Douwe Maan2016-08-178-0/+277
|\ \ \ \ \ \ \ \