summaryrefslogtreecommitdiff
path: root/app/services
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'zj-remove-unused-ci-tables' into 'master' Robert Speicher2016-08-301-35/+0
|\
| * Drop unused CI tables and fileszj-remove-unused-ci-tablesZ.J. van de Weg2016-08-261-35/+0
* | Merge branch '19721-issues-created-through-api-do-not-notify-label-subscriber...Douwe Maan2016-08-301-1/+19
|\ \
| * | if issue is not valid we revert back to the old labels when updatingtiagonbotelho2016-08-301-0/+13
| * | refactors update issue api request and some minor commentstiagonbotelho2016-08-301-1/+6
| |/
* | Merge branch '19315-can-edit-merge-request-with-deleted-fork' into 'master' Douwe Maan2016-08-301-0/+4
|\ \
| * | User can edit closed MR with deleted forkKatarzyna Kobierska2016-08-301-0/+4
| |/
* | Use Repository#fetch_refSean McGivern2016-08-301-2/+7
* | Fix resolving conflicts on forks21459-resolving-merge-conflicts-from-a-forked-repo-through-uiSean McGivern2016-08-301-1/+15
|/
* 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-1/+2
|\ \
| * | Add specs to ensure a successful return 19730-mark-as-donePaco Guzman2016-08-251-1/+2
| |/
* | Merge branch 'statuseable-hasstatus' into 'master' Robert Speicher2016-08-251-1/+1
|\ \
| * | rename Statuseable to HasStatusDe Wet Blomerus2016-08-251-1/+1
| |/
* | Label list shows all issues (opened or closed) with that labelDouglas Barbosa Alexandre2016-08-251-1/+6
|/
* 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