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-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-12Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan
2017-05-10Enable the Style/TrailingCommaInLiteral copRémy Coutable
2017-04-10Fix specsDouwe Maan
2017-04-05Correctly display multiple separate discussions on the same diff lineDouwe Maan
2017-01-12Show 'too many changes' message for merge requestFelipe Artur
2016-12-09Merge branch 'html-safe-diff-line-content' into 'security' Robert Speicher
2016-11-04Remove an extra leading space from diff contentHiroyuki Sato
2016-08-10Avoid commit lookup on diff_helperPaco Guzman
2016-08-04Add unfold links for Side-by-Side viewTim Masliuchenko
2016-08-03switch from diff_file_collection to diffsPaco Guzman
2016-08-03Move to Gitlab::Diff::FileCollectionPaco Guzman
2016-08-03Cache highlighted diff lines for merge requestsPaco Guzman
2016-07-29Merge branch 'rubocop/enable-access-modifiers-cops' into 'master' Robert Speicher
2016-07-21Add Discussion model to represent MR/diff discussionDouwe Maan
2016-07-19Fix some useless access modifiers in the codeGrzegorz Bizon
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-11Support renames in diff_for_path actionsSean McGivern
2016-07-08Make expand_all param more explicitSean McGivern
2016-07-08DRY up diff_for_path actionsSean McGivern
2016-07-08Allow expanding all diffs at onceSean McGivern
2016-07-08Ensure only renderable text diffs are collapsedSean McGivern
2016-07-08Disable overflow messagesSean McGivern
2016-07-08Collapse large diffs by defaultSean McGivern
2016-07-08Merge branch 'master' into faster-diffsDouwe Maan
2016-07-07Remove duplication, unused methods, and some other style thingsDouwe Maan
2016-07-07Extract parts of LegacyDiffNote into DiffOnNote concern and move part of resp...Douwe Maan
2016-07-07Add DiffFile#blob and #old_blobDouwe Maan
2016-07-07Represent DiffRefs as proper class instead of tuple arrayDouwe Maan
2016-07-06fix up testsLuke "Jared" Bennett
2016-06-10added whitespace toggle to diffs page and set it to return the project compar...Luke "Jared" Bennett
2016-05-30Enable Style/RedundantParentheses rubocop copGrzegorz Bizon
2016-05-18Create DiffFilter and change SystemNoteService#change_title to use Gitlab::Di...Adam Butler
2016-05-14Extract LegacyDiffNote out of NoteDouwe Maan
2016-04-26Allow to pass custom classes to buttonAlfredo Sumaran
2016-04-26Hide button on mobileAlfredo Sumaran
2016-04-26Syntax and code improvementsAlfredo Sumaran
2016-04-26Rename methodAlfredo Sumaran
2016-04-26Use new method hide_whitespaces?Alfredo Sumaran
2016-04-26Add Hide/show whitespace changes button on diff and commit viewAlfredo Sumaran
2016-04-15Always read diff_view setting from the cookieRobert Speicher
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-03-03Use Gitlab::Git::DiffCollectionsJacob Vosmaer
2016-02-20Fixes syntax errorAlfredo Sumaran
2016-02-20Make diff view name getter less error proneAlfredo Sumaran