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
2016-05-14Use `@diff_notes_disabled` instead of `@comments_allowed`Douwe Maan
2016-05-14Extract LegacyDiffNote out of NoteDouwe Maan
2016-04-29Support supressing text file diffs on the default branch with .gitattributesMatt Oakes
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-14Syntax & style updatesAnnabel Dunstone
2016-04-14Add line type conditional to diff line helperAnnabel Dunstone
2016-04-14Copying and pasting doesn't grab line numbers or +/-Annabel Dunstone
2016-04-14Diff viewer links to correct part of the filePhil Hughes
2016-04-08Diff touch upsAnnabel Dunstone
2016-04-08Diff design updatesAnnabel Dunstone
2016-04-08Update diff colors and iconsAnnabel Dunstone
2016-04-04Fix creation of merge requests for orphaned branchesStan Hu
2016-03-21Merge branch 'change_css_class_has_tooltip_to_has-tooltip' into 'master' Jacob Schatz
2016-03-21Merge branch 'backport-ee-premailer' into 'master' Rémy Coutable
2016-03-20change the css class has_tooltip to has-tooltip universallyArinde Eniola
2016-03-19Fix bug where wrong commit ID was being used in a merge request diff to show ...Stan Hu
2016-03-19Move diff line to separate partialDouwe Maan
2016-03-18Show a notice for diffs that are too largeYorick Peterse
2016-03-03Use Gitlab::Git::DiffCollectionsJacob Vosmaer
2016-02-29Changed too many changes buttons to whitePhil Hughes
2016-02-19Emoji reponses on diffs aren't award emojiZeger-Jan van de Weg
2016-02-17Fixes requested by RémyJacob Vosmaer
2016-02-16Use /raw/ requests for image diffsJacob Vosmaer
2016-02-16Eager-load image blob data in diffsRémy Coutable
2016-01-29Mark inline difference between old and new paths when a file is renamedDouwe Maan
2016-01-22Merge branch 'fix-mr-diff-edit-button' into 'master' Robert Speicher
2016-01-22Merge branch 'fix-diff-comments' into 'master' Robert Speicher
2016-01-22Restore diff commentsDouwe Maan
2016-01-22Fix MR diff 'Edit' buttonDouwe Maan
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-15Merge branch 'master' into issue_3945Rubén Dávila
2016-01-15More refactoring from last code review. #3945Rubén Dávila
2016-01-15Add inline diff markers in highlighted diffs.Douwe Maan
2016-01-14Refactor parallel_diff generation a bit.Douwe Maan
2016-01-14Update files/diffs to match new layoutDmitriy Zaporozhets
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-12Make diff_line_content helper return a safe String. #3945Rubén Dávila
2016-01-09Fix broken specs. #3945Rubén Dávila
2016-01-08Change strategy to highlight diffs. #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-31Fix broken spec and small refactor. #3945Rubén Dávila
2015-12-30New implementation for highlighting diff files. #3945Rubén Dávila