History for gitbucket_jkp / src / main / scala / service / WebHookService.scala
2015-03-01
@nazoking
add webhook pull_request synchronize action
nazoking committed on 1 Mar 2015
@nazoking
move api classes to api package
nazoking committed on 1 Mar 2015
@nazoking
add CommitStatus api and views.
nazoking committed on 1 Mar 2015
2015-02-27
@nazoking
add some WebAPI/v3. ...
nazoking committed on 27 Feb 2015
@nazoking
more github like
nazoking committed on 27 Feb 2015
@nazoking
date time format to iso-8601 ( fit The GitHub spec )
nazoking committed on 27 Feb 2015
@nazoking
call web hook on issue or pull_request both opened or closed. and issue_comment.
nazoking committed on 27 Feb 2015
@nazoking
make WebHookPullRequestPayload
nazoking committed on 27 Feb 2015
@nazoking
Add "X-Github-Event" header, and change interface.
nazoking committed on 27 Feb 2015
2014-08-03
@Naoki Takezoe
Merge branch 'scala-2.11'
Naoki Takezoe committed on 3 Aug 2014
@shimamoto
(refs #374) Fix compile error.
shimamoto committed on 3 Aug 2014
2014-07-31
@Tomofumi Tanaka
Merge branch 'show-author'
Tomofumi Tanaka committed on 31 Jul 2014
2014-07-28
@Tomofumi Tanaka
(refs #437)Show author instead of committer ...
Tomofumi Tanaka committed on 28 Jul 2014
2014-07-27
@shimamoto
Improved model package. The details are as follows: ...
shimamoto committed on 27 Jul 2014
2014-07-26
@Naoki Takezoe
Fix incremental compilation problem caused by Slick. ...
Naoki Takezoe committed on 26 Jul 2014
2014-07-06
@Naoki Takezoe
(refs #341)Fix compilation error of delete statements
Naoki Takezoe committed on 6 Jul 2014
2014-06-23
@shimamoto
(refs #341) Migrate service package.
shimamoto committed on 23 Jun 2014
2014-05-30
@HairyFotr
Small cleanup using static analysis
HairyFotr committed on 30 May 2014
2014-03-13
@takezoe
(refs #115)Add new method to get sshUrl to RepositoryInfo
takezoe committed on 13 Mar 2014
2013-10-30
@takezoe
(refs #167)Add pusher info to WebHook
takezoe committed on 30 Oct 2013
2013-10-14
@xuwei-k
fix deprecation warning. use HttpClientBuilder ...
xuwei-k committed on 14 Oct 2013
2013-10-06
@takezoe
(refs #121)Create WebHookPayload only when web hook has been registered.
takezoe committed on 6 Oct 2013
2013-09-27
@takezoe
Bug fix caused by path splitting.
takezoe committed on 27 Sep 2013
2013-09-26
@takezoe
Replace trace log with debug log.
takezoe committed on 26 Sep 2013
2013-09-25
@takezoe
Add trace log to WebHookService to check future execution.
takezoe committed on 25 Sep 2013
2013-09-18
@takezoe
(refs #74)Remove an auxiliary constructor from case class because json4s can't serialize correctly if case class have that.
takezoe committed on 18 Sep 2013
@takezoe
(refs #74)Add "Test Hook" button.
takezoe committed on 18 Sep 2013
2013-09-14
@takezoe
Add ExecutionContext for Future.
takezoe committed on 14 Sep 2013
@takezoe
(refs #74)Web hook request is sent asynchronously.
takezoe committed on 14 Sep 2013
@takezoe
(refs #74)Web hook is completed.
takezoe committed on 14 Sep 2013