summaryrefslogtreecommitdiff
path: root/app/services/issues
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | Further refactor and syntax fixes.Patricio Cano2016-08-151-2/+2
* | Refactored AkismetHelper into AkismetService and cleaned up `Spammable`Patricio Cano2016-08-151-3/+3
* | Refactored spam related code even furtherPatricio Cano2016-08-151-17/+17
* | Complete refactor of the `Spammable` concern and tests:Patricio Cano2016-08-151-1/+1
* | Lay the ground works to submit information to AkismetPatricio Cano2016-08-151-0/+5
|/
* Refactor spam validation to a concern that can be easily reused and improve l...akismet-ui-checkPatricio Cano2016-07-261-6/+11
* Refactor `SpamCheckService` to make it cleaner and clearer.Patricio Cano2016-07-262-27/+3
* Submit all issues on public projects to Akismet if enabled.Patricio Cano2016-07-262-1/+30
* Allow bulk (un)subscription from issues in issue indexCairo Noleto2016-07-141-1/+1
* Services: code style fixes, minor refactoringservices_refactoring1Valery Sizov2016-07-061-0/+1
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* Allow bulk-updating to remove all labelsSean McGivern2016-06-031-1/+1
* WIP: allow adding and removing labels in bulkSean McGivern2016-06-031-3/+3