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
2018-09-01Correct remaining `Lint/UselessAssignment` haml-lint violationsRobert Speicher
2018-08-21Escaped html charactersChantal Rollison
2017-10-02Only copy old/new code when selecting left/right side of parallel diffDouwe Maan
2017-06-29Render add-diff-note button with server.Bryce Johnson
2017-05-23Add question mark to Gitlab::Diff::File predicate methodsDouwe 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-13take nonewline context into account in diff parsermhasbini
2017-03-09Fixed bugs with diff comment avatarsPhil Hughes
2017-03-08Added discussion comments avatars to diffPhil Hughes
2017-02-17prevent diff unfolding link from appearing for deleted filesMike Greiling
2017-02-17only show diff unfolding link if there are more lines to showMike Greiling
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-23Prevent copying of line numbers in parallel diff viewsamrose3
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
2016-12-31HAMLLint: Fix `SpaceInsideHashAttributes` offencesKushal Pandya
2016-12-31HAMLLint: Fix `ImplicitDiv` offencesKushal Pandya
2016-10-26Fix horizontal padding for highlight blocksLuke Bennett
2016-08-04Add unfold links for Side-by-Side viewTim Masliuchenko
2016-07-21Add Discussion model to represent MR/diff discussionDouwe Maan
2016-07-08Registered FilesCommentButton as a jQuery plugin and made review changesLuke "Jared" Bennett
2016-07-08Merge branch 'master' into faster-diffsDouwe Maan
2016-07-07Use HAML class syntax in diff line partialsDouwe Maan
2016-07-07Display new diff notes and allow creation through the web interfaceDouwe Maan
2016-07-06Simplify HAML code using unless condition and nestingPaco Guzman
2016-07-06Moving up common html data attributesPaco Guzman
2016-07-06Diffs will create button/diff form on demand no on server sideJacob Schatz
2016-05-14Use `@diff_notes_disabled` instead of `@comments_allowed`Douwe Maan
2016-05-14Extract LegacyDiffNote out of NoteDouwe Maan
2016-04-14Diff viewer links to correct part of the filePhil Hughes
2016-01-21Use consistent markup and styling for highlighting across blobs, diffs, blame...Douwe Maan
2016-01-20Properly highlight lines around '\ No newline at end of file'Douwe Maan
2016-01-20Move parallel diff logic to separate classDouwe Maan
2016-01-15Add inline diff markers in highlighted diffs.Douwe Maan
2016-01-14Refactor parallel_diff generation a bit.Douwe Maan
2016-01-13Little refactor for usage of html_safe. #3945Rubén Dávila
2016-01-13Use html_safe instead of raw. #3945Rubén Dávila
2016-01-09Fix broken specs. #3945Rubén Dávila
2016-01-07Add some styling for syntax highlighting themes. #3945Rubén Dávila
2016-01-07Force white theme when viewing diffs. #3945Rubén Dávila
2016-01-07Use #html_safe instead of #raw in some diff views. #3945Rubén Dávila
2015-12-30New implementation for highlighting diff files. #3945Rubén Dávila
2015-12-29Add syntax highlighting to diff view. #3945Rubén Dávila
2015-06-26Rename abilities to correspond contoller/model action namesDmitriy Zaporozhets
2015-06-16Support commenting on a diff in side-by-side viewStan Hu
2014-09-12Move organizing of comments to helper.Marin Jankovski
2014-09-12Remove unecesarry array operations.Marin Jankovski