-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'adam-separate-slash-commands' into 'master'
Display slash commands outcome when previewing Markdown Closes #21531 See merge request !10054
No related branches found
No related tags found
Pipeline #
Showing
- app/assets/javascripts/preview_markdown.js 40 additions, 8 deletionsapp/assets/javascripts/preview_markdown.js
- app/controllers/concerns/markdown_preview.rb 0 additions, 19 deletionsapp/controllers/concerns/markdown_preview.rb
- app/controllers/projects/wikis_controller.rb 8 additions, 5 deletionsapp/controllers/projects/wikis_controller.rb
- app/controllers/projects_controller.rb 9 additions, 2 deletionsapp/controllers/projects_controller.rb
- app/controllers/snippets_controller.rb 8 additions, 2 deletionsapp/controllers/snippets_controller.rb
- app/helpers/gitlab_routing_helper.rb 4 additions, 0 deletionsapp/helpers/gitlab_routing_helper.rb
- app/services/preview_markdown_service.rb 45 additions, 0 deletionsapp/services/preview_markdown_service.rb
- app/services/slash_commands/interpret_service.rb 166 additions, 46 deletionsapp/services/slash_commands/interpret_service.rb
- app/views/groups/milestones/new.html.haml 1 addition, 1 deletionapp/views/groups/milestones/new.html.haml
- app/views/layouts/project.html.haml 0 additions, 5 deletionsapp/views/layouts/project.html.haml
- app/views/projects/_md_preview.html.haml 5 additions, 2 deletionsapp/views/projects/_md_preview.html.haml
- app/views/projects/milestones/_form.html.haml 1 addition, 1 deletionapp/views/projects/milestones/_form.html.haml
- app/views/projects/notes/_edit_form.html.haml 1 addition, 1 deletionapp/views/projects/notes/_edit_form.html.haml
- app/views/projects/notes/_form.html.haml 5 additions, 1 deletionapp/views/projects/notes/_form.html.haml
- app/views/projects/notes/_notes_with_form.html.haml 1 addition, 1 deletionapp/views/projects/notes/_notes_with_form.html.haml
- app/views/projects/releases/edit.html.haml 1 addition, 1 deletionapp/views/projects/releases/edit.html.haml
- app/views/projects/tags/new.html.haml 1 addition, 1 deletionapp/views/projects/tags/new.html.haml
- app/views/projects/wikis/_form.html.haml 1 addition, 1 deletionapp/views/projects/wikis/_form.html.haml
- app/views/shared/issuable/_form.html.haml 1 addition, 1 deletionapp/views/shared/issuable/_form.html.haml
- app/views/shared/issuable/form/_description.html.haml 10 additions, 3 deletionsapp/views/shared/issuable/form/_description.html.haml
app/services/preview_markdown_service.rb
0 → 100644
Please register or sign in to comment