Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/tfs-plugin
  Commit: 4777cdccfd7a237931cf170204738f215bded04a
      
https://github.com/jenkinsci/tfs-plugin/commit/4777cdccfd7a237931cf170204738f215bded04a
  Author: Olivier Dagenais <olivier.dagen...@gmail.com>
  Date:   2013-06-17 (Mon, 17 Jun 2013)

  Changed paths:
    M pom.xml
    M src/main/java/hudson/plugins/tfs/TeamFoundationServerScm.java

  Log Message:
  -----------
  Update POM to version 1.437 and add method stubs for new overrides.


  Commit: b98332ee152a9a70ecf63bb1e2de973a59f38086
      
https://github.com/jenkinsci/tfs-plugin/commit/b98332ee152a9a70ecf63bb1e2de973a59f38086
  Author: Olivier Dagenais <olivier.dagen...@gmail.com>
  Date:   2013-06-17 (Mon, 17 Jun 2013)

  Changed paths:
    A src/main/java/hudson/plugins/tfs/TFSRevisionState.java
    M src/main/java/hudson/plugins/tfs/TeamFoundationServerScm.java

  Log Message:
  -----------
  Implemented calcRevisionsFromBuild()


  Commit: b37b0483ccd8e0fe937b9064c6f3e0826e0692d6
      
https://github.com/jenkinsci/tfs-plugin/commit/b37b0483ccd8e0fe937b9064c6f3e0826e0692d6
  Author: Olivier Dagenais <olivier.dagen...@gmail.com>
  Date:   2013-06-17 (Mon, 17 Jun 2013)

  Changed paths:
    A src/main/java/hudson/plugins/tfs/commands/AbstractHistoryCommand.java
    M src/main/java/hudson/plugins/tfs/commands/BriefHistoryCommand.java
    M src/main/java/hudson/plugins/tfs/commands/DetailedHistoryCommand.java

  Log Message:
  -----------
  Extract AbstractHistoryCommand to remove duplicated code.


  Commit: 1f55b1ddea1d0dc9c0fccad6512e7863e91bd83c
      
https://github.com/jenkinsci/tfs-plugin/commit/1f55b1ddea1d0dc9c0fccad6512e7863e91bd83c
  Author: Olivier Dagenais <olivier.dagen...@gmail.com>
  Date:   2013-06-18 (Tue, 18 Jun 2013)

  Changed paths:
    M src/main/java/hudson/plugins/tfs/commands/AbstractHistoryCommand.java
    M src/main/java/hudson/plugins/tfs/commands/BriefHistoryCommand.java
    M src/main/java/hudson/plugins/tfs/commands/DetailedHistoryCommand.java
    M src/test/java/hudson/plugins/tfs/commands/BriefHistoryCommandTest.java
    M src/test/java/hudson/plugins/tfs/commands/DetailedHistoryCommandTest.java

  Log Message:
  -----------
  Added support for filtering from a changeset.
1 - Extracted the getExclusiveToTimestamp() method to prevent copy-pasting.
2 - Extracted the getRangeSpecification() method to remove duplication and add 
support for changesets.
3 - Added new constructor overloads.
4 - Made the CC-735 workaround more consistent between both the detailed and 
brief history implementations, and added support for fromTimestamp being null.
5 - Added tests.


  Commit: 65bee7e027e57bba3bddaa9dca794dae660cadfd
      
https://github.com/jenkinsci/tfs-plugin/commit/65bee7e027e57bba3bddaa9dca794dae660cadfd
  Author: Olivier Dagenais <olivier.dagen...@gmail.com>
  Date:   2013-06-18 (Tue, 18 Jun 2013)

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

  Log Message:
  -----------
  Implemented compareRemoteRevisionWith()
1 - Added getBriefHistory() method overload that wraps command when querying 
from a given changeset.
2 - Added TODOs for upcoming work.


  Commit: 18f32a62b454cc1efb2e562446a9fb6605570ba9
      
https://github.com/jenkinsci/tfs-plugin/commit/18f32a62b454cc1efb2e562446a9fb6605570ba9
  Author: Olivier Dagenais <olivier.dagen...@gmail.com>
  Date:   2013-06-18 (Tue, 18 Jun 2013)

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

  Log Message:
  -----------
  Now using an integer for the changesetVersion field.


  Commit: 9b3fb29656e757dc5a15c27245e9cc0424d15985
      
https://github.com/jenkinsci/tfs-plugin/commit/9b3fb29656e757dc5a15c27245e9cc0424d15985
  Author: Olivier Dagenais <olivier.dagen...@gmail.com>
  Date:   2013-06-18 (Tue, 18 Jun 2013)

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

  Log Message:
  -----------
  TFSRevisionState now also tracks projectPath


  Commit: 8422455c6ecf145cdf31e5ff157e33c9e3215c47
      
https://github.com/jenkinsci/tfs-plugin/commit/8422455c6ecf145cdf31e5ff157e33c9e3215c47
  Author: Olivier Dagenais <olivier.dagen...@gmail.com>
  Date:   2013-06-18 (Tue, 18 Jun 2013)

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

  Log Message:
  -----------
  Added support for a change in projectPath


  Commit: 6c277915149314e5f3590f23f807208bf825fe42
      
https://github.com/jenkinsci/tfs-plugin/commit/6c277915149314e5f3590f23f807208bf825fe42
  Author: Olivier Dagenais <olivier.dagen...@gmail.com>
  Date:   2013-06-24 (Mon, 24 Jun 2013)

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

  Log Message:
  -----------
  Add edge case when upgrading the plugin.
In those cases, baseline is SCMRevisionState.None and thus we fall back to the 
old polling method.


  Commit: 961fdd14ffae54aff17a04ec0b826841c889c666
      
https://github.com/jenkinsci/tfs-plugin/commit/961fdd14ffae54aff17a04ec0b826841c889c666
  Author: Olivier Dagenais <olivier.dagen...@gmail.com>
  Date:   2013-06-24 (Mon, 24 Jun 2013)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Bump POM version to 1.519, the latest Jenkins release.


  Commit: 3594298993b5103d882ec8515b2d868531c6ec9a
      
https://github.com/jenkinsci/tfs-plugin/commit/3594298993b5103d882ec8515b2d868531c6ec9a
  Author: Olivier Dagenais <olivier.dagen...@gmail.com>
  Date:   2013-07-23 (Tue, 23 Jul 2013)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Now pointing to parent version 1.424.

Suggested during code review:
https://github.com/jenkinsci/tfs-plugin/pull/12/files#pullrequestreviewcomment-5324364


  Commit: 67a4fe8bc8081ae9cf351387dcd5c74a626536c3
      
https://github.com/jenkinsci/tfs-plugin/commit/67a4fe8bc8081ae9cf351387dcd5c74a626536c3
  Author: olivierdagenais <olivier.dagen...@gmail.com>
  Date:   2013-07-25 (Thu, 25 Jul 2013)

  Changed paths:
    M pom.xml
    A src/main/java/hudson/plugins/tfs/TFSRevisionState.java
    M src/main/java/hudson/plugins/tfs/TeamFoundationServerScm.java
    A src/main/java/hudson/plugins/tfs/commands/AbstractHistoryCommand.java
    M src/main/java/hudson/plugins/tfs/commands/BriefHistoryCommand.java
    M src/main/java/hudson/plugins/tfs/commands/DetailedHistoryCommand.java
    M src/main/java/hudson/plugins/tfs/model/Project.java
    M src/test/java/hudson/plugins/tfs/commands/BriefHistoryCommandTest.java
    M src/test/java/hudson/plugins/tfs/commands/DetailedHistoryCommandTest.java

  Log Message:
  -----------
  Merge pull request #12 from olivierdagenais/upgradePlugin

Upgrade plugin to parent version 1.424


Compare: 
https://github.com/jenkinsci/tfs-plugin/compare/1998a172ece4...67a4fe8bc808

-- 
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/groups/opt_out.


Reply via email to