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
2019-06-14Add basic support for AsciiDoc include directiveGuillaume Grossetie
2019-04-29Fix slow performance with compiling HAML templatesStan Hu
2019-04-24Resolve "Merge Request Popover is not working on the To Do page"Sam Bigelow
2019-04-12Remove rails-deprecated_sanitizer dependencyDmitriy Zaporozhets
2019-03-06Adds the Rubocop ReturnNil copAndrew Newdigate
2019-02-04Remove Redcarpet markdown engineJan Provaznik
2018-09-13Remove images in 'first_line_in_markdown'Brett Walker
2018-09-07Enable frozen string for app/helpers/**/*.rbgfyoung
2018-09-05added feature flag 'commonmark_for_repositories'Brett Walker
2018-09-05move logic into legacy_render_context helper methodBrett Walker
2018-09-05render using RedCarpet if legacy_render parameter is setBrett Walker
2018-09-05Enable CommonMark for files and wikisBrett Walker
2018-07-06Use proper markdown rendering for previewsBrett Walker
2018-04-11Support Markdown rendering using multiple projectsYorick Peterse
2018-01-11Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉
2017-12-07Merge branch 'ce-backport-3615' into 'master'Sean McGivern
2017-12-06Refactor banzai to support referencing from group contextJarka Kadlecova
2017-12-04show status of issue links in wiki pagehaseeb
2017-11-20Merge branch '39497-inline-edit-issue-on-mobile' into 'master'Annabel Dunstone Gray
2017-11-19Add inline editing to issues on mobileEric Eastwood
2017-11-16Adds Rubocop rule for line break after guard clauseJacopo
2017-11-06Resolve "DashboardController#activity.json is slow due to SQL"Francisco Javier López
2017-11-06Resolve "Editor icons"Tim Zallmann
2017-09-06Adds cacheless render to Banzai object renderTiago Botelho
2017-05-18Fix ProjectCacheWorker for plain READMEsToon Claes
2017-05-11Merge branch '27144-enforce-rubocop-trailing_commas-no_comma-style' into 'mas...Robert Speicher
2017-05-10Enable the Style/TrailingCommaInLiteral copRémy Coutable
2017-05-10Merge branch 'bvl-security-9-1-markup-pipeline'Robert Speicher
2017-04-28Pull preserve into render helpersDouwe Maan
2017-04-27Avoid including the MarkupHelperToon Claes
2017-04-27Add commit to the Banzai::post_process contextToon Claes
2017-04-27`markdown` helper is not used with pre-rendered contentToon Claes
2017-04-27Make the `_unsafe` methods privateToon Claes
2017-04-27Single quotes in MarkupHelper where possibleToon Claes
2017-04-27Refactor MarkupHelperDouwe Maan
2017-04-27Cache the rendered README, but post-process on showToon Claes
2017-04-27Move some methods from ApplicationHelper to MarkupHelperToon Claes
2017-04-27Rename GitlabMarkdownHelper -> MarkupHelperToon Claes