Branch: refs/heads/move_event_parameter_to_path
  Home:   https://github.com/jenkinsci/tfs-plugin
  Commit: 0c3c2872e47d183cca5a01fcb5f4aa671fff8152
      
https://github.com/jenkinsci/tfs-plugin/commit/0c3c2872e47d183cca5a01fcb5f4aa671fff8152
  Author: Oli Dagenais <oliv...@microsoft.com>
  Date:   2016-07-26 (Tue, 26 Jul 2016)

  Changed paths:
    A src/main/java/hudson/plugins/tfs/model/AbstractHookEvent.java

  Log Message:
  -----------
  AbstractHookEvent skeleton


  Commit: adc5f46eb6fdc2acfcfb0e21f9d83c81ee732d91
      
https://github.com/jenkinsci/tfs-plugin/commit/adc5f46eb6fdc2acfcfb0e21f9d83c81ee732d91
  Author: Oli Dagenais <oliv...@microsoft.com>
  Date:   2016-07-26 (Tue, 26 Jul 2016)

  Changed paths:
    M src/main/java/hudson/plugins/tfs/model/AbstractHookEvent.java
    A src/main/java/hudson/plugins/tfs/model/PingHookEvent.java

  Log Message:
  -----------
  Add PingHookEvent and Factory implementation


  Commit: 372ef2b14b0bc000a15eec3cf4f3905e3e7f17b4
      
https://github.com/jenkinsci/tfs-plugin/commit/372ef2b14b0bc000a15eec3cf4f3905e3e7f17b4
  Author: Oli Dagenais <oliv...@microsoft.com>
  Date:   2016-07-26 (Tue, 26 Jul 2016)

  Changed paths:
    M src/main/java/hudson/plugins/tfs/model/AbstractHookEvent.java

  Log Message:
  -----------
  Remove error handling from run()


  Commit: b958568e14fc1a4150da7b2cf9f67faff775ceea
      
https://github.com/jenkinsci/tfs-plugin/commit/b958568e14fc1a4150da7b2cf9f67faff775ceea
  Author: Oli Dagenais <oliv...@microsoft.com>
  Date:   2016-07-26 (Tue, 26 Jul 2016)

  Changed paths:
    M src/main/java/hudson/plugins/tfs/TeamWebHook.java

  Log Message:
  -----------
  Re-wire doIndex() to obtain eventName from body

Only ping still works for the moment


  Commit: 31c282c868476a7194d1711eb2e144f90610d4bf
      
https://github.com/jenkinsci/tfs-plugin/commit/31c282c868476a7194d1711eb2e144f90610d4bf
  Author: Oli Dagenais <oliv...@microsoft.com>
  Date:   2016-07-26 (Tue, 26 Jul 2016)

  Changed paths:
    M src/main/java/hudson/plugins/tfs/model/AbstractHookEvent.java

  Log Message:
  -----------
  Remove unneeded Runnable abstraction


  Commit: bf499be24012ef7d66074d0790d7b3d8d83cbd3e
      
https://github.com/jenkinsci/tfs-plugin/commit/bf499be24012ef7d66074d0790d7b3d8d83cbd3e
  Author: Oli Dagenais <oliv...@microsoft.com>
  Date:   2016-07-26 (Tue, 26 Jul 2016)

  Changed paths:
    M src/main/java/hudson/plugins/tfs/util/StringBodyParameter.java

  Log Message:
  -----------
  Default to application/json Content-Type


  Commit: f529baa51326cad517521f2b28538902db3eb275
      
https://github.com/jenkinsci/tfs-plugin/commit/f529baa51326cad517521f2b28538902db3eb275
  Author: Oli Dagenais <oliv...@microsoft.com>
  Date:   2016-07-26 (Tue, 26 Jul 2016)

  Changed paths:
    M src/main/java/hudson/plugins/tfs/TeamWebHook.java

  Log Message:
  -----------
  Re-wire to accept event name as a path parameter

Upon further consideration, this appears to be the simplest way of
interacting with the end-point as we can now deliver documentation
at /team-events/


  Commit: bc5b93a47d358ddbbd67c95c776a10347d971809
      
https://github.com/jenkinsci/tfs-plugin/commit/bc5b93a47d358ddbbd67c95c776a10347d971809
  Author: Oli Dagenais <oliv...@microsoft.com>
  Date:   2016-07-26 (Tue, 26 Jul 2016)

  Changed paths:
    A src/main/java/hudson/plugins/tfs/model/GitCodePushedHookEvent.java

  Log Message:
  -----------
  Add GitCodePushedHookEvent skeleton


  Commit: d6c8e70311e88e51649c97392067b07e0a9185ed
      
https://github.com/jenkinsci/tfs-plugin/commit/d6c8e70311e88e51649c97392067b07e0a9185ed
  Author: Oli Dagenais <oliv...@microsoft.com>
  Date:   2016-07-27 (Wed, 27 Jul 2016)

  Changed paths:
    M src/main/java/hudson/plugins/tfs/model/GitCodePushedEventArgs.java
    M 
src/main/java/hudson/plugins/tfs/model/PullRequestMergeCommitCreatedEventArgs.java

  Log Message:
  -----------
  Refactor: extract fromJsonObject() method


  Commit: 89ff85e2050546e10ecc2c9aedcb71483ef89e24
      
https://github.com/jenkinsci/tfs-plugin/commit/89ff85e2050546e10ecc2c9aedcb71483ef89e24
  Author: Oli Dagenais <oliv...@microsoft.com>
  Date:   2016-07-27 (Wed, 27 Jul 2016)

  Changed paths:
    M src/main/java/hudson/plugins/tfs/TeamWebHook.java

  Log Message:
  -----------
  Increase visibility prior to some shuffling


  Commit: ddd4fb6b993b063429d49883ea5022aacda51316
      
https://github.com/jenkinsci/tfs-plugin/commit/ddd4fb6b993b063429d49883ea5022aacda51316
  Author: Oli Dagenais <oliv...@microsoft.com>
  Date:   2016-07-27 (Wed, 27 Jul 2016)

  Changed paths:
    A 
src/main/java/hudson/plugins/tfs/model/PullRequestMergeCommitCreatedHookEvent.java

  Log Message:
  -----------
  PullRequestMergeCommitCreatedHookEvent skeleton


  Commit: 5dc3591bf6e6c2434dcf48541cea6857d601ac90
      
https://github.com/jenkinsci/tfs-plugin/commit/5dc3591bf6e6c2434dcf48541cea6857d601ac90
  Author: Oli Dagenais <oliv...@microsoft.com>
  Date:   2016-07-27 (Wed, 27 Jul 2016)

  Changed paths:
    M src/main/java/hudson/plugins/tfs/TeamWebHook.java
    M src/main/java/hudson/plugins/tfs/model/GitCodePushedHookEvent.java
    M 
src/main/java/hudson/plugins/tfs/model/PullRequestMergeCommitCreatedHookEvent.java

  Log Message:
  -----------
  Move event code to new *HookEvent classes


  Commit: 13aef4712ca78da08e745d19f9dd58031c3de895
      
https://github.com/jenkinsci/tfs-plugin/commit/13aef4712ca78da08e745d19f9dd58031c3de895
  Author: Oli Dagenais <oliv...@microsoft.com>
  Date:   2016-07-27 (Wed, 27 Jul 2016)

  Changed paths:
    M src/main/java/hudson/plugins/tfs/TeamWebHook.java

  Log Message:
  -----------
  Register events to restore functionality


Compare: 
https://github.com/jenkinsci/tfs-plugin/compare/0c3c2872e47d^...13aef4712ca7

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to