summaryrefslogtreecommitdiff
path: root/app/services/issues/create_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable frozen string in apps/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-innergfyoung2018-07-161-0/+2
* Cache the number of open issues and merge requestsYorick Peterse2017-08-231-0/+2
* Simplify checking if objects exist code in new issaubles workers36119-issuable-workersJarka Kadlecova2017-08-081-0/+1
* Move some after_create parts to worker to improve performance32844-issuables-performanceJarka Kadlecova2017-08-071-2/+5
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Rename variableBob Van Landuyt2017-03-131-1/+1
* Move `resolve_discussions_with_issue` to `Issues::CreateService`Bob Van Landuyt2017-03-131-0/+9
* Don't filter params and merge them back in laterBob Van Landuyt2017-03-131-7/+2
* Move functionality for resolving discussions into a concernBob Van Landuyt2017-03-131-9/+2
* Always require MR-iid for resolving discussionsBob Van Landuyt2017-03-131-2/+2
* Delegate a single discussion to a new issueBob Van Landuyt2017-03-131-7/+10
* [Issue Board Sorting] Set position for newly created issuesValery Sizov2017-02-281-0/+1
* Spam check and reCAPTCHA improvements28093-snippet-and-issue-spam-check-on-editOswaldo Ferreira2017-02-211-16/+5
* Use safe navigation operator to make rubocop happywinniehell2017-02-131-1/+1
* Use reCaptcha when an issue identified as spamJarka Kadlecova2017-02-071-2/+10
* Feature: delegate all open discussions to IssueBob Van Landuyt2016-12-051-1/+13
* 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
|\
| * 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
* | Support slash commands in noteable description and notesRémy Coutable2016-08-131-13/+7
|/
* 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-261-2/+3
* Submit all issues on public projects to Akismet if enabled.Patricio Cano2016-07-261-1/+5
* Improvements in issue move feaure (refactoring)Grzegorz Bizon2016-03-191-2/+2
* Reuse existing issue services when moving issueGrzegorz Bizon2016-03-171-2/+2
* Rename Tasks to TodosDouglas Barbosa Alexandre2016-02-201-1/+1
* Create a pending task when an issue is assigned to someoneDouglas Barbosa Alexandre2016-02-201-0/+1
* Simplify code around (cross)-referencesDouwe Maan2015-10-121-1/+1
* Dont allow set assignee, milestone or labels if user is guestDmitriy Zaporozhets2015-06-251-0/+1
* Fix label set during issue/mr creationDmitriy Zaporozhets2014-07-301-1/+3
* Return a little more information in Issue webhookJeroen van Baarsen2014-06-131-1/+1
* Fix testsDmitriy Zaporozhets2014-04-021-1/+1
* Move update issue code to separate serviceDmitriy Zaporozhets2014-04-021-6/+0
* Move code for issue creation to service.Dmitriy Zaporozhets2014-04-021-0/+23