summaryrefslogtreecommitdiff
path: root/spec/services/issues
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'master' into awardablesawardablesZ.J. van de Weg2016-06-031-11/+6
|\
| * Fix deprecation warnings in spec/services/issues/bulk_update_service_spec.rb13313-fix-deprecation-warningsRémy Coutable2016-06-021-4/+4
| * Enable Performance/TimesMap Rubocop coprubocop/enable-performance-times-map-copGrzegorz Bizon2016-05-301-7/+2
* | Move awardables too when issue is movedZ.J. van de Weg2016-06-011-0/+5
|/
* Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-242-5/+5
* Enable Style/SpaceAroundKeyword cop and fix offensesRobert Speicher2016-05-231-1/+1
* Merge branch 'adambutler/gitlab-ce-feature/support-diff-of-issue-title-rename'Douwe Maan2016-05-201-2/+2
|\
| * Create DiffFilter and change SystemNoteService#change_title to use Gitlab::Di...Adam Butler2016-05-181-2/+2
* | Move #create_confidentiality_note to Issues::UpdateServicemooreniemi/gitlab-ce-issue_15236Rémy Coutable2016-05-181-2/+2
* | Changing the confidentiality of an issue now creates a new system noteAlex Moore-Niemi2016-05-181-6/+14
|/
* Update changelog, improve specsLong Nguyen2016-05-051-3/+7
* Fix rubocopLong Nguyen2016-04-281-2/+1
* Code refactor and fix broken specLong Nguyen2016-04-281-5/+13
* Update specsLong Nguyen2016-04-271-9/+4
* Allow to assign labels and milestone to target project when moving issueLong Nguyen2016-04-261-0/+20
* Use association search in issuable create serviceGrzegorz Bizon2016-04-221-6/+6
* Add affinity checks in issue create serviceGrzegorz Bizon2016-04-221-2/+9
* Update specs to accomodate issuable assign changesGrzegorz Bizon2016-04-223-18/+23
* Verify label affiliation before assigning to issueGrzegorz Bizon2016-04-221-0/+28
* Improve specs for issue move serviceGrzegorz Bizon2016-03-311-2/+2
* Refactor uploads rewriter used when moving issueGrzegorz Bizon2016-03-301-7/+2
* Add uploads rewriter and use it when moving issueGrzegorz Bizon2016-03-301-0/+19
* Preserve time notes has been updated at when moving issueGrzegorz Bizon2016-03-231-2/+19
* Merge branch 'notifications-for-subscribers-confidential-issue-labels' into '...Douwe Maan2016-03-231-1/+6
|\
| * Restrict notifications for confidential issuesDouglas Barbosa Alexandre2016-03-221-1/+6
* | 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/+6
|/
* Preserve created at time of notes when moving issueGrzegorz Bizon2016-03-201-0/+5
* Do not pass params that are not used in issue move serviceGrzegorz Bizon2016-03-201-2/+1
* Improvements in issue move feaure (refactoring)Grzegorz Bizon2016-03-191-53/+19