-
- Downloads
Refactor and expose only Gitlab::UrlBuilder.build(record)
Signed-off-by:
Rémy Coutable <remy@rymai.me>
Showing
- app/models/commit.rb 1 addition, 5 deletionsapp/models/commit.rb
- app/services/issues/base_service.rb 1 addition, 1 deletionapp/services/issues/base_service.rb
- app/services/merge_requests/base_service.rb 1 addition, 2 deletionsapp/services/merge_requests/base_service.rb
- app/views/search/results/_note.html.haml 1 addition, 1 deletionapp/views/search/results/_note.html.haml
- lib/gitlab/note_data_builder.rb 1 addition, 2 deletionslib/gitlab/note_data_builder.rb
- lib/gitlab/url_builder.rb 41 additions, 33 deletionslib/gitlab/url_builder.rb
- spec/factories/commits.rb 12 additions, 0 deletionsspec/factories/commits.rb
- spec/lib/gitlab/note_data_builder_spec.rb 1 addition, 2 deletionsspec/lib/gitlab/note_data_builder_spec.rb
- spec/lib/gitlab/url_builder_spec.rb 88 additions, 55 deletionsspec/lib/gitlab/url_builder_spec.rb
spec/factories/commits.rb
0 → 100644
Please register or sign in to comment