-
- Downloads
Merge branch '2954-api-expose-issue-user_notes_count' into 'master'
API: Expose Issue#user_notes_count and MergeRequest#user_notes_count _Originally opened at !2954 by @cnam812._ - - - Expose `Issue#user_notes_count` and `MergeRequest#user_notes_count` through the API. See merge request !3126
No related branches found
No related tags found
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/models/concerns/issuable.rb 4 additions, 0 deletionsapp/models/concerns/issuable.rb
- app/views/projects/issues/_issue.html.haml 4 additions, 10 deletionsapp/views/projects/issues/_issue.html.haml
- app/views/projects/merge_requests/_merge_request.html.haml 4 additions, 10 deletionsapp/views/projects/merge_requests/_merge_request.html.haml
- doc/api/issues.md 10 additions, 5 deletionsdoc/api/issues.md
- doc/api/merge_requests.md 15 additions, 7 deletionsdoc/api/merge_requests.md
- lib/api/entities.rb 2 additions, 2 deletionslib/api/entities.rb
- spec/requests/api/issues_spec.rb 21 additions, 0 deletionsspec/requests/api/issues_spec.rb
- spec/requests/api/merge_requests_spec.rb 28 additions, 0 deletionsspec/requests/api/merge_requests_spec.rb
Please register or sign in to comment