summaryrefslogtreecommitdiff
path: root/spec/presenters/merge_request_presenter_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* use actual head pipeline on merge request presenterFelipe Artur2017-12-051-1/+1
|
* Reduce method calls while evaluating Projects::MergeRequestsController#show.json36876-mr-show-json-controller-perf-improvementsOswaldo Ferreira2017-10-041-0/+4
|
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-2/+2
|
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-011-1/+1
|
* Fix spec name grammermr-branch-link-use-treeClement Ho2017-07-121-3/+3
|
* Make commits behind text a link to the target branch commits pageClement Ho2017-07-111-0/+24
|
* Convert target branch link to use treeClement Ho2017-07-111-3/+3
|
* MR branch link now links to tree instead of commitsClement Ho2017-07-101-0/+13
|
* Display issue state in issue links section of merge request widget33381-display-issue-state-in-mr-widget-issue-linksAdam Niedzielski2017-06-091-0/+10
|
* Fix conflict resolution from corrupted upstreamfix-conflict-resolution-with-corrupt-reposSean McGivern2017-05-121-7/+7
| | | | | | | | | | | | | | | | | I don't know why this happens exactly, but given an upstream and fork repository from a customer, both of which required GC, resolving conflicts would corrupt the fork so badly that it couldn't be cloned. This isn't a perfect fix for that case, because the MR may still need to be merged manually, but it does ensure that the repository is at least usable. My best guess is that when we generate the index for the conflict resolution (which we previously did in the target project), we obtain a reference to an OID that doesn't exist in the source, even though we already fetch the refs from the target into the source. Explicitly setting the source project as the place to get the merge index from seems to prevent repository corruption in this way.
* Merge request widget redesignFatih Acet2017-05-091-0/+356