aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/branch.go
Commit message (Expand)AuthorAgeFilesLines
* enforce nolint scope (#34851)TheFox0x72025-06-271-4/+4
* Add ff_only parameter to POST /repos/{owner}/{repo}/merge-upstream (#34770)Dan Čermák2025-06-191-1/+1
* Refactor Branch struct in package modules/git (#33980)Lunny Xiao2025-04-021-17/+10
* Enable addtional linters (#34085)TheFox0x72025-04-011-3/+2
* Move git references checking to gitrepo packages to reduce expose of reposito...Lunny Xiao2025-03-151-2/+2
* Refactor: move part of updating protected branch logic to service layer (#33742)Lunny Xiao2025-03-051-37/+1
* Refactor error system (#33626)wxiaoguang2025-02-171-59/+59
* Refactor error system (#33610)wxiaoguang2025-02-161-103/+103
* Only allow admins to rename default/protected branches (#33276)Kemal Zebari2025-01-151-1/+9
* Fix sync fork for consistency (#33147)Chai-Shi2025-01-101-0/+45
* Automerge supports deleting branch automatically after merging (#32343)Lunny Xiao2025-01-101-1/+1
* [Feature] Private README.md for organization (#32872)Chai-Shi2024-12-311-2/+2
* Clarify path param naming (#32969)wxiaoguang2024-12-241-3/+3
* Refactor request context (#32956)wxiaoguang2024-12-241-10/+2
* Move some errors to their own sub packages (#32880)Lunny Xiao2024-12-201-2/+2
* Implement update branch API (#32433)Kemal Zebari2024-12-121-0/+71
* Fix delete branch perm checking (#32654)Lunny Xiao2024-12-041-5/+0
* Add priority to protected branch (#32286)65432024-11-271-4/+52
* Remove duplicate empty repo check in delete branch API (#32569)Kemal Zebari2024-11-201-5/+0
* Make admins adhere to branch protection rules (#32248)Tim2024-10-231-0/+5
* Allow force push to protected branches (#28086)Henry Goodman2024-07-051-6/+76
* Refactor names (#31405)wxiaoguang2024-06-191-5/+5
* Fix branch_protection api shows users/teams who has no readAccess (#30291)Edward Zhang2024-04-171-4/+4
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329)65432024-02-231-3/+3
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-2/+3
* Add branch protection setting for ignoring stale approvals (#28498)Jimmy Praet2024-01-151-0/+5
* Second part of refactor `db.Find` (#28194)Lunny Xiao2023-12-111-3/+4
* Also sync DB branches on push if necessary (#28361)Lunny Xiao2023-12-091-3/+2
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-6/+6
* Updates to the API for archived repos (#27149)JakobDev2023-09-211-16/+9
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-4/+4
* PATCH branch-protection updates check list even when checks are disabled (#26...Infinoid2023-08-241-1/+2
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-221-4/+4
* Fix bug of branches API with tests (#25578)Lunny Xiao2023-07-011-2/+35
* Sync branches into databases (#22743)Lunny Xiao2023-06-291-17/+66
* Create a branch directly from commit on the create branch API (#22956)来自村里的小螃蟹2023-05-091-4/+28
* Fix protected branch for API (#24013)Lunny Xiao2023-04-091-4/+8
* Use context parameter in services/repository (#23186)Jason Song2023-02-281-1/+1
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-3/+3
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-161-26/+99
* Use context parameter in models/git (#22367)Jason Song2023-01-091-2/+2
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* Fix ListBranches to handle empty case (#21921)Lunny Xiao2022-12-041-26/+34
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-6/+6
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-14/+15
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-9/+9
* Don't error when branch's commit doesn't exist (#19547)Gusted2022-04-291-2/+8
* more context for models (#19511)65432022-04-281-2/+2