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
2017-06-14Implement diff viewersDouwe Maan
2017-06-08Move diffable? method from Repository to Diff::FileDouwe Maan
2017-06-07Blob#load_all_data! doesn’t need an argumentDouwe Maan
2017-06-01Merge branch 'fix_diff_line_comments' into 'master'Sean McGivern
2017-05-31Fix: A diff comment on a change at last line of a file shows as two comments ...Valery Sizov
2017-05-30Consistent diff and blob size limit namesDouwe Maan
2017-05-23Pass fallback_diff_refs to Diff::File instead of using view helpersDouwe Maan
2017-05-23Clean up diff renderingDouwe Maan
2017-05-23Add question mark to Gitlab::Diff::File predicate methodsDouwe Maan
2017-05-10Remove unused toggle from diff discussion diff headersDouwe Maan
2017-05-03Allow commenting on older versions of the diff and comparisons between diff v...Douwe Maan
2017-04-27Use Blob methods instead of BlobHelper helpersDouwe Maan
2017-04-24Fix diffs with edit-forking needsEric Eastwood
2017-04-17Rephrase error message for a diff with a blob that’s too largeDouwe Maan
2017-04-08Link to outdated diff in older MR version from outdated diff discussionDouwe Maan
2017-04-05Correctly display multiple separate discussions on the same diff lineDouwe Maan
2017-03-28Fix link togglers jumping to topEric Eastwood
2017-03-16Fix specDouwe Maan
2017-03-13take nonewline context into account in diff parsermhasbini
2017-03-09Check was in wrong part, the avatar container class should always be added on...Phil Hughes
2017-03-09Fixed bugs with diff comment avatarsPhil Hughes
2017-03-08Added discussion comments avatars to diffPhil Hughes
2017-02-20Remove markup showing in tooltip for renamed files in diff viewSam Rose
2017-02-17prevent diff unfolding link from appearing for deleted filesMike Greiling
2017-02-17fix build failuresMike Greiling
2017-02-17only show diff unfolding link if there are more lines to showMike Greiling
2017-02-12Adds container to tooltip in order to make it work with overflow:hidden in pa...Filipa Lacerda
2017-02-09Align file header items while keeping collapse functionalityAnnabel Dunstone Gray
2017-02-09Use a new class to keep old behaviorFilipa Lacerda
2017-02-09Revert "Merge branch 'revert-a91ff32b' into 'master'"Filipa Lacerda
2017-02-07Address feedbackDouwe Maan
2017-02-07Add 'View on [env]' link to blobs and individual files in diffsDouwe Maan
2017-02-04Merge branch '26300-line-numbers-are-off-in-dynamically-loaded-diff-chunks' i...Jacob Schatz
2017-02-03Merge branch '26829-diff-unfolding-links-erroneously-present-on-no-newline-li...Jacob Schatz
2017-01-30unifies mr diff file button styleNur Rony
2017-01-25Merge branch '27021-line-numbers-now-in-copy-pasta-data' into 'master' Fatih Acet
2017-01-24HAMLLint: Fix `RubyComments` offencesKushal Pandya
2017-01-24HAMLLint: Fix `UnnecessaryStringOutput` offencesKushal Pandya
2017-01-24HAMLLint: Fix `UnnecessaryInterpolation` offencesKushal Pandya
2017-01-23Prevent copying of line numbers in parallel diff viewsamrose3
2017-01-21Revert "Merge branch '25709-diff-file-overflow' into 'master'"Jacob Schatz
2017-01-19Remove fixed class from file actionsAnnabel Dunstone Gray
2017-01-19Use flexbox instead of media queriesFilipa Lacerda
2017-01-19Fix haml linter errorsFilipa Lacerda
2017-01-19Adds tooltipsFilipa Lacerda
2017-01-19Responsive title in diffs inline, side by side, with and without sidebarFilipa Lacerda
2017-01-19prevent nonewline type diff lines from containing unfolding linkMike Greiling
2017-01-19ensure linenumber data attribute is correct for the last line in a diff chunkMike Greiling
2017-01-19ensure last line in diff block is contained within a table row elementMike Greiling
2017-01-17Merge branch 'issue_25017' into 'master' Sean McGivern