This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/modules
wxiaoguang 7a550b3af2
Use ctx instead of db.DefaultContext in some packages(routers/services/modules) (#19163)
* Remove `db.DefaultContext` usage in routers, use `ctx` directly

* Use `ctx` directly if there is one, remove some `db.DefaultContext` in `services`

* Use ctx instead of db.DefaultContext for `cmd` and some `modules` packages

* fix incorrect context usage
2022-03-22 16:22:54 +01:00
..
activitypub
analyze
appstate
auth RSS/Atom support for Repos (#19055) 2022-03-13 17:40:47 +01:00
avatar
base
cache
charset Don't treat BOM escape sequence as hidden character. (#18909) 2022-02-26 16:48:23 +00:00
context Use ctx instead of db.DefaultContext in some packages(routers/services/modules) (#19163) 2022-03-22 16:22:54 +01:00
convert
csv
doctor Use ctx instead of db.DefaultContext in some packages(routers/services/modules) (#19163) 2022-03-22 16:22:54 +01:00
emoji
eventsource
generate
git Make migrations SKIP_TLS_VERIFY apply to git too (#19132) 2022-03-19 14:16:38 +00:00
gitgraph Change git.cmd to RunWithContext (#18693) 2022-02-11 13:47:22 +01:00
graceful Immediately Hammer if second kill is sent (#18823) 2022-02-19 16:36:25 +00:00
hcaptcha
highlight
hostmatcher remove not needed (#19128) 2022-03-18 20:17:57 +01:00
httpcache
httplib
indexer Prevent Stats Indexer reporting error if repo dir missing (#18870) 2022-02-24 23:22:09 -05:00
json
lfs Improve SyncMirrors logging (#19045) 2022-03-10 10:09:48 +00:00
log migrations: add test for importing pull requests in gitea uploader (#18752) 2022-02-25 17:20:50 +08:00
markup nit fix (#19116) 2022-03-17 20:04:36 +02:00
metrics
migration Store the foreign ID of issues during migration (#18446) 2022-03-17 18:08:35 +01:00
nosql [API] Allow removing issues (#18879) 2022-03-01 01:20:15 +01:00
notification [API] Allow removing issues (#18879) 2022-03-01 01:20:15 +01:00
options
password
pprof
private Fix the bug: deploy key with write access can not push (#19010) 2022-03-22 17:29:07 +08:00
process
proxy
public
queue Add number in queue status to monitor page (#18712) 2022-02-12 13:31:26 +08:00
recaptcha
references
repository Use ctx instead of db.DefaultContext in some packages(routers/services/modules) (#19163) 2022-03-22 16:22:54 +01:00
secret Use CryptoRandomBytes instead of CryptoRandomString (#18439) 2022-02-04 18:03:15 +01:00
session
setting Update golang.org/x/crypto (#19097) 2022-03-16 02:59:53 +01:00
ssh Update golang.org/x/crypto (#19097) 2022-03-16 02:59:53 +01:00
storage Fix lfs bug (#19072) 2022-03-14 16:18:27 +01:00
structs Add config option to disable "Update branch by rebase" (#18745) 2022-03-04 03:30:49 -05:00
svg
sync
templates Fix display time of milestones (#18753) 2022-02-16 00:50:10 +08:00
test Use ctx instead of db.DefaultContext in some packages(routers/services/modules) (#19163) 2022-03-22 16:22:54 +01:00
timeutil
translation Refactor i18n, use Locale to provide i18n/translation related functions (#18648) 2022-02-08 11:02:30 +08:00
typesniffer
updatechecker
upload
uri
user
util Cleanup protected branches when deleting users & teams (#19158) 2022-03-22 09:09:45 +08:00
validation
web