Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-06Add MergeRequestDiff#lines_count convenience methodPavel Shutsin
2019-05-06Remove cleaned up OIDs from database and cacheNick Thomas
2019-04-30Remove deprecated uses of attribute_changed?Heinrich Lee Yu
2019-04-15Forbid the use of `#reload` and prefer `#reset`Kamil Trzciński
2019-03-28Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas
2019-03-27Allow external diffs to be used conditionallyNick Thomas
2019-03-14Fix error creating a merge request when diff includes a null byteStan Hu
2019-03-13Run rubocop -aNick Thomas
2019-03-04Arbitrary file read via MergeRequestDiffFrancisco Javier López
2019-02-14Remove two ignored columnsNick Thomas
2019-02-05Allow MR diffs to be placed into an object storeNick Thomas
2018-11-26Passing an argument to force an association to reload is now deprecatedJasper Maes
2018-11-12Fix MergeRequestService erroring out on deleted branchStan Hu
2018-11-07Allow getting all paths (old & new) involved in MRMark Chao
2018-11-02Optimize merge request refresh by using the database to check commit SHAsStan Hu
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-08-27Backport Repository#keep_around changes from EE to CEMichael Kozono
2018-08-02Merge branch 'frozen-string-enable-app-models' into 'master'Rémy Coutable
2018-08-01Only serializes diff files found by paths queryOswaldo Ferreira
2018-07-27Enable frozen string in app/models/*.rbgfyoung
2018-07-18Render MR page when no persisted diff_refs or diffs sizeOswaldo Ferreira
2018-06-25Delete non-latest merge request diff files upon diffs reloadOswaldo Ferreira
2018-04-25Cleanup after adding MR diff's commit_count (try 2)Jan Provaznik
2018-03-08Revert "Cleanup after adding MR diff's commit_count"Jan Provaznik
2018-03-05Cleanup after adding MR diff's commit_countJan Provaznik
2018-02-07Check for keep-around commits once if target and source projects are the sameAhmad Sherif
2018-01-12Display related merge requests in commit detail pageHiroyuki Sato
2018-01-10Denormalize commits count for merge request diffsJan Provaznik
2017-12-12Use memoization for commits on diffsZeger-Jan van de Weg
2017-11-28Remove serialised diff and commit columnsSean McGivern
2017-11-23Use latest_merge_request_diff associationSean McGivern
2017-11-16Optimise getting the pipeline status of commitsYorick Peterse
2017-11-02Set merge_request_diff_id on MR when creatingSean McGivern
2017-10-05Move `fetch_ref` from MergeRequestDiff#ensure_commit_shas to MergeRequestRémy Coutable
2017-10-05Keep only the changes that are known to work wellRémy Coutable
2017-10-05Fetch and map refs/pull to refs/merge-requests in the GH importJames Lopez
2017-08-08Refactor Gitlab::Git::Commit to include a repositoryAlejandro Rodríguez
2017-08-03Migrate MR commits and diffs to new tablesSean McGivern
2017-07-26Fix saving diffs that are not valid UTF-8Sean McGivern
2017-07-06Add table for merge request commitsSean McGivern
2017-07-06Rename ActiverecordSerialize copYorick Peterse
2017-06-16Add table for files in merge request diffsSean McGivern
2017-06-02Rename `Gitlab::Git::EncodingHelper` to `Gitlab::EncodingHelper`Bob Van Landuyt
2017-05-31Added Cop to blacklist the use of serializeYorick Peterse
2017-05-26Merge branch 'dm-diff-cleanup' into 'master'Robert Speicher
2017-05-24Add system note with link to diff comparison when MR discussion becomes outdatedDouwe Maan
2017-05-23Change code comment formattingDouwe Maan
2017-05-23Remove @commit in compare and MR controllersDouwe Maan
2017-05-23Pass fallback_diff_refs to Diff::File instead of using view helpersDouwe Maan
2017-04-25Show correct size when MR diff overflowsSean McGivern