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/services
Lunny Xiao c685eefe4a
If a repository return no commitstatus, then still cache it but not query it from database (#30700)
The previous repository default branch commit status cache will only
store if the commit status has value. So the repository which have no
any commit status will always be fetched from database.

This PR will store the empty state of commit status of a repository into
cache because the cache will be updated once there is a commit status
stored.
10 months ago
..
actions Interpolate runs-on with variables when scheduling tasks (#30640) 10 months ago
agit Performance optimization for git push (#30104) 10 months ago
asymkey Fix some pending problems (#29985) 11 months ago
attachment Add support for API blob upload of release attachments (#29507) 11 months ago
auth Enable more `revive` linter rules (#30608) 10 months ago
automerge Simplify how git repositories are opened (#28937) 1 year ago
context Initial support for colorblindness-friendly themes (#30625) 10 months ago
contexttest Render embedded code preview by permlink in markdown (#30234) 10 months ago
convert Clarify permission "HasAccess" behavior (#30585) 10 months ago
cron Move some asymkey functions to service layer (#28894) 11 months ago
doctor Add a db consistency check to remove runners that do not belong to a repository (#30614) 10 months ago
externalaccount Revert "Support SAML authentication (#25165)" (#29358) 12 months ago
feed More `db.DefaultContext` refactor (#27265) 1 year ago
forms Initial support for colorblindness-friendly themes (#30625) 10 months ago
gitdiff Enable more `revive` linter rules (#30608) 10 months ago
indexer Fix missing issue search index update when changing status (#28325) 1 year ago
issue Enable more `revive` linter rules (#30608) 10 months ago
lfs Move context from modules to services (#29440) 12 months ago
mailer Use relative links for commits, mentions, and issues in markdown (#29427) 11 months ago
markup Enable more `revive` linter rules (#30608) 10 months ago
migrations Enable more `revive` linter rules (#30608) 10 months ago
mirror Enable more `revive` linter rules (#30608) 10 months ago
notify Clean up log messages (#30313) 10 months ago
org Delete repos of org when purge delete user (#27273) 1 year ago
packages remove util.OptionalBool and related functions (#29513) 11 months ago
pull Enable more `revive` linter rules (#30608) 10 months ago
release Use repo object format name instead of detecting from git repository (#29702) 11 months ago
repository If a repository return no commitstatus, then still cache it but not query it from database (#30700) 10 months ago
secrets Refactor deletion (#28610) 1 year ago
task Fix incorrect ctx usage in defer function (#27740) 1 year ago
uinotification Penultimate round of `db.DefaultContext` refactor (#27414) 1 year ago
user Enable more `revive` linter rules (#30608) 10 months ago
webhook Enable more `revive` linter rules (#30608) 10 months ago
webtheme Initial support for colorblindness-friendly themes (#30625) 10 months ago
wiki Avoid showing `Failed to change the default wiki branch` if repo has no wiki when saving repo settings (#30329) 10 months ago