gitea/modules/structs
Terence Le Huu Phuong 141d52cc0f
Add API Endpoint for Branch Creation ()
* [FEATURE] [API] Add Endpoint for Branch Creation

Issue: https://github.com/go-gitea/gitea/issues/11376

This commit introduces an API endpoint for branch creation.

The added route is POST /repos/{owner}/{repo}/branches.
A JSON with the name of the new branch and the name of the old branch is
required as parameters.

Signed-off-by: Terence Le Huu Phuong <terence@qwasar.io>

* Put all the logic into CreateBranch and removed CreateRepoBranch

* - Added the error ErrBranchDoesNotExist in error.go
- Made the CreateNewBranch function return an errBranchDoesNotExist error
when the OldBranch does not exist
- Made the CreateBranch API function checks that the repository is not
empty and that branch exists.

* - Added a resetFixtures helper function in integration_test.go to
fine-tune test env resetting
- Added api test for CreateBranch
- Used resetFixture instead of the more general prepareTestEnv in the
repo_branch_test CreateBranch tests

* Moved the resetFixtures call inside the loop for APICreateBranch function

* Put the prepareTestEnv back in repo_branch_test

* fix import order/sort api branch test

Co-authored-by: zeripath <art27@cantab.net>
..
admin_user.go
attachment.go Fix wrong hint when status checking is running on pull request view ()
commit_status.go Fix wrong hint when status checking is running on pull request view ()
doc.go
fork.go
git_blob.go
git_hook.go
hook.go Granular webhook events ()
issue.go [API] expose RepoOwner on Issue responce ()
issue_comment.go Display original author and URL information when showing migrated issues/comments ()
issue_label.go [API] Fix inconsistent label color format ()
issue_milestone.go
issue_reaction.go [API] Fix 9544 | return 200 when reaction already exist ()
issue_stopwatch.go [API] extend StopWatch ()
issue_tracked_time.go [API] Extend times API ()
lfs_lock.go
miscellaneous.go API method to list all commits of a repository ()
notifications.go [API] add endpoint to check notifications [Extend ] ()
org.go Add teams to repo on collaboration page. ()
org_member.go
org_team.go [API] orgEditTeam make Fields optional ()
org_type.go Fixes - API Org Visibility ()
pull.go Fix API deadline removal ()
pull_review.go API: Add pull review endpoints ()
release.go Add single release page and latest redirect ()
repo.go Add API Endpoint for Branch Creation ()
repo_branch.go Prevent merge of outdated PRs on protected branches ()
repo_collaborator.go
repo_commit.go [API] Extend contents with dates ()
repo_file.go [API] Extend contents with dates ()
repo_key.go
repo_refs.go
repo_tag.go Fixes - Adds the /git/tags API endpoint ()
repo_topic.go Add API endpoint for accessing repo topics ()
repo_tree.go
repo_watch.go
status.go
task.go Move migrating repository from frontend to backend ()
user.go Add LastLogin to the User API ()
user_app.go Remove Unused Functions ()
user_email.go
user_gpgkey.go
user_key.go