summaryrefslogtreecommitdiff
path: root/app/services/merge_requests/refresh_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Split AutoMergeService interfaces into two `cancel` and `abort`make-explicit-endpoint-abort-in-auto-merge-ceShinya Maeda2019-07-051-3/+3
* Cancel Auto Merge when target branch is changedcancel-auto-merge-when-branch-is-changedShinya Maeda2019-06-101-3/+3
* Abstract auto merge processesShinya Maeda2019-06-031-3/+5
* Update comments about N + 1 Gitaly callsZeger-Jan van de Weg2019-04-091-0/+2
* Prevent triggering pipelines when target branch is updatedprevent-running-mr-pipelines-when-target-updatedShinya Maeda2019-04-081-2/+8
* Create detached merge request pipelinespersist-fulll-ref-path-for-mr-pipelinesShinya Maeda2019-03-291-1/+1
* Prepare suggestion implementation for multi-lineOswaldo Ferreira2019-03-271-0/+9
* Guard with feature flagMark Chao2018-12-071-5/+10
* Update merge request's merge_commit for branch updateMark Chao2018-12-071-5/+14
* Merge request pipelinesShinya Maeda2018-12-051-0/+1
* Set @push early for EEee-1012-assign-code-owner-as-approverMark Chao2018-11-071-6/+6
* Optimize merge request refresh by using the database to check commit SHAssh-optimize-mr-commit-sha-lookupStan Hu2018-11-021-5/+6
* Fix extra merge request versions created from forked merge requestssh-fix-issue-53153Stan Hu2018-10-291-1/+6
* Fix CE to EE merge (backport)Kamil Trzciński2018-10-051-5/+6
* Extract git push from merge request refresh serviceGrzegorz Bizon2018-09-281-35/+24
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+6
* Enable more frozen string in app/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-inner-moregfyoung2018-07-171-0/+2
* Extract a do_execute method to be overriddence-6127-move-merge-requests-servicesLin Jen-Shin2018-05-241-2/+6
* Send notification emails when push to a merge requestYarNayar/gitlab-ce-23460-send-email-when-pushing-more-commits-to-the-merge-requestYarNayar2018-03-261-3/+5
* Reload MRs memoization after diffs creationosw-system-notes-for-commits-regressionOswaldo Ferreira2018-02-011-1/+6
* Close and do not reload MR diffs when source branch is deletedOswaldo Ferreira2018-01-291-2/+14
* diff notes created in merge request on a commit have the right contextmicael.bergeron2017-12-071-1/+1
* Ensure pippeline corresponds with the sha of an MRJarka Kadlecova2017-12-051-0/+1
* Use latest_merge_request_diff associationSean McGivern2017-11-231-1/+1
* Include the changes in issuable webhook payloadsRémy Coutable2017-10-091-1/+1
* Don't mark empty MRs as merged on push to the target branchfix-mrs-merged-immediatelySean McGivern2017-07-071-2/+3
* Add table for merge request commitsSean McGivern2017-07-061-3/+3
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-5/+5
* Add system note with link to diff comparison when MR discussion becomes outdatedDouwe Maan2017-05-231-2/+2
* Update occurrences of MWBS to MWPSfix/mwbs-to-mwpsJames Lopez2017-03-011-3/+3
* Mark as WIP based on MR commits onlyJarka Kadlecova2017-02-131-1/+5
* Backport EE changes on approvals reset for closed MRsbackport-ee-1051-approvals-reset-on-closed-mrOswaldo Ferreira2017-01-231-14/+8
* Mark MR as WIP when pushing WIP commitsjurre2017-01-191-0/+19
* Do not reload diff for merge request made from fork when target branch in for...do-not-refresh-main-when-fork-target-branch-updatedAdam Niedzielski2016-12-091-4/+6
* Replace references to MergeRequestDiff#commits with st_commitsuse-st-commits-where-possibleAdam Niedzielski2016-12-011-2/+2
* Revert "Do not create a MergeRequestDiff record when source branch is deleted"Adam Niedzielski2016-11-211-12/+9
* Do not create a MergeRequestDiff record when source branch is deletedfix-merge-request-screen-deleted-source-branchAdam Niedzielski2016-11-161-9/+12
* Add a spec for merge request metric caching while refreshing a merge request ...Timothy Andrew2016-09-211-1/+1
* Improve performance of the cycle analytics page.Timothy Andrew2016-09-151-0/+9
* webhooks: include old revision in MR update eventsBen Boeckel2016-08-011-1/+1
* Revert "Revert "Merge branch '18193-developers-can-merge' into 'master' ""Rémy Coutable2016-07-181-1/+1
* Revert "Merge branch '18193-developers-can-merge' into 'master' "Robert Speicher2016-07-131-1/+1
* Move all "checks" under `GitLab::Checks`.Timothy Andrew2016-07-131-1/+1
* Enable Style/IdenticalConditionalBranches Rubocop copGrzegorz Bizon2016-07-081-8/+3
* Automatically update diff note positions when MR is pushed toDouwe Maan2016-07-061-2/+2
* Rename MergeRequest methods that return commits or shas to be more clear and ...Douwe Maan2016-07-061-5/+3
* Create a todo on failing MR buildSean McGivern2016-05-171-0/+7
* Fixed Rubocop offensesGabriel Mazetto2015-12-151-1/+1
* Merge branch 'master' into merge-if-greenZeger-Jan van de Weg2015-11-181-4/+4
|\
| * Fix bug where manually merged branches in a MR would end up with an empty diffStan Hu2015-11-051-4/+4