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
2021-06-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-05-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-04-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-03-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-03-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-03-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-03-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-02-01Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-09-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-16Add latest changes from gitlab-org/gitlab@masterogolowinski-master-patch-80898GitLab Bot
2019-12-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2018-11-07Enable even more frozen string in lib/gitlabgfyoung
2018-10-30Make Highlight accept language paramMark Chao
2018-10-01[master] Stored XSS in Gitlab Merge Request from imported repositoryFrancisco Javier López
2018-08-21Escaped html charactersChantal Rollison
2018-04-17Method to track recoverable exceptions in sentryBob Van Landuyt
2018-02-22Fix 500 error when diff context line has broken encodingSean McGivern
2018-01-11Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉
2017-06-08Use Diff::File blob methods from diff highlighterDouwe Maan
2017-05-23Rename Diff::File {old,new}_ref to {old,new}_shaDouwe Maan
2017-02-23Enable Performance/RedundantMatchDouwe Maan
2016-08-03Cache highlighted diff lines for merge requestsPaco Guzman
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-07Represent DiffRefs as proper class instead of tuple arrayDouwe Maan
2016-01-29Mark inline difference between old and new paths when a file is renamedDouwe Maan
2016-01-22Merge branch 'fix-diff-comments' into 'master' Robert Speicher
2016-01-22Restore diff commentsDouwe Maan
2016-01-22FixDouwe Maan
2016-01-22Make sure non-highlighted diffs are still escapedDouwe Maan
2016-01-20Properly highlight lines around '\ No newline at end of file'Douwe Maan
2016-01-20Save and use actual diff base commit for MR diff highlightingDouwe Maan
2016-01-15Move inline diff marker logic to its own classDouwe Maan
2016-01-15Move inline diff logic to its own classDouwe Maan
2016-01-15Method was movedDouwe Maan
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 highlighting linesDouwe Maan
2016-01-14Remove duplication around highlighting.Douwe Maan
2016-01-14Use #sub instead of #gsub!. #3945Rubén Dávila
2016-01-13Little refactor for usage of html_safe. #3945Rubén Dávila
2016-01-13Fix broken specs. #3945Rubén Dávila
2016-01-13Remove no longer required code. #3945Rubén Dávila
2016-01-12Small fixes from code review. #3945Rubén Dávila
2016-01-09Fix broken spec for submodule commit. #3945Rubén Dávila
2016-01-09Fix broken specs. #3945Rubén Dávila
2016-01-08Remove custom Lexer. #3945 [ci skip]Rubén Dávila
2016-01-08Change strategy to highlight diffs. #3945Rubén Dávila
2015-12-31Apply syntax highlighting when expanding diff plus some refactor. #3945Rubén Dávila