Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/typetalk-plugin
  Commit: de5378b791e4493f7982019936e10405d548bb3e
      
https://github.com/jenkinsci/typetalk-plugin/commit/de5378b791e4493f7982019936e10405d548bb3e
  Author: ikikko <[email protected]>
  Date:   2015-01-03 (Sat, 03 Jan 2015)

  Changed paths:
    M build.gradle
    M gradle/wrapper/gradle-wrapper.jar
    M gradle/wrapper/gradle-wrapper.properties

  Log Message:
  -----------
  Bump up gradle wrapper and tweak build.gradle


  Commit: ec16ec685d1b5ade6fb4e7c8ed0b219c3a7cf8bf
      
https://github.com/jenkinsci/typetalk-plugin/commit/ec16ec685d1b5ade6fb4e7c8ed0b219c3a7cf8bf
  Author: ikikko <[email protected]>
  Date:   2015-01-03 (Sat, 03 Jan 2015)

  Changed paths:
    A src/main/java/org/jenkinsci/plugins/typetalk/TypetalkWebhookAction.java
    A 
src/main/java/org/jenkinsci/plugins/typetalk/webhookaction/WebhookExecutor.java
    A 
src/main/java/org/jenkinsci/plugins/typetalk/webhookaction/WebhookExecutorFactory.java
    A 
src/main/java/org/jenkinsci/plugins/typetalk/webhookaction/WebhookParser.java
    A 
src/main/java/org/jenkinsci/plugins/typetalk/webhookaction/executorimpl/BuildExecutor.java
    A 
src/main/java/org/jenkinsci/plugins/typetalk/webhookaction/executorimpl/UndefinedExecutor.java

  Log Message:
  -----------
  Add action to receive bot webhook


  Commit: 0cca538611ca40d0cd5dbad0fbb47c70ceaf7705
      
https://github.com/jenkinsci/typetalk-plugin/commit/0cca538611ca40d0cd5dbad0fbb47c70ceaf7705
  Author: ikikko <[email protected]>
  Date:   2015-01-03 (Sat, 03 Jan 2015)

  Changed paths:
    M build.gradle
    M 
src/main/java/org/jenkinsci/plugins/typetalk/webhookaction/WebhookParser.java
    M 
src/main/java/org/jenkinsci/plugins/typetalk/webhookaction/executorimpl/BuildExecutor.java
    A 
src/test/groovy/org/jenkinsci/plugins/typetalk/webhookaction/WebhookExecutorFactorySpec.groovy
    A 
src/test/groovy/org/jenkinsci/plugins/typetalk/webhookaction/WebhookParserSpec.groovy
    A 
src/test/groovy/org/jenkinsci/plugins/typetalk/webhookaction/executorimpl/BuildExecutorSpec.groovy

  Log Message:
  -----------
  Add tests


  Commit: c0befd81df5261703a6380f45b9e0571fe7db961
      
https://github.com/jenkinsci/typetalk-plugin/commit/c0befd81df5261703a6380f45b9e0571fe7db961
  Author: ikikko <[email protected]>
  Date:   2015-01-03 (Sat, 03 Jan 2015)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/typetalk/TypetalkWebhookAction.java
    M 
src/main/java/org/jenkinsci/plugins/typetalk/webhookaction/executorimpl/BuildExecutor.java

  Log Message:
  -----------
  Remove unneeded code


  Commit: 8e459d30769a5541875ad0e5d498f89db0d1b493
      
https://github.com/jenkinsci/typetalk-plugin/commit/8e459d30769a5541875ad0e5d498f89db0d1b493
  Author: ikikko <[email protected]>
  Date:   2015-01-03 (Sat, 03 Jan 2015)

  Changed paths:
    M .gitignore
    M src/main/java/org/jenkinsci/plugins/typetalk/TypetalkWebhookAction.java
    M 
src/main/java/org/jenkinsci/plugins/typetalk/webhookaction/WebhookExecutor.java
    M 
src/main/java/org/jenkinsci/plugins/typetalk/webhookaction/WebhookExecutorFactory.java
    M 
src/main/java/org/jenkinsci/plugins/typetalk/webhookaction/executorimpl/BuildExecutor.java
    M 
src/main/java/org/jenkinsci/plugins/typetalk/webhookaction/executorimpl/UndefinedExecutor.java
    M 
src/test/groovy/org/jenkinsci/plugins/typetalk/webhookaction/WebhookExecutorFactorySpec.groovy
    M 
src/test/groovy/org/jenkinsci/plugins/typetalk/webhookaction/executorimpl/BuildExecutorSpec.groovy

  Log Message:
  -----------
  Enable to build with parameters


  Commit: a6b34db9fb7b293091e2cb2546003eb3adb4860c
      
https://github.com/jenkinsci/typetalk-plugin/commit/a6b34db9fb7b293091e2cb2546003eb3adb4860c
  Author: ikikko <[email protected]>
  Date:   2015-01-03 (Sat, 03 Jan 2015)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/typetalk/TypetalkWebhookAction.java
    M 
src/main/java/org/jenkinsci/plugins/typetalk/webhookaction/WebhookExecutorFactory.java
    A 
src/main/java/org/jenkinsci/plugins/typetalk/webhookaction/executorimpl/HelpExecutor.java
    A 
src/main/java/org/jenkinsci/plugins/typetalk/webhookaction/executorimpl/ListExecutor.java
    M 
src/test/groovy/org/jenkinsci/plugins/typetalk/webhookaction/WebhookExecutorFactorySpec.groovy

  Log Message:
  -----------
  Add planed (but not implemented) executors


  Commit: 5ae7fc3940ac34f6827d309f88cd518146b272d2
      
https://github.com/jenkinsci/typetalk-plugin/commit/5ae7fc3940ac34f6827d309f88cd518146b272d2
  Author: ikikko <[email protected]>
  Date:   2015-01-03 (Sat, 03 Jan 2015)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/typetalk/TypetalkWebhookAction.java
    M 
src/main/java/org/jenkinsci/plugins/typetalk/webhookaction/WebhookExecutor.java
    M 
src/main/java/org/jenkinsci/plugins/typetalk/webhookaction/executorimpl/BuildExecutor.java
    M 
src/main/java/org/jenkinsci/plugins/typetalk/webhookaction/executorimpl/UndefinedExecutor.java
    M 
src/test/groovy/org/jenkinsci/plugins/typetalk/webhookaction/executorimpl/BuildExecutorSpec.groovy

  Log Message:
  -----------
  Check BUILD permission


Compare: 
https://github.com/jenkinsci/typetalk-plugin/compare/3d0ec94baa8f...5ae7fc3940ac

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to