summaryrefslogtreecommitdiff
path: root/app/services/merge_requests/base_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Cache merged and closed events data in merge_request_metrics tableOswaldo Ferreira2018-01-021-0/+4
* Refactor the way we pass `old associations` to issuable's update services40226-refactor-the-issuable-s-webhooks-data-architectureRémy Coutable2017-11-241-4/+4
* Fix WIP system note not being createdissue_40374Felipe Artur2017-11-231-14/+0
* 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-4/+4
* Start adding Gitlab::HookData::IssuableBuilderRémy Coutable2017-10-091-4/+4
* Include the changes in issuable webhook payloadsRémy Coutable2017-10-091-7/+7
* Merge issuable "reopened" state into "opened"merge-issuable-reopened-into-opened-stateYorick Peterse2017-07-281-3/+3
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-0/+5
* Search for opened MRs - include reopened MRs30291-reopen-mrJarka Kadlecova2017-04-061-1/+1
* Backport EE changes on approvals reset for closed MRsbackport-ee-1051-approvals-reset-on-closed-mrOswaldo Ferreira2017-01-231-9/+7
* Check if user can read issue before being assignedissue_22664Felipe Artur2016-12-271-4/+0
* Rename `MergeRequest#pipeline` to `head_pipeline`fix/rename-merge-request-head-pipelineGrzegorz Bizon2016-11-291-2/+2
* Remove support for branch-less builds in MWBSGrzegorz Bizon2016-10-061-10/+10
* Fix tests and code for MWBS event move to pipelineGrzegorz Bizon2016-10-061-0/+6
* Move MWBS trigger from build to pipeline eventGrzegorz Bizon2016-10-061-11/+10
* Add a /wip slash commandThomas Balthazar2016-10-031-4/+5
* webhooks: include old revision in MR update eventsBen Boeckel2016-08-011-3/+6
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski2016-06-021-4/+4
* Create a todo on failing MR buildSean McGivern2016-05-171-0/+25
* Refactor and expose only Gitlab::UrlBuilder.build(record)simplify-gitlab-url_builder-15202Rémy Coutable2016-04-131-2/+1
* Improve the "easy WIP & un-WIP from link" featureRémy Coutable2016-03-181-5/+2
* Use specialized system notes when MR is (un)marked as WIPDouwe Maan2016-02-261-0/+16
* Dynamically check `:admin_*` ability in IssuableBaseServicers-issue-2092Robert Speicher2015-07-241-0/+6
* Update SystemNoteService method naming conventionsRobert Speicher2015-05-111-1/+1
* Add a SystemNoteService classRobert Speicher2015-05-111-1/+1
* Issue #595: Support Slack notifications upon issue and merge request eventsStan Hu2015-03-031-5/+11
* Add action property to merge request hookjubianchi2015-01-201-1/+4
* Merge pull request #7967 from Bugagazavr/issue-actorValeriy Sizov2014-11-051-1/+2
|\
| * Add issueable actorKirill Zaitsev2014-10-051-1/+2
* | Factor issue and merge request servicesCiro Santilli2014-10-071-11/+1
|/
* Make a comment to MR whne milestone was changedDmitriy Zaporozhets2014-06-101-0/+4
* Add note when MR assignee changes. Add more tests to MR servicesDmitriy Zaporozhets2014-04-031-0/+4
* MergeRequest services for create, update, close and reopenDmitriy Zaporozhets2014-04-021-0/+16