Commit Graph

16 Commits (1f90147f3942065e2a7f564e8a3c97d23d41e6c0)

Author SHA1 Message Date
Lunny Xiao 0109229928
Move release webhook to notification ()
* Move release webhook to notification

* Extract release webhook method

* fix bug

* fix import
Lunny Xiao 8a84d82d53
Move repofiles webhooks to notification ()
Lunny Xiao aaeef295bb
Move pull webhook to notification ()
* Move pull webhook to notification

* fix fmt
Lunny Xiao 491887d441 Move actions to notification ()
Lunny Xiao 022d2d8beb
Move push commits events to notification ()
* Move push commits events to notification

* Update modules/notification/base/null.go

Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
Lunny Xiao 8f26397928
Move issue milestone assign to issue service and move webhook to notification ()
Lunny Xiao f518fe6662
Rename HookQueue to hookQueue ()
* Rename HookQueue to hookQueue

* fix lint
Lunny Xiao 4b8d9e58c5
Move labels webhooks to notification ()
* Move webhooks to notification

* fix notification
Lunny Xiao 0e7f7df3cf Move webhook to a standalone package under modules ()
* Move webhook to a standalone package under modules

* fix test

* fix comments
Lunny Xiao ac6accef09 Move webhook codes from service to webhook notification ()
* Move webhook codes from service to webhook notification

* move deletecomment webhook to notifications

* fix notification
Lunny Xiao f694bb45d7 Move issue change content from models to service ()
* Move issue change content from models to service

* fix lint
Lunny Xiao af8957bc4c
Move issue notifications ()
Lunny Xiao c66c9dabc7
Move issue change status from models to service ()
Lunny Xiao 495d5e4329
Move more issue assignee code from models to issue service ()
* Move more issue assignee code from models to issue service

* fix test
Lunny Xiao 9e85358777
Move some repositories' operations to a standalone service package ()
* Move some repositories' operations to a standalone service package

* improve code

* remove unused codes

* add rollback when fork failed

* add repo when return
Lunny Xiao 20477a69ea
Move clearlabels from models to issue service ()
* move clearlabels from models to issue service

* improve code

* Apply suggestions from code review

Co-Authored-By: zeripath <art27@cantab.net>