gitea/models/git
Cheng 9de443ced2
chore: use errors.New to replace fmt.Errorf with no parameters will much better ()
use errors.New to replace fmt.Errorf with no parameters will much better
..
branch.go Fix rename branch 500 when the target branch is deleted but exist in database ()
branch_list.go Add container.FilterSlice function ()
branch_test.go Start to migrate from `util.OptionalBool` to `optional.Option[bool]` ()
commit_status.go Add commit status summary table to reduce query from commit status table ()
commit_status_summary.go Fix commitstatus summary ()
commit_status_test.go Add testing for CalcCommitStatus ()
lfs.go Remove GetByBean method because sometimes it's danger when query condition parameter is zero and also introduce new generic methods ()
lfs_lock.go chore: use errors.New to replace fmt.Errorf with no parameters will much better ()
main_test.go make writing main test easier ()
protected_banch_list_test.go Fix branch protection priority ()
protected_branch.go Add branch protection setting for ignoring stale approvals ()
protected_branch_list.go Start to migrate from `util.OptionalBool` to `optional.Option[bool]` ()
protected_branch_test.go Supports wildcard protected branch ()
protected_tag.go Refactor some legacy code and remove unused code ()
protected_tag_test.go Implement FSFE REUSE for golang files ()