forgejo/routers/web/repo
delvh 0f4e1b9ac6
Restructure webhook module (#22256)
Previously, there was an `import services/webhooks` inside
`modules/notification/webhook`.
This import was removed (after fighting against many import cycles).
Additionally, `modules/notification/webhook` was moved to
`modules/webhook`,
and a few structs/constants were extracted from `models/webhooks` to
`modules/webhook`.

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2023-01-01 23:23:15 +08:00
..
activity.go
attachment.go
blame.go
branch.go
cherry_pick.go
commit.go Use complete SHA to create and query commit status (#22244) 2022-12-27 21:12:49 +08:00
compare.go
download.go
editor.go
editor_test.go
find.go
http.go
http_test.go
issue.go Support template for merge message description (#22248) 2022-12-29 14:40:20 +02:00
issue_content_history.go
issue_dependency.go
issue_label.go
issue_label_test.go
issue_lock.go
issue_stopwatch.go
issue_test.go
issue_timetrack.go
issue_watch.go
lfs.go
main_test.go
middlewares.go
migrate.go
milestone.go
packages.go Use dynamic package type list (#22263) 2022-12-29 00:31:54 +01:00
patch.go
projects.go
projects_test.go
pull.go Support template for merge message description (#22248) 2022-12-29 14:40:20 +02:00
pull_review.go
release.go Add Feed for Releases and Tags (#21696) 2022-12-21 15:06:26 -06:00
release_test.go
render.go
repo.go Move convert package to services (#22264) 2022-12-29 10:57:15 +08:00
search.go
setting.go Secrets storage with SecretKey encrypted (#22142) 2022-12-20 17:07:13 +08:00
setting_protected_branch.go
settings_test.go
tag.go
topic.go
treelist.go
view.go Repair LFS web rendering. (#22195) 2022-12-21 09:21:26 +08:00
view_test.go
webhook.go Restructure webhook module (#22256) 2023-01-01 23:23:15 +08:00
wiki.go
wiki_test.go