You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/models
Giteabot 9f63d27ec4
Fix system config cache expiration timing (#28072) (#28090)
Backport #28072

To avoid unnecessary database access, the `cacheTime` should always be
set if the revision has been checked.

Fix #28057

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
1 year ago
..
actions Remove action runners on user deletion (#27902) (#27908) 1 year ago
activities Add Index to `action.user_id` (#27403) (#27425) 1 year ago
admin Next round of `db.DefaultContext` refactor (#27089) 1 year ago
asymkey Respect SSH.KeygenPath option when calculating ssh key fingerprints (#27536) (#27551) 1 year ago
auth Fix wrong xorm Delete usage(backport for 1.21) (#28002) 1 year ago
avatars Refactor system setting (#27000) (#27452) 1 year ago
db Improve DeleteByID (#26904) 1 year ago
dbfs Fix content holes in Actions task logs file (#25560) 2 years ago
fixtures Allow get release download files and lfs files with oauth2 token format (#26430) (#27379) 1 year ago
git Upgrade xorm to 1.3.4 (#27807) (#27813) 1 year ago
issues enable system users for comment.LoadPoster (#28014) (#28032) 1 year ago
migrations Restore warning commit status (#27504) (#27529) 1 year ago
organization Another round of `db.DefaultContext` refactor (#27103) (#27262) 1 year ago
packages move repository deletion to service layer (#26948) 1 year ago
perm move repository deletion to service layer (#26948) 1 year ago
project More `db.DefaultContext` refactor (#27265) (#27347) 1 year ago
pull
repo Restricted users only see repos in orgs which their team was assigned to (#28025) (#28051) 1 year ago
secret Refactor secrets modification logic (#26873) 1 year ago
shared/types Display owner of a runner as a tooltip instead of static text (#24377) 2 years ago
system Fix system config cache expiration timing (#28072) (#28090) 1 year ago
unit Use `Set[Type]` instead of `map[Type]bool/struct{}`. (#26804) 1 year ago
unittest Upgrade xorm (#27673) (#27691) 1 year ago
user Refactor system setting (#27000) (#27452) 1 year ago
webhook Replace `interface{}` with `any` (#25686) 2 years ago
error.go Sync branches into databases (#22743) 2 years ago
fixture_generation.go Fix yaml test (#27297) (#27303) 1 year ago
fixture_test.go Fix yaml test (#27297) (#27303) 1 year ago
main_test.go move repository deletion to service layer (#26948) 1 year ago
org.go
org_team.go Use db.WithTx for AddTeamMember to avoid ctx abuse (#27095) 1 year ago
org_team_test.go Reduce usage of `db.DefaultContext` (#27073) 1 year ago
org_test.go
repo.go Refactor system setting (#27000) (#27452) 1 year ago
repo_test.go
repo_transfer.go Next round of `db.DefaultContext` refactor (#27089) 1 year ago
repo_transfer_test.go Next round of `db.DefaultContext` refactor (#27089) 1 year ago