gitea/services
Lunny Xiao 9c673d066c
Add abstraction layer to check if the repository exists on disk (#33874)
Extract from #28966 

This PR uses `gitrepo.IsRepositoryExist` instead of `util.IsExist` to
detect whether the repository exist in disk. This will move `RepoPath`
detail behind of package `gitrepo` to make it easier to do possible
changes where storing the repositories.

No code change
2025-03-14 03:00:56 +00:00
..
actions Add workflow_job webhook (#33694) 2025-03-11 10:40:38 -07:00
agit Remove context from git struct (#33793) 2025-03-04 11:56:11 -08:00
asymkey Remove context from git struct (#33793) 2025-03-04 11:56:11 -08:00
attachment Include file extension checks in attachment API (#32151) 2024-11-06 21:34:32 +00:00
auth Use test context in tests and new loop system in benchmarks (#33648) 2025-02-20 09:57:40 +00:00
automerge Automerge supports deleting branch automatically after merging (#32343) 2025-01-10 03:51:03 +08:00
context Refactor cache-control (#33861) 2025-03-13 07:04:50 +08:00
contexttest Avoid duplicate SetContextValue call (#33564) 2025-02-12 14:25:46 +08:00
convert Decouple diff stats query from actual diffing (#33810) 2025-03-08 17:36:08 +08:00
cron Use default Git timeout when checking repo health (#33593) 2025-02-14 15:13:56 +00:00
doctor Improve log format (#33814) 2025-03-08 21:47:11 +08:00
externalaccount allow synchronizing user status from OAuth2 login providers (#31572) 2024-07-16 20:33:16 +02:00
feed Move notifywatch to service layer (#33825) 2025-03-10 00:54:25 +00:00
forms Add workflow_job webhook (#33694) 2025-03-11 10:40:38 -07:00
git Move commits signature and verify functions to service layers (#33605) 2025-02-16 12:24:07 +00:00
gitdiff Fix material icon & diff highlight (#33844) 2025-03-10 22:34:48 +08:00
indexer Update issue indexer after merging a PR (#30715) 2024-05-08 14:45:15 +00:00
issue Pull request updates will also trigger code owners review requests (#33744) 2025-03-13 19:36:14 -07:00
lfs Fix SSH LFS memory usage (#33455) 2025-01-31 19:05:48 +08:00
mailer remove context from mail struct (#33811) 2025-03-06 20:57:00 +00:00
markup Use test context in tests and new loop system in benchmarks (#33648) 2025-02-20 09:57:40 +00:00
migrations remove context from retry downloader (#33871) 2025-03-14 00:28:57 +00:00
mirror Remove context from git struct (#33793) 2025-03-04 11:56:11 -08:00
notify Add workflow_job webhook (#33694) 2025-03-11 10:40:38 -07:00
oauth2_provider Introduce OrgList and add LoadTeams, optimaze Load teams for orgs (#32543) 2024-11-26 21:55:06 +00:00
org Decouple context from repository related structs (#33823) 2025-03-08 13:12:46 -08:00
packages Decouple context from repository related structs (#33823) 2025-03-08 13:12:46 -08:00
projects Fix project issues list and counting (#33594) 2025-02-17 05:14:56 +00:00
pull Pull request updates will also trigger code owners review requests (#33744) 2025-03-13 19:36:14 -07:00
release Remove context from git struct (#33793) 2025-03-04 11:56:11 -08:00
repository Add abstraction layer to check if the repository exists on disk (#33874) 2025-03-14 03:00:56 +00:00
secrets Refactor deletion (#28610) 2023-12-25 21:25:29 +01:00
task Fix "force private" logic (#31012) 2024-05-20 00:56:45 +00:00
uinotification Penultimate round of `db.DefaultContext` refactor (#27414) 2023-10-11 04:24:07 +00:00
user Refactor repository transfer (#33211) 2025-01-30 05:40:44 +00:00
versioned_migration Add global lock for migrations to make upgrade more safe with multiple replications (#33706) 2025-03-07 21:08:53 +00:00
webhook Add workflow_job webhook (#33694) 2025-03-11 10:40:38 -07:00
webtheme Improve theme display (#30671) 2025-03-08 21:38:11 +00:00
wiki Remove context from git struct (#33793) 2025-03-04 11:56:11 -08:00