gitea/models/git
mzroot d4e4226c3c
Add tag protection via rest api ()
Add tag protection manage via rest API.

---------

Co-authored-by: Alexander Kogay <kogay.a@citilink.ru>
Co-authored-by: Giteabot <teabot@gitea.io>
..
branch.go Fix wrong display of recently pushed notification ()
branch_list.go Fix branch order ()
branch_test.go Start to migrate from `util.OptionalBool` to `optional.Option[bool]` ()
commit_status.go Fix duplicate status check contexts ()
commit_status_summary.go Fix commitstatus summary ()
commit_status_test.go Fix duplicate status check contexts ()
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 Add tag protection via rest api ()
protected_tag_test.go Implement FSFE REUSE for golang files ()