0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-11-22 15:32:16 +01:00
gitea/models
6543 274c0aea2e
Let ctx.FormOptionalBool() return optional.Option[bool] (#29461)
just some refactoring bits towards replacing **util.OptionalBool** with
**optional.Option[bool]**
2024-02-28 13:39:12 +08:00
..
actions Implement actions badge svgs (#28102) 2024-02-27 18:56:18 +01:00
activities
admin
asymkey
auth Use crypto/sha256 (#29386) 2024-02-25 13:32:13 +00:00
avatars
db
dbfs
fixtures Allow non-admin users to delete review requests (#29057) 2024-02-24 12:38:43 +00:00
git Start to migrate from util.OptionalBool to optional.Option[bool] (#29329) 2024-02-23 02:18:33 +00:00
issues Add API to get PR by base/head (#29242) 2024-02-26 02:39:01 +00:00
migrations Use crypto/sha256 (#29386) 2024-02-25 13:32:13 +00:00
organization
packages
perm Users with read permission of pull requests can be assigned too (#27263) 2024-02-24 14:14:48 +00:00
project
pull
repo Let ctx.FormOptionalBool() return optional.Option[bool] (#29461) 2024-02-28 13:39:12 +08:00
secret
shared/types
system
unit
unittest
user Allow to change primary email before account activation (#29412) 2024-02-27 10:55:13 +00:00
webhook
error.go
fixture_generation.go
fixture_test.go
main_test.go
org.go
org_team.go
org_team_test.go
org_test.go
repo.go
repo_test.go
repo_transfer.go