Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adds Rubocop rule for line break around conditionals | 🙈 jacopo beschi 🙉 | 2018-01-11 | 1 | -0/+1 |
| | |||||
* | Merge branch 'ce-backport-3615' into 'master' | Sean McGivern | 2017-12-07 | 1 | -0/+2 |
|\ | | | | | | | | | Refactor banzai to support referencing from group context See merge request gitlab-org/gitlab-ce!15766 | ||||
| * | Refactor banzai to support referencing from group contextce-backport-3615 | Jarka Kadlecova | 2017-12-06 | 1 | -0/+2 |
| | | |||||
* | | show status of issue links in wiki page | haseeb | 2017-12-04 | 1 | -1/+7 |
|/ | |||||
* | Merge branch '39497-inline-edit-issue-on-mobile' into 'master' | Annabel Dunstone Gray | 2017-11-20 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Add inline editing to issues on mobile Closes #39497 See merge request gitlab-org/gitlab-ce!15438 | ||||
| * | Add inline editing to issues on mobile | Eric Eastwood | 2017-11-18 | 1 | -1/+1 |
| | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/39497 | ||||
* | | Adds Rubocop rule for line break after guard clause | Jacopo | 2017-11-16 | 1 | -0/+1 |
|/ | | | | Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses. | ||||
* | Resolve "DashboardController#activity.json is slow due to SQL" | Francisco Javier López | 2017-11-06 | 1 | -6/+14 |
| | |||||
* | Resolve "Editor icons" | Tim Zallmann | 2017-11-06 | 1 | -1/+1 |
| | |||||
* | Adds cacheless render to Banzai object render34509-improves-markdown-rendering-performance-for-commits-list | Tiago Botelho | 2017-09-06 | 1 | -12/+18 |
| | |||||
* | Fix ProjectCacheWorker for plain READMEs | Toon Claes | 2017-05-18 | 1 | -0/+3 |
| | | | | | | The ProjectCacheWorker refreshes cache periodically, but it runs outside Rails context. So include the ActionView helpers so the `content_tag` method is available. | ||||
* | Merge branch '27144-enforce-rubocop-trailing_commas-no_comma-style' into ↵ | Robert Speicher | 2017-05-10 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | 'master' Resolve "Use consistent style for trailing commas" Closes #27144 See merge request !11063 | ||||
| * | Enable the Style/TrailingCommaInLiteral cop | Rémy Coutable | 2017-05-10 | 1 | -1/+1 |
| | | | | | | | | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Merge branch 'bvl-security-9-1-markup-pipeline' | Robert Speicher | 2017-05-10 | 1 | -6/+6 |
|/ | | | | | | (security-9-1) Render asciidoc & other markup using banzai in a pipeline See merge request !2098 | ||||
* | Pull preserve into render helpers | Douwe Maan | 2017-04-28 | 1 | -8/+9 |
| | |||||
* | Avoid including the MarkupHelper | Toon Claes | 2017-04-27 | 1 | -0/+2 |
| | |||||
* | Add commit to the Banzai::post_process context | Toon Claes | 2017-04-27 | 1 | -2/+3 |
| | |||||
* | `markdown` helper is not used with pre-rendered content | Toon Claes | 2017-04-27 | 1 | -1/+1 |
| | |||||
* | Make the `_unsafe` methods private | Toon Claes | 2017-04-27 | 1 | -12/+12 |
| | |||||
* | Single quotes in MarkupHelper where possible | Toon Claes | 2017-04-27 | 1 | -9/+9 |
| | |||||
* | Refactor MarkupHelper | Douwe Maan | 2017-04-27 | 1 | -68/+48 |
| | |||||
* | Cache the rendered README, but post-process on show | Toon Claes | 2017-04-27 | 1 | -10/+30 |
| | | | | | | Because the post-processing of the rendered README is dependent on the context (i.e. the current user), do the post-processing when the README is being displayed. | ||||
* | Move some methods from ApplicationHelper to MarkupHelper | Toon Claes | 2017-04-27 | 1 | -0/+32 |
| | |||||
* | Rename GitlabMarkdownHelper -> MarkupHelper | Toon Claes | 2017-04-27 | 1 | -0/+211 |
It does more than solely GitLab Markdown, so rename to MarkupHelper. |