summaryrefslogtreecommitdiff
path: root/app/models/merge_request_diff.rb
Commit message (Expand)AuthorAgeFilesLines
* Optimize merge request refresh by using the database to check commit SHAssh-optimize-mr-commit-sha-lookupStan Hu2018-11-021-0/+6
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Backport Repository#keep_around changes from EE to CEMichael Kozono2018-08-271-3/+1
* Merge branch 'frozen-string-enable-app-models' into 'master'Rémy Coutable2018-08-021-0/+2
|\
| * Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-modelsgfyoung2018-07-261-0/+2
* | Only serializes diff files found by paths queryOswaldo Ferreira2018-08-011-5/+3
|/
* Render MR page when no persisted diff_refs or diffs sizeOswaldo Ferreira2018-07-181-1/+1
* Delete non-latest merge request diff files upon diffs reloadosw-delete-non-latest-mr-diff-files-upon-mergeOswaldo Ferreira2018-06-241-0/+27
* Cleanup after adding MR diff's commit_count (try 2)Jan Provaznik2018-04-251-4/+0
* Revert "Cleanup after adding MR diff's commit_count"Jan Provaznik2018-03-081-0/+4
* Cleanup after adding MR diff's commit_countJan Provaznik2018-03-051-4/+0
* Check for keep-around commits once if target and source projects are the sameAhmad Sherif2018-02-071-1/+1
* Display related merge requests in commit detail pageHiroyuki Sato2018-01-121-0/+3
* Denormalize commits count for merge request diffs38068-commits-countJan Provaznik2018-01-101-4/+7
* Use memoization for commits on diffsZeger-Jan van de Weg2017-12-121-3/+3
* Remove serialised diff and commit columnsSean McGivern2017-11-281-62/+10
* Use latest_merge_request_diff associationSean McGivern2017-11-231-1/+4
* Optimise getting the pipeline status of commitsci-pipeline-status-queryYorick Peterse2017-11-161-1/+3
* Set merge_request_diff_id on MR when creatingSean McGivern2017-11-021-0/+4
* Move `fetch_ref` from MergeRequestDiff#ensure_commit_shas to MergeRequestRémy Coutable2017-10-051-2/+0
* Keep only the changes that are known to work wellRémy Coutable2017-10-051-1/+1
* Fetch and map refs/pull to refs/merge-requests in the GH importJames Lopez2017-10-051-1/+2
* Refactor Gitlab::Git::Commit to include a repositoryAlejandro Rodríguez2017-08-071-3/+1
* Migrate MR commits and diffs to new tablesmerge-request-commits-background-migrationSean McGivern2017-08-031-5/+1
* Fix saving diffs that are not valid UTF-835539-can-t-create-a-merge-request-containing-a-binary-file-with-non-utf-8-charactersSean McGivern2017-07-261-4/+13
* Add table for merge request commitsSean McGivern2017-07-061-65/+34
* Rename ActiverecordSerialize copYorick Peterse2017-07-061-2/+2
* Add table for files in merge request diffsSean McGivern2017-06-161-17/+37
* Rename `Gitlab::Git::EncodingHelper` to `Gitlab::EncodingHelper`Bob Van Landuyt2017-06-011-1/+1
* Added Cop to blacklist the use of serializedocument-not-using-serializeYorick Peterse2017-05-311-2/+2
* Merge branch 'dm-diff-cleanup' into 'master'Robert Speicher2017-05-251-0/+23
|\
| * Change code comment formattingdm-diff-cleanupDouwe Maan2017-05-231-1/+3
| * Remove @commit in compare and MR controllersDouwe Maan2017-05-231-0/+3
| * Pass fallback_diff_refs to Diff::File instead of using view helpersDouwe Maan2017-05-231-0/+18
* | Add system note with link to diff comparison when MR discussion becomes outdatedDouwe Maan2017-05-231-3/+2
|/
* Show correct size when MR diff overflowsSean McGivern2017-04-251-1/+1
* Statisfy Robertcop and Seancopdm-outdated-diff-linkDouwe Maan2017-04-111-9/+3
* Add specsDouwe Maan2017-04-101-0/+12
* Fix find_by_diff_refsDouwe Maan2017-04-081-1/+1
* Fix specs and make tweaksDouwe Maan2017-04-081-1/+4
* Link to outdated diff in older MR version from outdated diff discussionDouwe Maan2017-04-081-0/+1
* Fix issues importing forked projectsJames Lopez2017-04-041-8/+10
* Revert "Enable Style/DotPosition"Douwe Maan2017-02-231-2/+2
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-2/+2
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-2/+2
* Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
* Enable Style/DotPositionDouwe Maan2017-02-231-2/+2
* Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2017-01-261-11/+11
|\
| * Merge branch 'issue_25017' into 'master' Sean McGivern2017-01-171-10/+10
| |\
| | * Show 'too many changes' message for merge requestissue_25017Felipe Artur2017-01-121-10/+10