summaryrefslogtreecommitdiff
path: root/spec/services/merge_requests/update_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* [CE] Support multiple assignees for merge requestsosw-multi-assignees-merge-requestsOswaldo Ferreira2019-04-081-21/+21
* Check issue milestone availabilityJarka Košanová2019-02-141-3/+3
* Enable fast task lists for merge requestsBrett Walker2019-02-071-0/+2
* Fix spec in EE which now trigger access to repositoryMark Chao2018-11-071-2/+2
* Add email for milestone changeChantal Rollison2018-11-021-1/+45
* Use ResourceLabelEvent for tracking label changesJan Provaznik2018-09-071-4/+5
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-1/+1
* Merge branch '42751-rename-mr-maintainer-push' into 'master'Robert Speicher2018-06-051-6/+6
|\
| * Rephrase "maintainer" to more precise "members who can merge to the target br...42751-rename-mr-maintainer-pushMark Chao2018-06-011-6/+6
* | Resolve "Update `updated_at` on an issue/mr on every issue/mr changes"🙈 jacopo beschi 🙉2018-06-011-1/+7
|/
* Allow a user to select `allow maintainer to push`Bob Van Landuyt2018-03-071-0/+37
* 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-5/+5
* Refactor the way we pass `old associations` to issuable's update services40226-refactor-the-issuable-s-webhooks-data-architectureRémy Coutable2017-11-241-4/+12
* Add total_time_spent to the `changes` hash in issuable Webhook payloads40122-only-one-note-webhook-is-triggered-when-a-comment-with-time-spent-is-addedRémy Coutable2017-11-151-1/+1
* Fix text for the merge request lock system noteJarka Kadlecova2017-10-101-2/+2
* Start adding Gitlab::HookData::IssuableBuilderRémy Coutable2017-10-091-2/+3
* Include the changes in issuable webhook payloadsRémy Coutable2017-10-091-1/+1
* 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/+3
* 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
* Use described_class when possibleRémy Coutable2017-07-271-7/+7
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Native group milestonesFelipe Artur2017-07-071-3/+3
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-4/+4
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-3/+9
* Only add a description change note when no tasks are updatedJared Deckard2017-06-121-0/+13
* Add transient head_pipeline_of to pipeline factoriesissue_32225Felipe Artur2017-05-221-5/+6
* [Spec optimization] Joining one-line 'it' blocksspec-joining-itValery Sizov2017-05-151-15/+23
* Move update_assignee_cache_counts to the serviceValery Sizov2017-05-121-0/+9
* Fix specs 2Felipe Artur2017-05-081-1/+1
* Fix SpecsFelipe Artur2017-05-081-1/+3
* Merge branch 'blackst0ne/gitlab-ce-add_system_note_for_editing_issuable'Sean McGivern2017-05-051-0/+7
|\
| * Updated specsblackst0ne2017-05-051-0/+7
* | Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-0/+48
|/
* Create todos only for new mentionsJarka Kadlecova2017-03-291-1/+10
* Use `:empty_project` where possible in service specsRobert Speicher2017-03-271-1/+1
* Address MR commentsJarka Kadlecova2017-01-131-1/+1
* support `/merge` slash comand for MRsJarka Kadlecova2017-01-111-0/+93
* 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-12/+12
* Remove default value for `project` argument on subscribable concernDouglas Barbosa Alexandre2016-11-171-1/+1
* Maintain "force_remove_source_branch" options on Merge Request unless specifiedMark Fletcher2016-10-131-0/+12
* Make guests unable to view MRsguests_cant_see_mrsValery Sizov2016-10-111-0/+6
* Add a spec for merge request metric caching while refreshing a merge request ...Timothy Andrew2016-09-211-3/+6
* Use the `IssuableBaseService` lifecycle hooks to cache `MergeRequestsClosingI...Timothy Andrew2016-09-211-3/+3
* Implement a second round of review comments from @DouweM.Timothy Andrew2016-09-211-3/+3
* Fix rubocop spec.Timothy Andrew2016-09-201-1/+1