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/vendor/code.gitea.io/sdk/gitea
Lunny Xiao 24941a1046
Add more webhooks support and refactor webhook templates directory (#3929)
* add more webhook support

* move hooks templates to standalone dir and add more webhooks ui

* fix tests

* update vendor checksum

* add more webhook support

* move hooks templates to standalone dir and add more webhooks ui

* fix tests

* update vendor checksum

* update vendor

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

* load attributes when created release

* update comparsion doc
2018-05-16 22:01:55 +08:00
..
admin_org.go
admin_repo.go
admin_user.go Add Attachment API (#3478) 2018-03-06 09:22:16 +08:00
attachment.go Issue due date (#3794) 2018-05-01 22:05:28 +03:00
doc.go
fork.go
gitea.go Add Attachment API (#3478) 2018-03-06 09:22:16 +08:00
hook.go Add more webhooks support and refactor webhook templates directory (#3929) 2018-05-16 22:01:55 +08:00
issue.go Add more webhooks support and refactor webhook templates directory (#3929) 2018-05-16 22:01:55 +08:00
issue_comment.go Add Attachment API (#3478) 2018-03-06 09:22:16 +08:00
issue_label.go Add Attachment API (#3478) 2018-03-06 09:22:16 +08:00
issue_milestone.go Add Attachment API (#3478) 2018-03-06 09:22:16 +08:00
issue_tracked_time.go Add Attachment API (#3478) 2018-03-06 09:22:16 +08:00
lfs_lock.go
miscellaneous.go
org.go Add Attachment API (#3478) 2018-03-06 09:22:16 +08:00
org_member.go
org_team.go Add Attachment API (#3478) 2018-03-06 09:22:16 +08:00
pull.go Add more webhooks support and refactor webhook templates directory (#3929) 2018-05-16 22:01:55 +08:00
release.go Add Attachment API (#3478) 2018-03-06 09:22:16 +08:00
repo.go Add Attachment API (#3478) 2018-03-06 09:22:16 +08:00
repo_branch.go
repo_collaborator.go
repo_file.go
repo_key.go Add Attachment API (#3478) 2018-03-06 09:22:16 +08:00
repo_watch.go
status.go Add Attachment API (#3478) 2018-03-06 09:22:16 +08:00
user.go Added user language setting (#3875) 2018-05-05 08:28:30 +08:00
user_app.go
user_email.go
user_follow.go
user_gpgkey.go Add Attachment API (#3478) 2018-03-06 09:22:16 +08:00
user_key.go
user_search.go Add Attachment API (#3478) 2018-03-06 09:22:16 +08:00
utils.go