You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/templates
Terence Le Huu Phuong 141d52cc0f
Add API Endpoint for Branch Creation (#11607)
* [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>
4 years ago
..
admin Fix form action template substitutions on admin pages (#11519) 4 years ago
base When must change password only show Signout (#11600) 4 years ago
custom Add footer extra links template (#9576) 5 years ago
explore Do not show lock icon on repo list for public repos in private org (#11445) 4 years ago
mail Add push commits history comment on PR time-line (#11167) 4 years ago
org Add Organization Wide Labels (#10814) 4 years ago
pwa Move serviceworker to workbox and fix SSE interference (#11538) 4 years ago
repo Fix styling for PR merge section when no checks (#11609) 4 years ago
status Make error pages translatable (#11163) 4 years ago
swagger Add API Endpoint for Branch Creation (#11607) 4 years ago
user Fix repo-list private and total count bugs (#11500) 4 years ago
home.tmpl Add Octicon SVG spritemap (#10107) 4 years ago
install.tmpl Change default charset for MySQL on install to utf8mb4 (#10989) 4 years ago