Branch: refs/heads/master Home: https://github.com/jenkinsci/tfs-plugin Commit: 78ce509aca1f2f137d9186fd68cba10db2f3d7ab https://github.com/jenkinsci/tfs-plugin/commit/78ce509aca1f2f137d9186fd68cba10db2f3d7ab Author: Olivier Dagenais <olivier.dagen...@gmail.com> Date: 2013-06-24 (Mon, 24 Jun 2013)
Changed paths: M src/main/java/hudson/plugins/tfs/actions/CheckoutAction.java M src/test/java/hudson/plugins/tfs/actions/CheckoutActionTest.java Log Message: ----------- Merge branch 'mapFullRemote' into upgradeAndAbsolute Commit: 9176a1bdbcc6fb312c6ef46213a2e3af89fa4e8b https://github.com/jenkinsci/tfs-plugin/commit/9176a1bdbcc6fb312c6ef46213a2e3af89fa4e8b Author: Olivier Dagenais <olivier.dagen...@gmail.com> Date: 2013-07-02 (Tue, 02 Jul 2013) Changed paths: M src/main/java/hudson/plugins/tfs/commands/AbstractCommand.java M src/main/java/hudson/plugins/tfs/commands/AbstractHistoryCommand.java Log Message: ----------- Pulled up the getRangeSpecification() method for future re-use. Commit: 98836e0ad63522b75b6ad0c0d8ce236a611e7690 https://github.com/jenkinsci/tfs-plugin/commit/98836e0ad63522b75b6ad0c0d8ce236a611e7690 Author: Olivier Dagenais <olivier.dagen...@gmail.com> Date: 2013-07-02 (Tue, 02 Jul 2013) Changed paths: M src/main/java/hudson/plugins/tfs/commands/AbstractCommand.java M src/main/java/hudson/plugins/tfs/commands/AbstractHistoryCommand.java Log Message: ----------- Pull up the getExclusiveToTimestamp() method for future re-use. Commit: 1d6dcc7e709156f86f16fad0fec2b16bddaccf3e https://github.com/jenkinsci/tfs-plugin/commit/1d6dcc7e709156f86f16fad0fec2b16bddaccf3e Author: Olivier Dagenais <olivier.dagen...@gmail.com> Date: 2013-07-02 (Tue, 02 Jul 2013) Changed paths: A src/main/java/hudson/plugins/tfs/commands/AbstractChangesetVersionCommand.java M src/main/java/hudson/plugins/tfs/commands/WorkspaceChangesetVersionCommand.java Log Message: ----------- Extracted the AbstractChangesetVersionCommand superclass for future re-use. Commit: b6d7e3514c4c6a42aaa4d361464fafe235245201 https://github.com/jenkinsci/tfs-plugin/commit/b6d7e3514c4c6a42aaa4d361464fafe235245201 Author: Olivier Dagenais <olivier.dagen...@gmail.com> Date: 2013-07-02 (Tue, 02 Jul 2013) Changed paths: A src/main/java/hudson/plugins/tfs/commands/RemoteChangesetVersionCommand.java A src/test/java/hudson/plugins/tfs/commands/RemoteChangesetVersionCommandTest.java Log Message: ----------- Introducing the RemoteChangesetVersionCommand and tests. Commit: 0e387d5c24557c365aa103524a648a17553bcfee https://github.com/jenkinsci/tfs-plugin/commit/0e387d5c24557c365aa103524a648a17553bcfee Author: Olivier Dagenais <olivier.dagen...@gmail.com> Date: 2013-07-02 (Tue, 02 Jul 2013) Changed paths: M src/main/java/hudson/plugins/tfs/commands/RemoteChangesetVersionCommand.java M src/test/java/hudson/plugins/tfs/commands/RemoteChangesetVersionCommandTest.java Log Message: ----------- Fix for TEE CLC compatibility. Commit: 1e5ae0f98f2e212d0cd1adb6d6017c9880cca160 https://github.com/jenkinsci/tfs-plugin/commit/1e5ae0f98f2e212d0cd1adb6d6017c9880cca160 Author: Olivier Dagenais <olivier.dagen...@gmail.com> Date: 2013-07-02 (Tue, 02 Jul 2013) Changed paths: M src/main/java/hudson/plugins/tfs/TeamFoundationServerScm.java M src/main/java/hudson/plugins/tfs/model/Project.java Log Message: ----------- Use the more predictable getRemoteChangesetVersion() for the workspace changeset. Commit: c5ae3fbadfa78007821493415f603dc2860d029c https://github.com/jenkinsci/tfs-plugin/commit/c5ae3fbadfa78007821493415f603dc2860d029c Author: Olivier Dagenais <olivier.dagen...@gmail.com> Date: 2013-07-02 (Tue, 02 Jul 2013) Changed paths: M src/main/java/hudson/plugins/tfs/TeamFoundationServerScm.java R src/test/java/hudson/plugins/tfs/TeamFoundationServerScmIntegrationTest.java R src/test/resources/hudson/plugins/tfs/TeamFoundationServerScmIntegrationTest/testThatPollingTfsDoesNotThrowNPE.zip Log Message: ----------- Add support for workspace-free polling. Deleted an integration test that used the old-style polling and made all sorts of assumptions that no longer make sense. Commit: 95b8c256666159456ed4d73d0dd68c578e7aad61 https://github.com/jenkinsci/tfs-plugin/commit/95b8c256666159456ed4d73d0dd68c578e7aad61 Author: Olivier Dagenais <olivier.dagen...@gmail.com> Date: 2013-07-25 (Thu, 25 Jul 2013) Changed paths: A README.md M pom.xml Log Message: ----------- Merge branch 'master' into everything Commit: 9bf737a72b3e1e464c693c0b86b16d7cdce08f8b https://github.com/jenkinsci/tfs-plugin/commit/9bf737a72b3e1e464c693c0b86b16d7cdce08f8b Author: olivierdagenais <olivier.dagen...@gmail.com> Date: 2013-07-25 (Thu, 25 Jul 2013) Changed paths: M src/main/java/hudson/plugins/tfs/TeamFoundationServerScm.java A src/main/java/hudson/plugins/tfs/commands/AbstractChangesetVersionCommand.java M src/main/java/hudson/plugins/tfs/commands/AbstractCommand.java M src/main/java/hudson/plugins/tfs/commands/AbstractHistoryCommand.java A src/main/java/hudson/plugins/tfs/commands/RemoteChangesetVersionCommand.java M src/main/java/hudson/plugins/tfs/commands/WorkspaceChangesetVersionCommand.java M src/main/java/hudson/plugins/tfs/model/Project.java R src/test/java/hudson/plugins/tfs/TeamFoundationServerScmIntegrationTest.java A src/test/java/hudson/plugins/tfs/commands/RemoteChangesetVersionCommandTest.java R src/test/resources/hudson/plugins/tfs/TeamFoundationServerScmIntegrationTest/testThatPollingTfsDoesNotThrowNPE.zip Log Message: ----------- Merge pull request #14 from olivierdagenais/noWorkspaceWhenPolling Add support for polling without needing a workspace Compare: https://github.com/jenkinsci/tfs-plugin/compare/bfdd202b65cb...9bf737a72b3e -- 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.