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-02-06Correct file-header spacing on compare pageSam Bigelow
2018-11-27Fixed UI bugs with sticky diff headerPhil Hughes
2018-11-20Externalize strings from `/app/views/projects/diffs`George Tsiolis
2018-05-25Fix hide whitespace changes buttonClement Ho
2018-05-10Rename btn-secondary to btn-defaultAnnabel Dunstone Gray
2018-05-09Fix broken layout on compare branches pageAnnabel Dunstone Gray
2018-05-08Merge branch 'master' into bootstrap4Clement Ho
2018-04-28[Rails5] Use `safe_params` instead of `params` in `url_for` helpersblackst0ne
2018-04-18Fix diff stats sticky barClement Ho
2018-04-10[skip ci] Replace hidden-xsClement Ho
2018-04-10[skip ci] Replace hidden-smClement Ho
2018-04-09Rename .btn-default to .btn-secondaryClement Ho
2017-08-15Fixed changed files dropdown not being shownPhil Hughes
2017-08-09Fix the sticky changes bar on commits pagePhil Hughes
2017-08-08Fixed merge request changes sticky container not spreading full widthPhil Hughes
2017-08-03fixed haml lintPhil Hughes
2017-06-29Split up MergeRequestsControllerDouwe Maan
2017-05-30Consistent diff and blob size limit namesDouwe Maan
2017-05-23Clean up diff renderingDouwe Maan
2017-04-27Use Blob methods instead of BlobHelper helpersDouwe Maan
2017-02-07Add 'View on [env]' link to blobs and individual files in diffsDouwe Maan
2017-01-12Show 'too many changes' message for merge requestFelipe Artur
2016-11-15Unify anchor link format for MR diff files !7298Yar
2016-10-06MergeRequest new form load diff asynchronouslyPaco Guzman
2016-09-20ensure the 'fixed layout' preference is honored whenever possibleMike Greiling
2016-08-05Merge branch 'side-by-side-unfold' into 'master' Douwe Maan
2016-08-04Add unfold links for Side-by-Side viewTim Masliuchenko
2016-08-04Fix Mystery GuestHerminio Torres
2016-08-03switch from diff_file_collection to diffsPaco Guzman
2016-08-03Introduce Compare model in the codebase.Paco Guzman
2016-08-03Cache highlighted diff lines for merge requestsPaco Guzman
2016-07-26Fix expand all diffs button in compare viewSean McGivern
2016-07-18Collapsed diffs lines/size don't accumulate to overflow diffs.Paco Guzman
2016-07-12Merge branch 'master' into faster-diffsJacob Schatz
2016-07-08Make expand_all param more explicitSean McGivern
2016-07-08Allow expanding all diffs at onceSean McGivern
2016-07-08Merge branch 'master' into faster-diffsDouwe Maan
2016-07-07Remove duplication, unused methods, and some other style thingsDouwe Maan
2016-07-07Add DiffFile#blob and #old_blobDouwe Maan
2016-07-07Represent DiffRefs as proper class instead of tuple arrayDouwe Maan
2016-07-06review changesLuke "Jared" Bennett
2016-07-06Diffs will create button/diff form on demand no on server sideJacob Schatz
2016-06-16Merge branch 'toggle-whitespace-button-for-compare-page' into 'master' Jacob Schatz
2016-06-12Fix Error 500 when viewing a blob with binary characters after the 1024-byte ...Stan Hu
2016-06-10added whitespace toggle to diffs page and set it to return the project compar...Luke "Jared" Bennett
2016-04-26Hide button on mobileAlfredo Sumaran
2016-04-26Update syntaxAlfredo Sumaran
2016-04-26Hide whitespace toggle button for new merge requestsAlfredo Sumaran
2016-04-26Add Hide/show whitespace changes button on diff and commit viewAlfredo Sumaran
2016-04-08Diff touch upsAnnabel Dunstone