0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-09-03 07:55:38 +02:00
gitea/models
6543 a3f05d0d98
remove util.OptionalBool and related functions (#29513)
and migrate affected code

_last refactoring bits to replace **util.OptionalBool** with
**optional.Option[bool]**_
2024-03-02 16:42:31 +01:00
..
actions remove util.OptionalBool and related functions (#29513) 2024-03-02 16:42:31 +01:00
activities Rename Action.GetDisplayName to GetActDisplayName (#29540) 2024-03-02 15:30:18 +00:00
admin
asymkey Update tool dependencies (#29030) 2024-02-02 19:11:39 -05:00
auth remove util.OptionalBool and related functions (#29513) 2024-03-02 16:42:31 +01:00
avatars Refactor some legacy code and remove unused code (#28622) 2023-12-28 09:38:59 +00:00
db Add slow SQL query warning (#27545) 2024-02-23 00:57:24 +00:00
dbfs
fixtures Actions Artifacts v4 backend (#28965) 2024-03-02 09:12:17 +00:00
git Start to migrate from util.OptionalBool to optional.Option[bool] (#29329) 2024-02-23 02:18:33 +00:00
issues remove util.OptionalBool and related functions (#29513) 2024-03-02 16:42:31 +01:00
migrations Add admin API route for managing user's badges (#23106) 2024-03-01 03:23:28 -05:00
organization Remove unused KeyID. (#29167) 2024-02-14 12:50:10 -05:00
packages remove util.OptionalBool and related functions (#29513) 2024-03-02 16:42:31 +01:00
perm Users with read permission of pull requests can be assigned too (#27263) 2024-02-24 14:14:48 +00:00
project remove util.OptionalBool and related functions (#29513) 2024-03-02 16:42:31 +01:00
pull Add support for sha256 repositories (#23894) 2024-01-19 17:05:02 +01:00
repo remove util.OptionalBool and related functions (#29513) 2024-03-02 16:42:31 +01:00
secret
shared/types Refactor locale&string&template related code (#29165) 2024-02-14 21:48:45 +00:00
system Refactor deletion (#28610) 2023-12-25 21:25:29 +01:00
unit
unittest Workaround to clean up old reviews on creating a new one (#28554) 2024-02-19 14:42:18 +01:00
user remove util.OptionalBool and related functions (#29513) 2024-03-02 16:42:31 +01:00
webhook remove util.OptionalBool and related functions (#29513) 2024-03-02 16:42:31 +01:00
error.go Add merge style fast-forward-only (#28954) 2024-02-12 23:37:23 +01:00
fixture_generation.go
fixture_test.go
main_test.go
org.go Refactor deletion (#28610) 2023-12-25 21:25:29 +01:00
org_team.go
org_team_test.go
org_test.go
repo.go Refactor deletion (#28610) 2023-12-25 21:25:29 +01:00
repo_test.go
repo_transfer.go Move some repository transfer functions to service layer (#28855) 2024-02-05 06:17:23 +00:00