0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-29 17:04:50 +01:00
gitea/services/repository
Lunny Xiao 331e878e81
Add new event commit status creation and webhook implementation (#27151)
This PR introduces a new event which is similar as Github's. When a new
commit status submitted, the event will be trigged. That means, now we
can receive all feedback from CI/CD system in webhooks or other notify
systems.

ref:
https://docs.github.com/en/webhooks/webhook-events-and-payloads#status

Fix #20749
2024-11-07 06:41:49 +00:00
..
archiver
commitstatus Add new event commit status creation and webhook implementation (#27151) 2024-11-07 06:41:49 +00:00
files Fix git error handling (#32401) 2024-11-02 11:20:22 +00:00
adopt.go Move AddCollabrator and CreateRepositoryByExample to service layer (#32419) 2024-11-07 11:28:11 +08:00
adopt_test.go
avatar.go
avatar_test.go
branch.go Fix git error handling (#32401) 2024-11-02 11:20:22 +00:00
cache.go
check.go
collaboration.go Move AddCollabrator and CreateRepositoryByExample to service layer (#32419) 2024-11-07 11:28:11 +08:00
collaboration_test.go Move AddCollabrator and CreateRepositoryByExample to service layer (#32419) 2024-11-07 11:28:11 +08:00
commit.go
contributors_graph.go
contributors_graph_test.go
create.go Move AddCollabrator and CreateRepositoryByExample to service layer (#32419) 2024-11-07 11:28:11 +08:00
create_test.go
delete.go Support repo license (#24872) 2024-10-01 15:25:08 -04:00
delete_test.go
fork.go Move AddCollabrator and CreateRepositoryByExample to service layer (#32419) 2024-11-07 11:28:11 +08:00
fork_test.go
generate.go Move AddCollabrator and CreateRepositoryByExample to service layer (#32419) 2024-11-07 11:28:11 +08:00
generate_test.go
hooks.go
init.go
lfs.go
lfs_test.go
license.go Support repo license (#24872) 2024-10-01 15:25:08 -04:00
license_test.go Support repo license (#24872) 2024-10-01 15:25:08 -04:00
main_test.go
migrate.go Support repo license (#24872) 2024-10-01 15:25:08 -04:00
push.go Fix git error handling (#32401) 2024-11-02 11:20:22 +00:00
repository.go Support repo license (#24872) 2024-10-01 15:25:08 -04:00
repository_test.go
review.go
review_test.go
setting.go
template.go
transfer.go Move AddCollabrator and CreateRepositoryByExample to service layer (#32419) 2024-11-07 11:28:11 +08:00
transfer_test.go