1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-19 01:04:40 +01:00
gitea/models
Lunny Xiao dfd2db5695
Fix set system setting failure once it cached (#22333)
Unfortunately, #22295 introduced a bug that when set a cached system
setting, it will not affect.
This PR make sure to remove the cache key when updating a system
setting.

Fix #22332
2023-01-08 21:22:41 +08:00
..
activities Always reuse transaction (#22362) 2023-01-08 09:34:58 +08:00
admin
asymkey
auth
avatars
db Always reuse transaction (#22362) 2023-01-08 09:34:58 +08:00
fixtures
git
issues Always reuse transaction (#22362) 2023-01-08 09:34:58 +08:00
migrations
organization
packages
perm
project Always reuse transaction (#22362) 2023-01-08 09:34:58 +08:00
pull
repo Always reuse transaction (#22362) 2023-01-08 09:34:58 +08:00
secret
system Fix set system setting failure once it cached (#22333) 2023-01-08 21:22:41 +08:00
unit
unittest
user
webhook
error.go
fixture_generation.go
fixture_test.go
main_test.go
migrate_test.go
migrate.go
org_team_test.go
org_team.go
org_test.go
org.go
repo_collaboration_test.go
repo_collaboration.go
repo_test.go
repo_transfer_test.go
repo_transfer.go Always reuse transaction (#22362) 2023-01-08 09:34:58 +08:00
repo.go
user.go