summaryrefslogtreecommitdiff
path: root/app/models/merge_request_diff.rb
Commit message (Expand)AuthorAgeFilesLines
* Add MergeRequestDiff#lines_count convenience methodbackport-productivty-analytics-migrationsPavel Shutsin2019-08-061-0/+6
* Remove cleaned up OIDs from database and cacheNick Thomas2019-05-061-0/+4
* Remove deprecated uses of attribute_changed?9932-fix-deprecated-attribute_changed-ceHeinrich Lee Yu2019-04-301-2/+9
* Forbid the use of `#reload` and prefer `#reset`forbid-the-usage-of-reloadKamil Trzciński2019-04-151-3/+3
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-281-1/+1
* Allow external diffs to be used conditionallyNick Thomas2019-03-271-21/+151
* Fix error creating a merge request when diff includes a null byteStan Hu2019-03-141-1/+6
* Run rubocop -aNick Thomas2019-03-131-6/+4
* Arbitrary file read via MergeRequestDiffFrancisco Javier López2019-03-041-0/+2
* Remove two ignored columnsNick Thomas2019-02-141-3/+0
* Allow MR diffs to be placed into an object storeNick Thomas2019-02-051-9/+107
* Passing an argument to force an association to reload is now deprecatedJasper Maes2018-11-261-1/+2
* Fix MergeRequestService erroring out on deleted branchStan Hu2018-11-121-1/+1
* Allow getting all paths (old & new) involved in MRMark Chao2018-11-071-0/+7
* 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