summaryrefslogtreecommitdiff
path: root/app/services/issues
Commit message (Expand)AuthorAgeFilesLines
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Fix counters cache invalidation for Issues and Merge RequestsValery Sizov2017-05-262-0/+2
* Multiple issue assignee: fix for CE restrictionsValery Sizov2017-05-051-1/+1
* Multiple issue assignee: CE restriction for multiple assigneesValery Sizov2017-05-051-0/+3
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-042-5/+28
* Refactor resolvability checks based on typeDouwe Maan2017-04-061-3/+5
* Make issue-from-discussion description text more consistentDouwe Maan2017-04-051-4/+7
* Create todos only for new mentionsJarka Kadlecova2017-03-291-1/+1
* Move `ResolveDiscussions` into `concerns/issues` folderBob Van Landuyt2017-03-131-32/+0
* Update copyBob Van Landuyt2017-03-131-1/+1
* Rename variableBob Van Landuyt2017-03-133-14/+14
* Make sure the for a merge request only gets executed once.Bob Van Landuyt2017-03-131-1/+3
* Clean up `discussions_to_resolve`-methodBob Van Landuyt2017-03-131-9/+9
* Move `resolve_discussions_with_issue` to `Issues::CreateService`Bob Van Landuyt2017-03-132-9/+9
* Don't filter params and merge them back in laterBob Van Landuyt2017-03-131-7/+2
* Correctly indent quotes in new issue descriptionBob Van Landuyt2017-03-131-1/+2
* Better variable namesBob Van Landuyt2017-03-131-2/+2
* Optimize finding `discussions_to_resolve`Bob Van Landuyt2017-03-131-5/+9
* Link 'discussion' instead of dateBob Van Landuyt2017-03-131-2/+1
* Move functionality for resolving discussions into a concernBob Van Landuyt2017-03-134-36/+40
* Always require MR-iid for resolving discussionsBob Van Landuyt2017-03-132-22/+18
* Delegate a single discussion to a new issueBob Van Landuyt2017-03-133-17/+46
* Address review commentsValery Sizov2017-03-071-2/+2
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov2017-03-031-1/+1
|\
| * Enable and autocorrect the CustomErrorClass copSean McGivern2017-03-011-1/+1
* | Address review commentsValery Sizov2017-03-021-17/+15
* | [Issue Board Sorting] Set position for newly created issuesValery Sizov2017-02-281-0/+1
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov2017-02-242-16/+12
|\ \ | |/
| * Spam check and reCAPTCHA improvements28093-snippet-and-issue-spam-check-on-editOswaldo Ferreira2017-02-212-16/+13
* | Frontend updates to positioning the issue in listsPhil Hughes2017-02-171-1/+1
* | Allow issues in boards to be orderedDouwe Maan2017-02-171-0/+21
|/
* Use safe navigation operator to make rubocop happywinniehell2017-02-131-1/+1
* fix issue creation from milestone doesn't assign the milestonewendy04022017-02-121-1/+9
* Use reCaptcha when an issue identified as spamJarka Kadlecova2017-02-071-2/+10
* Check if user can read issue before being assignedissue_22664Felipe Artur2016-12-271-4/+0
* Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741Rydkin Maxim2016-12-161-1/+1
* Feature: delegate all open discussions to IssueBob Van Landuyt2016-12-053-1/+71
* Refactor JiraService by moving code out of JiraService#execute methodclean-up-jira-serviceAdam Niedzielski2016-12-011-1/+1
* Process commits in a separate workerprocess-commits-using-sidekiqYorick Peterse2016-11-071-0/+13
* Include global labels when moving an issue to another projectDouglas Barbosa Alexandre2016-10-191-2/+6
* Add bulk update support for merge requests listDmitriy Zaporozhets2016-09-081-25/+0
* Scope hooks thal will run for confidential issuesDouglas Barbosa Alexandre2016-08-311-5/+4
* Fix confidential issues should not be passed to WebhooksDouglas Barbosa Alexandre2016-08-311-0/+2
* Merge branch '4273-slash-commands' into 'master'Robert Speicher2016-08-183-15/+16
|\
| * Fix specs and implement fixes based on failing specsDouwe Maan2016-08-171-2/+5
| * Merge branch 'master' into 4273-slash-commandsDouwe Maan2016-08-161-7/+12
| |\
| * | Enforce permissions in `{Issues,MergeRequests}::{Close,Reopen}Service`Rémy Coutable2016-08-132-0/+4
| * | Support slash commands in noteable description and notesRémy Coutable2016-08-131-13/+7
* | | Merge branch '2451-fix-mentions-in-issue-updates' into 'master' Robert Speicher2016-08-171-1/+6
|\ \ \ | |_|/ |/| |
| * | Send notification emails when users are newly mentioned in issue editsNick Thomas2016-08-121-1/+6
| |/