0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-15 01:42:53 +01:00
gitea/routers/web/repo
Lunny Xiao e94f37f95e
Refactor webhook events (#33337)
Extract from #33320

This PR uses a map instead of a struct to store webhook event
information. It removes many duplicated functions and makes the logic
clearer.
2025-01-23 18:53:06 +00:00
..
actions Trivial fixes (#33304) 2025-01-17 08:55:02 +00:00
setting Refactor webhook events (#33337) 2025-01-23 18:53:06 +00:00
activity.go
attachment.go
blame.go
branch.go Fix incorrect ref usages (#33301) 2025-01-16 13:52:21 +00:00
cherry_pick.go
code_frequency.go Fix incorrect ref commit ID usage (#33331) 2025-01-20 07:43:49 +00:00
commit.go Fix incorrect ref usages (#33301) 2025-01-16 13:52:21 +00:00
compare.go
contributors.go Fix incorrect ref commit ID usage (#33331) 2025-01-20 07:43:49 +00:00
download.go
editor_test.go
editor.go
find.go
fork.go
githttp_test.go
githttp.go
helper.go
issue_comment.go
issue_content_history.go
issue_dependency.go Trivial fixes (#33304) 2025-01-17 08:55:02 +00:00
issue_label_test.go Remove duplicate "ResponseWriter.Status" method (#33346) 2025-01-22 06:37:52 +00:00
issue_label.go
issue_list.go
issue_lock.go
issue_new.go
issue_page_meta.go
issue_pin.go
issue_poster.go
issue_stopwatch.go
issue_suggestions.go
issue_test.go
issue_timetrack.go Make tracked time representation display as hours (#33315) 2025-01-19 09:30:44 +08:00
issue_view.go
issue_watch.go Trivial fixes (#33304) 2025-01-17 08:55:02 +00:00
issue.go
main_test.go
middlewares.go
migrate.go
milestone.go
packages.go
patch.go
projects_test.go
projects.go
pull_review_test.go
pull_review.go
pull.go
recent_commits.go Fix incorrect ref commit ID usage (#33331) 2025-01-20 07:43:49 +00:00
release_test.go
release.go Fix incorrect TagName/BranchName usages (#33279) 2025-01-15 17:34:55 +08:00
render.go
repo.go
search_test.go
search.go Fix incorrect ref commit ID usage (#33331) 2025-01-20 07:43:49 +00:00
topic.go
treelist.go
view_file.go Simplify context ref name (#33267) 2025-01-15 11:15:47 +08:00
view_home.go Fix push message behavior (#33215) 2025-01-17 19:37:17 +00:00
view_readme.go
view_test.go
view.go
wiki_test.go Remove duplicate "ResponseWriter.Status" method (#33346) 2025-01-22 06:37:52 +00:00
wiki.go