-
- Downloads
Cache highlighted diff lines for merge requests
Introducing the concept of SafeDiffs which relates diffs with UI highlighting.
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/controllers/concerns/diff_for_path.rb 3 additions, 3 deletionsapp/controllers/concerns/diff_for_path.rb
- app/controllers/projects/commit_controller.rb 2 additions, 2 deletionsapp/controllers/projects/commit_controller.rb
- app/controllers/projects/compare_controller.rb 3 additions, 3 deletionsapp/controllers/projects/compare_controller.rb
- app/controllers/projects/merge_requests_controller.rb 7 additions, 3 deletionsapp/controllers/projects/merge_requests_controller.rb
- app/helpers/commits_helper.rb 2 additions, 2 deletionsapp/helpers/commits_helper.rb
- app/helpers/diff_helper.rb 5 additions, 6 deletionsapp/helpers/diff_helper.rb
- app/models/merge_request.rb 2 additions, 0 deletionsapp/models/merge_request.rb
- app/models/safe_diffs.rb 5 additions, 0 deletionsapp/models/safe_diffs.rb
- app/models/safe_diffs/base.rb 55 additions, 0 deletionsapp/models/safe_diffs/base.rb
- app/models/safe_diffs/commit.rb 10 additions, 0 deletionsapp/models/safe_diffs/commit.rb
- app/models/safe_diffs/compare.rb 10 additions, 0 deletionsapp/models/safe_diffs/compare.rb
- app/models/safe_diffs/merge_request.rb 52 additions, 0 deletionsapp/models/safe_diffs/merge_request.rb
- app/services/merge_requests/merge_request_diff_cache_service.rb 8 additions, 0 deletions...rvices/merge_requests/merge_request_diff_cache_service.rb
- app/views/notify/repository_push_email.html.haml 1 addition, 1 deletionapp/views/notify/repository_push_email.html.haml
- app/views/projects/commit/show.html.haml 1 addition, 1 deletionapp/views/projects/commit/show.html.haml
- app/views/projects/compare/show.html.haml 1 addition, 1 deletionapp/views/projects/compare/show.html.haml
- app/views/projects/diffs/_diffs.html.haml 0 additions, 2 deletionsapp/views/projects/diffs/_diffs.html.haml
- app/views/projects/diffs/_file.html.haml 2 additions, 2 deletionsapp/views/projects/diffs/_file.html.haml
- app/views/projects/diffs/_text_file.html.haml 1 addition, 1 deletionapp/views/projects/diffs/_text_file.html.haml
app/models/safe_diffs.rb
0 → 100644
app/models/safe_diffs/base.rb
0 → 100644
app/models/safe_diffs/commit.rb
0 → 100644
app/models/safe_diffs/compare.rb
0 → 100644
app/models/safe_diffs/merge_request.rb
0 → 100644
Please register or sign in to comment