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-08-18Merge branch '20454-edit-button-mr' into 'master' Douwe Maan
2016-08-18edit_blob_link can receive the blob to avoid access to the repositoryPaco Guzman
2016-08-17Fix email line-height in OutlookSean McGivern
2016-08-10Avoid commit lookup on diff_helperPaco Guzman
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-03Move to Gitlab::Diff::FileCollectionPaco Guzman
2016-08-03Cache highlighted diff lines for merge requestsPaco Guzman
2016-08-01Avoid line_code and position calculation on line partial for plain viewPaco Guzman
2016-07-30Improve diff performance by eliminating redundant checks for text blobsStan Hu
2016-07-29Bump gitlab_git to speedup DiffCollection iterationsPaco Guzman
2016-07-26Fix expand all diffs button in compare viewSean McGivern
2016-07-21Add Discussion model to represent MR/diff discussionDouwe Maan
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-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-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-07Remove duplication, unused methods, and some other style thingsDouwe Maan
2016-07-07Display new diff notes and allow creation through the web interfaceDouwe Maan
2016-07-07Extract parts of LegacyDiffNote into DiffOnNote concern and move part of resp...Douwe Maan
2016-07-07Style diff and blob file headers the same wayDouwe 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-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-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-05-21Merge branch 'adambutler/gitlab-ce-feature/support-diff-of-issue-title-rename'Douwe Maan
2016-05-18Create DiffFilter and change SystemNoteService#change_title to use Gitlab::Di...Adam Butler
2016-05-17Syntax-highlight diffs in push emailsSean McGivern
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