summaryrefslogtreecommitdiff
path: root/app/services/issues
Commit message (Expand)AuthorAgeFilesLines
* 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
* :police_car:Z.J. van de Weg2016-06-031-6/+6
* Move awardables too when issue is movedZ.J. van de Weg2016-06-011-0/+9
* Move #create_confidentiality_note to Issues::UpdateServicemooreniemi/gitlab-ce-issue_15236Rémy Coutable2016-05-181-1/+7
* Changing the confidentiality of an issue now creates a new system noteAlex Moore-Niemi2016-05-181-1/+5
* Update changelog, improve specsLong Nguyen2016-05-051-1/+1
* Code refactor and fix broken specLong Nguyen2016-04-281-3/+5
* Allow to assign labels and milestone to target project when moving issueLong Nguyen2016-04-261-1/+10
* Refactor and expose only Gitlab::UrlBuilder.build(record)simplify-gitlab-url_builder-15202Rémy Coutable2016-04-131-1/+1
* Check if GFM rewriters need rewrite internallyGrzegorz Bizon2016-03-301-1/+1
* Refactor uploads rewriter used when moving issueGrzegorz Bizon2016-03-301-17/+6
* Add uploads rewriter and use it when moving issueGrzegorz Bizon2016-03-301-12/+27
* Preserve time notes has been updated at when moving issueGrzegorz Bizon2016-03-231-1/+2
* Do not allow to move issue if it has not been persistedmove-issue-section-should-not-be-displayed-in-the-new-issue-form-14489Grzegorz Bizon2016-03-231-0/+2
* Preserve created at time of notes when moving issueGrzegorz Bizon2016-03-201-1/+2
* Rename reference unfolder to rewriter, minor refactoringsGrzegorz Bizon2016-03-201-2/+2
* Update reference unfolder according to recent ability changesGrzegorz Bizon2016-03-191-1/+2
* Improvements in issue move feaure (refactoring)Grzegorz Bizon2016-03-192-52/+39
* Prevent issue move if issue has been already movedGrzegorz Bizon2016-03-171-2/+7
* Update methods that use issue close serviceGrzegorz Bizon2016-03-171-1/+1
* Add minor improvements in code related to issue moveGrzegorz Bizon2016-03-171-20/+11
* Add new notifications for issue move actionGrzegorz Bizon2016-03-171-2/+7