Standardize branch name params as `branch` on V4 API
This MR enforces the pattern of using branch
instead branch_name
on our V4 API params.
Changed endpoints:
POST :id/repository/branches
POST :id/repository/commits
-
:id/repository/files
CRUD endpoints
-
Changelog entry added -
Documentation created/updated -
API support added - Tests
-
Added for this feature/bug -
All builds are passing
-
-
Conform by the merge request performance guides -
Conform by the style guides -
Branch has no merge conflicts with master
(if it does - rebase it please) -
Squashed related commits together
What are the relevant issue numbers?
Closes #22132 (closed)
EE-backport: gitlab-ee!1276
Merge request reports
Activity
marked the task Changelog entry added as completed
marked the task Documentation created/updated as completed
marked the task Conform by the merge request performance guides as completed
marked the task Conform by the style guides as completed
marked the task Squashed related commits together as completed
added 186 commits
-
0a3b78ec...52ea5051 - 177 commits from branch
master
- f5a19fbe - Remain V3 branches endpoints unchanged
- b8b8c282 - Rename branch_name param to branch on POST ../repository/branches
- 10a88206 - Remain V3 commits endpoints unchanged
- 05f282e6 - Change param branch_name to branch on POST :id/repository/commits
- 95e4c9c1 - Remain V3 files endpoints unchanged
- 334d5a17 - Rename branch_name param to branch on :id/repository/files CRUD
- cdfdd501 - Add changelog
- 7c28cf65 - Return branch instead branch_name on delete response to "id/repository/branches/:branch"
- a4961197 - Update docs
Toggle commit list-
0a3b78ec...52ea5051 - 177 commits from branch
changed milestone to %8.17
added 686 commits
-
e403125b...40704daa - 677 commits from branch
master
- c43ad815 - Remain V3 branches endpoints unchanged
- 1b9653db - Rename branch_name param to branch on POST ../repository/branches
- 93001800 - Remain V3 commits endpoints unchanged
- 38772606 - Change param branch_name to branch on POST :id/repository/commits
- 329b3d36 - Remain V3 files endpoints unchanged
- c8e25ce3 - Rename branch_name param to branch on :id/repository/files CRUD
- ff6f9f3a - Add changelog
- 147c0cbf - Return branch instead branch_name on delete response to "id/repository/branches/:branch"
- 0a289c0e - Update docs
Toggle commit list-
e403125b...40704daa - 677 commits from branch
added 789 commits
-
0a289c0e...74f211f0 - 788 commits from branch
master
- 12ec24cb - Change branch_name param to branch throughout V4 API
-
0a289c0e...74f211f0 - 788 commits from branch
added 1 commit
- bcf20b74 - Change branch_name param to branch throughout V4 API
changed milestone to %9.0
Please register or sign in to reply