87b8065c0d
* Add Issue webhook payload * Add copyright header * Whoops, wrote license header in wrong file... * Move fields of PR/Issue payload to BaseIssuePayload * Fix license header * remove BaseIssuePayload * Add comment to IssuePayload.JSONPayload * Fix comment mentioning IssuePayload * Reorder structs * Mimic GitHub webhooks Since the Gitea webhooks currently mimic for a big part the way GitHub does webhook, issue comments HookIssueActions have been removed to be added again at a later stage and milestone_set and milestone_cleared have been changed to milestoned and demilestoned, respectively. * Change also constant names |
||
---|---|---|
.. | ||
admin_org.go | ||
admin_repo.go | ||
admin_user.go | ||
doc.go | ||
fork.go | ||
gitea.go | ||
hook.go | ||
issue.go | ||
issue_comment.go | ||
issue_label.go | ||
issue_milestone.go | ||
miscellaneous.go | ||
org.go | ||
org_member.go | ||
org_team.go | ||
pull.go | ||
release.go | ||
repo.go | ||
repo_branch.go | ||
repo_collaborator.go | ||
repo_file.go | ||
repo_key.go | ||
user.go | ||
user_app.go | ||
user_email.go | ||
user_follow.go | ||
user_gpgkey.go | ||
user_key.go | ||
utils.go |