Merge pull request #1615 from gitbucket/feature/plugin-notification
Add hook for issue and pull request
commit 50208c2df36252f28ace9beca9781f26881fab07
2 parents 150531a + 8a49870
@Naoki Takezoe Naoki Takezoe authored on 9 Jun 2017
GitHub committed on 9 Jun 2017
Showing 12 changed files
View
doc/notification.md
View
src/main/scala/gitbucket/core/controller/AccountController.scala
View
src/main/scala/gitbucket/core/controller/PullRequestsController.scala
View
src/main/scala/gitbucket/core/controller/SystemSettingsController.scala
View
src/main/scala/gitbucket/core/plugin/AccountHook.scala 0 → 100644
View
src/main/scala/gitbucket/core/plugin/IssueHook.scala 0 → 100644
View
src/main/scala/gitbucket/core/plugin/Plugin.scala
View
src/main/scala/gitbucket/core/plugin/PluginRegistory.scala
View
src/main/scala/gitbucket/core/service/HandleCommentService.scala
View
src/main/scala/gitbucket/core/service/IssueCreationService.scala
View
src/main/scala/gitbucket/core/util/Notifier.scala
View
src/main/twirl/gitbucket/core/issues/issueinfo.scala.html