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 (Collapse)Author
2022-11-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-06-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-03-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-09-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-07-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-07-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-06-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-05-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-05-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-05-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-05-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-04-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-03-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-03-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-09-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-17Add 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-12-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-09Revert "Merge branch '65152-selective-highlight' into 'master'"Patrick Bajao
This reverts merge request !31361
2019-08-06Support selective highlighting of linesPatrick Bajao
Instead of highlighting all lines when not all of them are needed, only highlight specific lines. The `BlobPresenter#highlight` method has been updated to support `since` and `to` params. These params will be used to limit the content to be highlighted. Modify `Gitlab::Highlight` to support `since` param which will then be used to determine the starting line number.
2019-03-06Adds the Rubocop ReturnNil copAndrew Newdigate
This style change enforces `return if ...` instead of `return nil if ...` to save maintainers a few minor review points
2018-10-30Move :plain option to Highlight classMark Chao
This is to DRY the repeated file size check. Move spec and constants to Highlight
2018-10-30Make Highlight accept language paramMark Chao
This replaces the repository param. This allows more flexiblity as sometimes we have highlight content not related to repository. Sometimes we know ahead of time the language of the content. Lastly language determination seems better fit as a logic in the Blob class. `repository` param is only used to determine the language, which seems to be the responsiblity of Blob.
2018-10-22Enable frozen string for lib/gitlab/*.rbgfyoung
2018-09-03Fix syntax highlight taking too longMark Chao
Use Timeout to switch to plain rendering
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-08Use Diff::File blob methods from diff highlighterDouwe Maan
2017-06-07Blob#load_all_data! doesn’t need an argumentDouwe Maan
2017-05-10Autolink package names in GemfileDouwe Maan
2017-03-15Copy code as GFM from diffs, blobs and GFM code blocksDouwe Maan
2016-07-14use the proper variable names o_Ohttp://jneen.net/
2016-07-14style: factor out `@lexer` into a methodhttp://jneen.net/
2016-07-14fix Gitlab::Highlight#initializer bugs from rebasehttp://jneen.net/
2016-07-14use the local lexer variable to respect plain: ...http://jneen.net/
2016-07-14inline #rouge_formatterhttp://jneen.net/
2016-07-14use the new token_lines interface to format lineshttp://jneen.net/
2016-07-14kill the :cssclass optionhttp://jneen.net/
2016-07-14kill the nowrap optionhttp://jneen.net/
the <pre><code> wrapping is *always* used by the helper, and *never* by anywhere else, so pull the wrapping into the helper
2016-07-14the call site always specifies this optionhttp://jneen.net/
2016-07-14do this thing in a clearer wayhttp://jneen.net/
2016-06-28support cgi style options, such as erb?parent=jsonhttp://jneen.net/
2016-06-28make #custom_language privatehttp://jneen.net/
2016-06-28appease rubocophttp://jneen.net/
2016-06-28add custom highlighting via .gitattributeshttp://jneen.net/
paired with @stanhu
2016-04-28Properly handle bigger filesZeger-Jan van de Weg
2016-02-01Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into lazy-blobsJacob Vosmaer