-
- Downloads
Fix the /projects/:id/repository/commits endpoint to handle dots in the ref...
Fix the /projects/:id/repository/commits endpoint to handle dots in the ref name when the project full path contains a `/`
Signed-off-by:
Rémy Coutable <remy@rymai.me>
Showing
- changelogs/unreleased/rc-fix-commits-api.yml 5 additions, 0 deletionschangelogs/unreleased/rc-fix-commits-api.yml
- lib/api/commits.rb 17 additions, 16 deletionslib/api/commits.rb
- spec/fixtures/api/schemas/public_api/v4/comment.json 21 additions, 0 deletionsspec/fixtures/api/schemas/public_api/v4/comment.json
- spec/fixtures/api/schemas/public_api/v4/commit/detail.json 16 additions, 0 deletionsspec/fixtures/api/schemas/public_api/v4/commit/detail.json
- spec/fixtures/api/schemas/public_api/v4/commit_note.json 19 additions, 0 deletionsspec/fixtures/api/schemas/public_api/v4/commit_note.json
- spec/fixtures/api/schemas/public_api/v4/commit_notes.json 4 additions, 0 deletionsspec/fixtures/api/schemas/public_api/v4/commit_notes.json
- spec/fixtures/api/schemas/public_api/v4/commit_stats.json 14 additions, 0 deletionsspec/fixtures/api/schemas/public_api/v4/commit_stats.json
- spec/fixtures/api/schemas/public_api/v4/commits.json 4 additions, 0 deletionsspec/fixtures/api/schemas/public_api/v4/commits.json
- spec/fixtures/api/schemas/public_api/v4/user/basic.json 15 additions, 0 deletionsspec/fixtures/api/schemas/public_api/v4/user/basic.json
- spec/requests/api/commits_spec.rb 477 additions, 157 deletionsspec/requests/api/commits_spec.rb
changelogs/unreleased/rc-fix-commits-api.yml
0 → 100644
This diff is collapsed.
Please register or sign in to comment