summaryrefslogtreecommitdiff
path: root/spec/services/issues/update_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '63547-add-system-notes-for-when-a-zoom-call-was-added-removed-f...Robert Speicher2019-07-291-0/+9
|\
| * Add system notes for when a zoom call was added/removed from an issue63547-add-system-notes-for-when-a-zoom-call-was-added-removed-from-an-issueJacopo2019-07-291-0/+9
* | Remove code related to object hierarchy in MySQLremove-nested-groups-checksHeinrich Lee Yu2019-07-251-2/+2
* | Prefer `flat_map` over `map` + `flatten` in specsPeter Leitzen2019-07-241-1/+1
|/
* Skip spam check for task list updatesFelipe Artur2019-07-091-0/+16
* Add reorder action to Project IssuesControllerbw-issue-reorderBrett Walker2019-06-211-0/+16
* Add frozen_string_literal to spec/servicesfrozen_string_literal_spec_servicesThong Kuah2019-04-121-0/+2
* add a uniq constraints on issues and mrs labelsAntoine Huret2019-04-011-0/+10
* Check issue milestone availabilityJarka Košanová2019-02-141-3/+3
* Enable fast task lists for merge requestsBrett Walker2019-02-071-70/+2
* Added changelog and danger fixesBrett Walker2019-01-301-4/+4
* Specs for Issue::UpdateServiceBrett Walker2019-01-301-0/+70
* Delete confidential issue todos for guestsFelipe Artur2018-12-141-1/+1
* Add email for milestone changeChantal Rollison2018-11-021-2/+46
* Use ResourceLabelEvent for tracking label changesJan Provaznik2018-09-071-4/+5
* Delete todos when users loses target read permissionsJarka Kadlecová2018-07-301-0/+17
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-2/+2
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-2/+2
* Resolve "Update `updated_at` on an issue/mr on every issue/mr changes"🙈 jacopo beschi 🙉2018-06-011-1/+7
* Improve specs and docsFelipe Artur2018-04-051-2/+4
* Fix 404 in group boards when moving issue between listsissue_44551Felipe Artur2018-04-031-0/+31
* Make user/author use project.creator in most factoriesRémy Coutable2018-01-311-1/+2
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-6/+6
* Don't create todos for old issue assigneesJarka Kadlecova2017-10-091-0/+24
* Merge remote-tracking branch 'origin/master' into 18608-lock-issuesLuke "Jared" Bennett2017-09-201-0/+7
|\
| * Fix refreshing of issues/MR count cachesfix-counts-cachingYorick Peterse2017-09-191-0/+7
* | Create system notes for MR too, improve doc + clean up codeJarka Kadlecova2017-09-141-0/+7
* | Support discussion locking in the backendJarka Kadlecova2017-09-141-1/+4
|/
* 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