summaryrefslogtreecommitdiff
path: root/spec/services/issues
Commit message (Expand)AuthorAgeFilesLines
* Create todos only for new mentionsJarka Kadlecova2017-03-291-1/+10
* Use `:empty_project` where possible in service specsRobert Speicher2017-03-273-4/+4
* Rename variableBob Van Landuyt2017-03-133-18/+18
* Make sure the for a merge request only gets executed once.Bob Van Landuyt2017-03-131-0/+19
* Correctly indent quotes in new issue descriptionBob Van Landuyt2017-03-131-4/+4
* Move functionality for resolving discussions into a concernBob Van Landuyt2017-03-131-3/+12
* Always require MR-iid for resolving discussionsBob Van Landuyt2017-03-133-75/+38
* Delegate a single discussion to a new issueBob Van Landuyt2017-03-133-36/+200
* Address review commentsValery Sizov2017-03-071-2/+2
* Satisfy rubocopValery Sizov2017-03-021-1/+1
* [Issue board sorting] SpecsValery Sizov2017-02-281-0/+16
* Spam check and reCAPTCHA improvements28093-snippet-and-issue-spam-check-on-editOswaldo Ferreira2017-02-211-10/+0
* fix issue creation from milestone doesn't assign the milestonewendy04022017-02-122-1/+11
* Use reCaptcha when an issue identified as spamJarka Kadlecova2017-02-071-0/+102
* Check if user can read issue before being assignedissue_22664Felipe Artur2016-12-272-0/+13
* Ensure issuable state changes only fire webhooks onceMark Fletcher2016-12-161-0/+5
* Merge branch '23589-open-issue-for-mr' into 'master' Sean McGivern2016-12-062-0/+173
|\
| * Feature: delegate all open discussions to IssueBob Van Landuyt2016-12-052-0/+173
* | Add shorthand support to gitlab markdown referencesOswaldo Ferreira2016-12-021-2/+2
|/
* Only include EmailHelpers in mailer specs and specs using themrs-include-emailhelpersRobert Speicher2016-12-011-0/+2
* Rephrase some system notes to be compatible with new system note stylerephrase-system-notesDouwe Maan2016-11-243-18/+18
* Remove default value for `project` argument on subscribable concernDouglas Barbosa Alexandre2016-11-171-1/+1
* Process commits in a separate workerprocess-commits-using-sidekiqYorick Peterse2016-11-071-16/+33
* Merge branch '23662-issue-move-user-reference-exception' into 'master' Douwe Maan2016-10-251-2/+12
|\
| * Fix `User#to_reference`23662-issue-move-user-reference-exceptionTimothy Andrew2016-10-251-2/+12
* | Fix Rubocop offenses in issue move specsGrzegorz Bizon2016-10-241-3/+3
* | Add spec in Issues::MoveService to fix label assignment regressionStan Hu2016-10-241-5/+26
|/
* Allow users to apply group labels on Issues/MRsDouglas Barbosa Alexandre2016-10-191-0/+21
* Fix permission for setting an issue's due dateRémy Coutable2016-09-282-41/+92
* Add bulk update support for merge requests listDmitriy Zaporozhets2016-09-081-282/+0
* Scope hooks thal will run for confidential issuesDouglas Barbosa Alexandre2016-08-314-17/+49
* Update service specs to avoid instance variablesDouglas Barbosa Alexandre2016-08-313-40/+40
* Fix confidential issues should not be passed to WebhooksDouglas Barbosa Alexandre2016-08-314-22/+75
* Merge branch '4273-slash-commands' into 'master'Robert Speicher2016-08-183-2/+43
|\
| * Enforce permissions in `{Issues,MergeRequests}::{Close,Reopen}Service`Rémy Coutable2016-08-132-2/+41
| * Support slash commands in noteable description and notesRémy Coutable2016-08-131-0/+2
* | Fix a rubocop violationNick Thomas2016-08-171-1/+0
* | DRY up the added update service specs, add two email helpersNick Thomas2016-08-161-31/+4
* | Address minor review comments for testsNick Thomas2016-08-161-3/+3
* | Send notification emails when users are newly mentioned in issue editsNick Thomas2016-08-121-0/+33
|/
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-093-7/+7
* Refactor Issues::BulkUpdateService specrs-bulk-issues-update-specRobert Speicher2016-07-201-76/+55
* Allow bulk (un)subscription from issues in issue indexCairo Noleto2016-07-141-0/+38
* Avoid `describe`-ing symbols in specsrs-describe-symbolsRobert Speicher2016-07-121-1/+1
* Fix specAlfredo Sumaran2016-06-031-6/+7
* Spec label add / delete in UpdateServiceSean McGivern2016-06-031-0/+46
* Allow bulk-updating to remove all labelsSean McGivern2016-06-031-0/+8
* Update CHANGELOGAlfredo Sumaran2016-06-031-1/+1
* Tidy up BulkUpdateService specsSean McGivern2016-06-031-103/+97
* fixup! WIP: allow adding and removing labels in bulkSean McGivern2016-06-031-0/+148