-
- Downloads
There was an error fetching the commit references. Please try again later.
Fix the /projects/:id/repository/branches endpoint to handle dots in the...
Fix the /projects/:id/repository/branches endpoint to handle dots in the branch name when the project full patch contains a `/`
Signed-off-by:
Rémy Coutable <remy@rymai.me>
Showing
- changelogs/unreleased/rc-fix-branches-api-endpoint.yml 5 additions, 0 deletionschangelogs/unreleased/rc-fix-branches-api-endpoint.yml
- doc/api/README.md 12 additions, 1 deletiondoc/api/README.md
- lib/api/branches.rb 7 additions, 7 deletionslib/api/branches.rb
- spec/fixtures/api/schemas/public_api/v4/branch.json 20 additions, 0 deletionsspec/fixtures/api/schemas/public_api/v4/branch.json
- spec/fixtures/api/schemas/public_api/v4/branches.json 4 additions, 0 deletionsspec/fixtures/api/schemas/public_api/v4/branches.json
- spec/fixtures/api/schemas/public_api/v4/commit/basic.json 37 additions, 0 deletionsspec/fixtures/api/schemas/public_api/v4/commit/basic.json
- spec/requests/api/branches_spec.rb 301 additions, 207 deletionsspec/requests/api/branches_spec.rb
- spec/requests/api/groups_spec.rb 1 addition, 1 deletionspec/requests/api/groups_spec.rb
- spec/requests/api/projects_spec.rb 1 addition, 1 deletionspec/requests/api/projects_spec.rb
- spec/requests/api/v3/groups_spec.rb 1 addition, 1 deletionspec/requests/api/v3/groups_spec.rb
- spec/requests/api/v3/projects_spec.rb 1 addition, 1 deletionspec/requests/api/v3/projects_spec.rb
- spec/support/api/schema_matcher.rb 8 additions, 1 deletionspec/support/api/schema_matcher.rb
- spec/support/shared_examples/requests/api/status_shared_examples.rb 3 additions, 3 deletions...rt/shared_examples/requests/api/status_shared_examples.rb
This diff is collapsed.
Please register or sign in to comment