Branch: refs/heads/use_collection_uri_in_payloads
  Home:   https://github.com/jenkinsci/tfs-plugin
  Commit: 941f1999a2a5a32da5a1facc3f38111116547c5a
      
https://github.com/jenkinsci/tfs-plugin/commit/941f1999a2a5a32da5a1facc3f38111116547c5a
  Author: Oli Dagenais <oliv...@microsoft.com>
  Date:   2016-08-18 (Thu, 18 Aug 2016)

  Changed paths:
    A src/main/java/hudson/plugins/tfs/model/servicehooks/Event.java
    A src/main/java/hudson/plugins/tfs/model/servicehooks/EventScope.java
    A 
src/main/java/hudson/plugins/tfs/model/servicehooks/FormattedEventMessage.java
    A src/main/java/hudson/plugins/tfs/model/servicehooks/ResourceContainer.java

  Log Message:
  -----------
  Import Event and related Service Hook classes


  Commit: c30cb0730a5283d6e358026ecf730c07eba9d3e7
      
https://github.com/jenkinsci/tfs-plugin/commit/c30cb0730a5283d6e358026ecf730c07eba9d3e7
  Author: Oli Dagenais <oliv...@microsoft.com>
  Date:   2016-08-18 (Thu, 18 Aug 2016)

  Changed paths:
    M src/main/java/hudson/plugins/tfs/model/AbstractHookEvent.java
    M src/main/java/hudson/plugins/tfs/model/GitPullRequestMergedEvent.java
    M src/main/java/hudson/plugins/tfs/model/GitPushEvent.java
    A src/main/java/hudson/plugins/tfs/util/ResourceHelper.java

  Log Message:
  -----------
  Refactor: Move method to ResourceHelper for re-use


  Commit: 7bec5ea3649b0c2a9f7057a3068ea216fa7fec63
      
https://github.com/jenkinsci/tfs-plugin/commit/7bec5ea3649b0c2a9f7057a3068ea216fa7fec63
  Author: Oli Dagenais <oliv...@microsoft.com>
  Date:   2016-08-18 (Thu, 18 Aug 2016)

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

  Log Message:
  -----------
  Add perform() method overload for upcoming changes


  Commit: 12b251929ef85ccfef483a2e6d8b093b3c2fb67d
      
https://github.com/jenkinsci/tfs-plugin/commit/12b251929ef85ccfef483a2e6d8b093b3c2fb67d
  Author: Oli Dagenais <oliv...@microsoft.com>
  Date:   2016-08-18 (Thu, 18 Aug 2016)

  Changed paths:
    M src/main/java/hudson/plugins/tfs/TeamEventsEndpoint.java
    M src/main/java/hudson/plugins/tfs/model/GitPullRequestMergedEvent.java
    M src/main/java/hudson/plugins/tfs/model/GitPushEvent.java
    M src/main/java/hudson/plugins/tfs/model/PingHookEvent.java
    A src/test/java/hudson/plugins/tfs/TeamEventsEndpointTest.java
    A src/test/resources/hudson/plugins/tfs/git.push-sample.json

  Log Message:
  -----------
  Implement new perform() overload and switch to it


  Commit: 17873594a7f8aed4a4cc2cee63037492fe177cbb
      
https://github.com/jenkinsci/tfs-plugin/commit/17873594a7f8aed4a4cc2cee63037492fe177cbb
  Author: Oli Dagenais <oliv...@microsoft.com>
  Date:   2016-08-18 (Thu, 18 Aug 2016)

  Changed paths:
    M src/test/java/hudson/plugins/tfs/TeamEventsEndpointTest.java

  Log Message:
  -----------
  Refactor: extract constant


  Commit: 3a02e3e03dd2ccd42933302fc2ab1e49b6812ce4
      
https://github.com/jenkinsci/tfs-plugin/commit/3a02e3e03dd2ccd42933302fc2ab1e49b6812ce4
  Author: Oli Dagenais <oliv...@microsoft.com>
  Date:   2016-08-18 (Thu, 18 Aug 2016)

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

  Log Message:
  -----------
  Remove old, now-unused perform() overload


  Commit: 6cdac169ef06f94df80a045ffcadd01043e631ac
      
https://github.com/jenkinsci/tfs-plugin/commit/6cdac169ef06f94df80a045ffcadd01043e631ac
  Author: Oli Dagenais <oliv...@microsoft.com>
  Date:   2016-08-18 (Thu, 18 Aug 2016)

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

  Log Message:
  -----------
  Refactor: pull to parameter & increase visibility

This will make it easier to test innerDispatch()


  Commit: d6dd0eb6d86911687dc44f097c33afc3a0285386
      
https://github.com/jenkinsci/tfs-plugin/commit/d6dd0eb6d86911687dc44f097c33afc3a0285386
  Author: Oli Dagenais <oliv...@microsoft.com>
  Date:   2016-08-18 (Thu, 18 Aug 2016)

  Changed paths:
    M src/main/java/hudson/plugins/tfs/TeamEventsEndpoint.java
    M src/test/java/hudson/plugins/tfs/TeamEventsEndpointTest.java

  Log Message:
  -----------
  TDD: MAPPER feature to deserialize ProjectState

Otherwise, there was a mismatch between the enum's name and the
incoming string value as they differed by case.


  Commit: b9c9febe5456cd5a1a494072ed18c7dbaa630759
      
https://github.com/jenkinsci/tfs-plugin/commit/b9c9febe5456cd5a1a494072ed18c7dbaa630759
  Author: Oli Dagenais <oliv...@microsoft.com>
  Date:   2016-08-18 (Thu, 18 Aug 2016)

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

  Log Message:
  -----------
  Use collection URI in event payload, if possible


  Commit: 22859083254b123e1012d62887ef259b90f0b509
      
https://github.com/jenkinsci/tfs-plugin/commit/22859083254b123e1012d62887ef259b90f0b509
  Author: Oli Dagenais <oliv...@microsoft.com>
  Date:   2016-08-18 (Thu, 18 Aug 2016)

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

  Log Message:
  -----------
  Relax parameter type


  Commit: 3aed2403e37671bbf0b693b9bb800cf708963fe9
      
https://github.com/jenkinsci/tfs-plugin/commit/3aed2403e37671bbf0b693b9bb800cf708963fe9
  Author: Oli Dagenais <oliv...@microsoft.com>
  Date:   2016-08-18 (Thu, 18 Aug 2016)

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

  Log Message:
  -----------
  Add TeamBuildPayload and BuildParameter

These will help simplify /team-build/ processing


  Commit: fb06bc45765e5bd58b0a7605e10ce18d5c3ec672
      
https://github.com/jenkinsci/tfs-plugin/commit/fb06bc45765e5bd58b0a7605e10ce18d5c3ec672
  Author: Oli Dagenais <oliv...@microsoft.com>
  Date:   2016-08-18 (Thu, 18 Aug 2016)

  Changed paths:
    M src/main/java/hudson/plugins/tfs/TeamBuildEndpoint.java
    M src/main/java/hudson/plugins/tfs/model/AbstractCommand.java
    M src/main/java/hudson/plugins/tfs/model/BuildCommand.java
    M src/main/java/hudson/plugins/tfs/model/PingCommand.java

  Log Message:
  -----------
  Simplify /team-build/ processing

The new processing is also aware of the collection URL in the payload.


  Commit: 2ebb395f4c27a5ab035fd05a05b7954ba522728e
      
https://github.com/jenkinsci/tfs-plugin/commit/2ebb395f4c27a5ab035fd05a05b7954ba522728e
  Author: Oli Dagenais <oliv...@microsoft.com>
  Date:   2016-08-18 (Thu, 18 Aug 2016)

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

  Log Message:
  -----------
  Account for a missing "resourceContainers"


  Commit: 984f1ef19620af618d6e3a2bb3825fd8a6311d07
      
https://github.com/jenkinsci/tfs-plugin/commit/984f1ef19620af618d6e3a2bb3825fd8a6311d07
  Author: Oli Dagenais <oliv...@microsoft.com>
  Date:   2016-08-18 (Thu, 18 Aug 2016)

  Changed paths:
    M src/main/java/hudson/plugins/tfs/TeamBuildEndpoint.java
    M src/main/java/hudson/plugins/tfs/model/AbstractHookEvent.java
    M src/main/java/hudson/plugins/tfs/model/GitPullRequestMergedEvent.java
    M src/main/java/hudson/plugins/tfs/model/GitPushEvent.java
    M src/test/java/hudson/plugins/tfs/model/GitPullRequestMergedEventTest.java
    M src/test/java/hudson/plugins/tfs/model/GitPushEventTest.java

  Log Message:
  -----------
  Delete code only used by tests & other unused code


Compare: 
https://github.com/jenkinsci/tfs-plugin/compare/b50eddfc71a0...984f1ef19620

-- 
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