-
- Downloads
There was an error fetching the commit references. Please try again later.
Adds cacheless render to Banzai object render
Showing
- app/controllers/concerns/renders_commit_description.rb 0 additions, 7 deletionsapp/controllers/concerns/renders_commit_description.rb
- app/controllers/concerns/renders_commits.rb 7 additions, 0 deletionsapp/controllers/concerns/renders_commits.rb
- app/controllers/projects/commits_controller.rb 3 additions, 0 deletionsapp/controllers/projects/commits_controller.rb
- app/controllers/projects/compare_controller.rb 2 additions, 1 deletionapp/controllers/projects/compare_controller.rb
- app/controllers/projects/merge_requests/creations_controller.rb 2 additions, 1 deletion...ntrollers/projects/merge_requests/creations_controller.rb
- app/controllers/projects/merge_requests_controller.rb 2 additions, 1 deletionapp/controllers/projects/merge_requests_controller.rb
- app/controllers/search_controller.rb 7 additions, 0 deletionsapp/controllers/search_controller.rb
- app/helpers/markup_helper.rb 18 additions, 12 deletionsapp/helpers/markup_helper.rb
- app/models/commit.rb 9 additions, 0 deletionsapp/models/commit.rb
- app/views/projects/blame/show.html.haml 1 addition, 1 deletionapp/views/projects/blame/show.html.haml
- app/views/projects/branches/_commit.html.haml 1 addition, 1 deletionapp/views/projects/branches/_commit.html.haml
- app/views/projects/commits/_commit.html.haml 3 additions, 2 deletionsapp/views/projects/commits/_commit.html.haml
- app/views/projects/commits/_inline_commit.html.haml 1 addition, 1 deletionapp/views/projects/commits/_inline_commit.html.haml
- app/views/projects/deployments/_commit.html.haml 1 addition, 1 deletionapp/views/projects/deployments/_commit.html.haml
- app/views/projects/tree/_tree_commit_column.html.haml 1 addition, 1 deletionapp/views/projects/tree/_tree_commit_column.html.haml
- app/views/shared/notes/_note.html.haml 2 additions, 2 deletionsapp/views/shared/notes/_note.html.haml
- app/views/shared/projects/_project.html.haml 1 addition, 2 deletionsapp/views/shared/projects/_project.html.haml
- changelogs/unreleased/34509-improves-markdown-rendering-performance-for-commits-list.yml 5 additions, 0 deletions...roves-markdown-rendering-performance-for-commits-list.yml
- config/initializers/8_metrics.rb 0 additions, 3 deletionsconfig/initializers/8_metrics.rb
- lib/banzai/commit_description_renderer.rb 0 additions, 7 deletionslib/banzai/commit_description_renderer.rb
app/controllers/concerns/renders_commits.rb
0 → 100644
Please register or sign in to comment