summaryrefslogtreecommitdiff
path: root/spec/services/issues/update_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ee_issue_928_ba...Simon Knox2017-09-061-0/+20
|\
| * Fix a spec failure dependent on load orderrs-fix-masterRobert Speicher2017-09-011-1/+1
| * /move project functionality. Squash commit.Manolis Mavrofidis2017-08-311-0/+20
* | Continue BE backportFelipe Artur2017-08-311-1/+1
|/
* Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-1/+1
* Don't include EmailHelpers manually, pick with rspecuse-rspec-support-helperLin Jen-Shin2017-08-031-3/+1
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
* Use described_class when possibleRémy Coutable2017-07-271-1/+1
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Move duplicate issue management to a servicearchytaus/gitlab-ce-26372-duplicate-issue-slash-commandSean McGivern2017-07-211-31/+10
* Changes based on MR feedback.Ryan Scott2017-07-201-31/+17
* Added slash command to close an issue as a duplicate. Closes #26372Ryan Scott2017-07-201-0/+56
* Native group milestonesFelipe Artur2017-07-071-3/+3
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-4/+12
* Only add a description change note when no tasks are updatedJared Deckard2017-06-121-5/+22
* Move update_assignee_cache_counts to the serviceValery Sizov2017-05-121-0/+7
* Merge branch 'blackst0ne/gitlab-ce-add_system_note_for_editing_issuable'Sean McGivern2017-05-051-0/+11
|\
| * Updated specsblackst0ne2017-05-051-0/+11
* | Multiple issue assignee: fix for CE restrictionsValery Sizov2017-05-051-2/+2
* | Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-12/+47
|/
* Create todos only for new mentionsJarka Kadlecova2017-03-291-1/+10
* Address review commentsValery Sizov2017-03-071-2/+2
* Satisfy rubocopValery Sizov2017-03-021-1/+1
* [Issue board sorting] SpecsValery Sizov2017-02-281-0/+16
* Check if user can read issue before being assignedissue_22664Felipe Artur2016-12-271-0/+11
* Ensure issuable state changes only fire webhooks onceMark Fletcher2016-12-161-0/+5
* 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-241-14/+14
* Remove default value for `project` argument on subscribable concernDouglas Barbosa Alexandre2016-11-171-1/+1
* Fix permission for setting an issue's due dateRémy Coutable2016-09-281-34/+63
* Scope hooks thal will run for confidential issuesDouglas Barbosa Alexandre2016-08-311-3/+3
* Update service specs to avoid instance variablesDouglas Barbosa Alexandre2016-08-311-29/+29
* Fix confidential issues should not be passed to WebhooksDouglas Barbosa Alexandre2016-08-311-12/+33
* 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-091-4/+4
* Spec label add / delete in UpdateServiceSean McGivern2016-06-031-0/+46
* 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 specs to accomodate issuable assign changesGrzegorz Bizon2016-04-221-3/+8
* Restrict notifications for confidential issuesDouglas Barbosa Alexandre2016-03-221-1/+6
* Improving the original label-subscribing implementationRémy Coutable2016-03-151-33/+22
* Original implementation to allow users to subscribe to labelsTimothy Andrew2016-03-151-1/+55
* Rename Tasks to TodosDouglas Barbosa Alexandre2016-02-201-16/+17
* Create a pending task when a user is mentioned when edit a issue/mr/noteDouglas Barbosa Alexandre2016-02-201-3/+1
* Marks pending tasks for an user as done when he edit an issueDouglas Barbosa Alexandre2016-02-201-11/+66