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-10-04Merge branch '51958-fix-mr-discussion-loading' into 'master'Phil Hughes
2018-10-01[master] Stored XSS in Gitlab Merge Request from imported repositoryFrancisco Javier López
2018-10-01Fix MR discussion not loaded issueMark Chao
2018-09-24Simplify by using Gitlab::SafeRequestStoreMichael Kozono
2018-09-19Use standalone diff stats RPC on every comparison viewOswaldo Ferreira
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-09-07Cache diff highlighting upon Merge Request creation (refactors diff caching)Oswaldo Ferreira
2018-08-31Use a serializer to render diff linesFelipe Artur
2018-08-28Include rich_text in diff cache keysSean McGivern
2018-08-21Escaped html charactersChantal Rollison
2018-07-09Resolve Naming/UncommunicativeMethodLin Jen-Shin
2018-07-05Merge branch 'issue_48474' into 'master'Sean McGivern
2018-07-04Render LegacyDiffNote when diff_file blob is nilFelipe Artur
2018-07-04Use serialize_keys as part of highlight diff cacheJan Provaznik
2018-06-28Don't add bottom 'match' line for deleted filesJan Provaznik
2018-06-21Changes tab VUE refactoringFelipe Artur
2018-06-05Adjust insufficient diff hunks being persisted on NoteDiffFileOswaldo Ferreira
2018-05-24Persist truncated note diffs on a new tableOswaldo Ferreira
2018-05-01Merge branch 'osw-use-cached-highlighted-content-for-discussions' into 'master'Douwe Maan
2018-05-01Merge request and commit discussions APIJan Provaznik
2018-05-01Use persisted diff data instead fetching Git on discussionsOswaldo Ferreira
2018-04-17Method to track recoverable exceptions in sentryBob Van Landuyt
2018-04-05Merge branch '42028-xss-diffs-10-6' into 'security-10-6'Douwe Maan
2018-03-16Ensure that we never assume old_blob or new_blob are nilSean McGivern
2018-03-15Only cache MR diffs for one weekSean McGivern
2018-03-15Only cache highlight results for latest MR diffsSean McGivern
2018-03-12Merge branch 'osw-stop-recalculating-merge-base-on-mr-loading' into 'master'Sean McGivern
2018-03-09Submit a single batch blob RPC to Gitaly per HTTP request when viewing diffsOswaldo Ferreira
2018-03-08Avoid re-fetching merge-base SHA from Gitaly unnecessarilyOswaldo Ferreira
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 🙉
2018-01-04Fix error when viewing diffs without blobsSean McGivern
2017-12-22Improve performance of DiffDiscussion#truncated_diff_lines and DiffNote#diff_...Douwe Maan
2017-12-07Merge branch 'fix_39233' into 'master'Sean McGivern
2017-12-07fix #39233 - 500 in merge requestMartin Nowak
2017-12-07add support for the commit reference filtermicael.bergeron
2017-11-21Batchload blobs for diff generationZeger-Jan van de Weg
2017-11-16Adds Rubocop rule for line break after guard clauseJacopo
2017-10-30Fix 500 error for old (somewhat) MRsAlexWayfer
2017-10-16Merge branch 'conflict-resolution-refactor' into 'master'Sean McGivern
2017-10-15Fix diff parser so it tolerates to diff special markers in the contentValery Sizov
2017-10-13Move line code generation into Gitlab::GitAlejandro Rodríguez
2017-10-13Create a Gitlab::Git submodule for conlict-related filesAlejandro Rodríguez
2017-10-13Move Gitlab::Diff::LineCode to module Gitlab::GitAlejandro Rodríguez
2017-10-07Commenting on image diffsFelipe Artur
2017-09-25Remove unnecessary commentsDouwe Maan
2017-09-25Properly compare diff refs and diff positions when shas are truncatedDouwe Maan
2017-09-21Migrate Gitlab::Git::Repository#diff to GitalyAhmad Sherif
2017-09-19Detect n+1 issues involving GitalyAndrew Newdigate
2017-09-12changed InlineDiffMarker to make it html_safe its outputmicael.bergeron