Branch: refs/heads/replace_tf_in_commands
Home: https://github.com/jenkinsci/tfs-plugin
Commit: 4f1072c130bb5c5a7923cdf91c75b6beb7de1a9d
https://github.com/jenkinsci/tfs-plugin/commit/4f1072c130bb5c5a7923cdf91c75b6beb7de1a9d
Author: Oli Dagenais <[email protected]>
Date: 2015-08-06 (Thu, 06 Aug 2015)
Changed paths:
M src/main/java/hudson/plugins/tfs/commands/DeleteWorkspaceCommand.java
M src/main/java/hudson/plugins/tfs/commands/NewWorkspaceCommand.java
M src/main/java/hudson/plugins/tfs/model/Workspaces.java
M src/test/java/hudson/plugins/tfs/commands/DeleteWorkspaceCommandTest.java
M src/test/java/hudson/plugins/tfs/commands/NewWorkspaceCommandTest.java
M src/test/java/hudson/plugins/tfs/model/WorkspacesTest.java
Log Message:
-----------
Upgrade [New|Delete]WorkspaceCommand.
Four tests no longer applied and were deleted, and two more were added.
Commit: 88e7a6fb8b78ac8f4155c4db5cc839371164b635
https://github.com/jenkinsci/tfs-plugin/commit/88e7a6fb8b78ac8f4155c4db5cc839371164b635
Author: Oli Dagenais <[email protected]>
Date: 2015-08-06 (Thu, 06 Aug 2015)
Changed paths:
M src/main/java/hudson/plugins/tfs/commands/ListWorkspacesCommand.java
M src/test/java/hudson/plugins/tfs/commands/ListWorkspacesCommandTest.java
Log Message:
-----------
TDD: logWithNoWorkspaces
Commit: 74daba712dba774fcfcf2b4bba43ccdb2a2d9c11
https://github.com/jenkinsci/tfs-plugin/commit/74daba712dba774fcfcf2b4bba43ccdb2a2d9c11
Author: Oli Dagenais <[email protected]>
Date: 2015-08-06 (Thu, 06 Aug 2015)
Changed paths:
M src/main/java/hudson/plugins/tfs/commands/ListWorkspacesCommand.java
M src/test/java/hudson/plugins/tfs/commands/ListWorkspacesCommandTest.java
Log Message:
-----------
TDD: logWithOneWorkspace
Commit: 9d7196ed7609990c318875c46360e2632d7b3b9e
https://github.com/jenkinsci/tfs-plugin/commit/9d7196ed7609990c318875c46360e2632d7b3b9e
Author: Oli Dagenais <[email protected]>
Date: 2015-08-06 (Thu, 06 Aug 2015)
Changed paths:
M src/test/java/hudson/plugins/tfs/commands/ListWorkspacesCommandTest.java
Log Message:
-----------
Add logWithManyWorkspaces test.
Commit: 0124fa1208231a17aff1b064313eb2556f5700b7
https://github.com/jenkinsci/tfs-plugin/commit/0124fa1208231a17aff1b064313eb2556f5700b7
Author: Oli Dagenais <[email protected]>
Date: 2015-08-06 (Thu, 06 Aug 2015)
Changed paths:
M src/main/java/hudson/plugins/tfs/commands/ListWorkspacesCommand.java
M src/main/java/hudson/plugins/tfs/model/MockableVersionControlClient.java
M src/main/java/hudson/plugins/tfs/model/Server.java
M src/main/java/hudson/plugins/tfs/model/Workspaces.java
M src/test/java/hudson/plugins/tfs/commands/ListWorkspacesCommandTest.java
M src/test/java/hudson/plugins/tfs/model/WorkspacesTest.java
Log Message:
-----------
Upgrade ListWorkspacesCommand.
A few tests no longer applied, most were adapted with minimal changes
and a few new ones were added, although unfortunately the
soapextensions.Workspace class is final (could not be mocked) and the two
tests that create an instance had to become integration tests because
they [briefly] connect to TFS.
Commit: 60fe975329115a840e62258af82553281ea432f7
https://github.com/jenkinsci/tfs-plugin/commit/60fe975329115a840e62258af82553281ea432f7
Author: Oli Dagenais <[email protected]>
Date: 2015-08-06 (Thu, 06 Aug 2015)
Changed paths:
R src/main/java/hudson/plugins/tfs/commands/GetWorkspaceMappingsCommand.java
M src/main/java/hudson/plugins/tfs/model/Workspace.java
R
src/test/java/hudson/plugins/tfs/commands/GetWorkspaceMappingsCommandTest.java
M src/test/java/hudson/plugins/tfs/model/WorkspaceTest.java
Log Message:
-----------
Remove unused GetWorkspaceMappingsCommand[Test].
Commit: b3dd494034dfe5e8a536c8ba3e348d3b8e9dd212
https://github.com/jenkinsci/tfs-plugin/commit/b3dd494034dfe5e8a536c8ba3e348d3b8e9dd212
Author: Oli Dagenais <[email protected]>
Date: 2015-08-06 (Thu, 06 Aug 2015)
Changed paths:
M src/test/java/hudson/plugins/tfs/FunctionalTest.java
Log Message:
-----------
Work around the test being too fast!
Commit: 6e842b64f870458737b1dc8e5f45a3e98520c008
https://github.com/jenkinsci/tfs-plugin/commit/6e842b64f870458737b1dc8e5f45a3e98520c008
Author: Oli Dagenais <[email protected]>
Date: 2015-08-06 (Thu, 06 Aug 2015)
Changed paths:
M src/main/java/hudson/plugins/tfs/actions/CheckoutAction.java
M src/main/java/hudson/plugins/tfs/model/Project.java
M src/test/java/hudson/plugins/tfs/actions/CheckoutActionTest.java
Log Message:
-----------
Extract maxCount as a parameter.
This should help make it explicit that we're potentially downloading a
whole lot of history.
Commit: c2b29ab422c00dc2bdb7fefc63cb0063904c62b4
https://github.com/jenkinsci/tfs-plugin/commit/c2b29ab422c00dc2bdb7fefc63cb0063904c62b4
Author: Oli Dagenais <[email protected]>
Date: 2015-08-06 (Thu, 06 Aug 2015)
Changed paths:
M src/main/java/hudson/plugins/tfs/TeamFoundationServerScm.java
M src/main/java/hudson/plugins/tfs/model/Project.java
Log Message:
-----------
Add getLatestChangeset() method for polling.
We really just want to know what the latest changeset is, to compare
against the baseline. This also is explicit that we need very few
details and that we only download the 1, latest item.
Commit: 19313746afd8e7bfc8ab3709dba73853c3ac6379
https://github.com/jenkinsci/tfs-plugin/commit/19313746afd8e7bfc8ab3709dba73853c3ac6379
Author: Oli Dagenais <[email protected]>
Date: 2015-08-06 (Thu, 06 Aug 2015)
Changed paths:
R
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/commands/WorkspaceChangesetVersionCommandTest.java
M src/test/java/hudson/plugins/tfs/model/ProjectTest.java
Log Message:
-----------
Delete unused WorkspaceChangesetVersionCommand.
It was probably obsoleted once a workspace was no longer required for
polling.
Commit: 2d8f1652e7d36d8d7c4aa0efdb3e37800f0d3fea
https://github.com/jenkinsci/tfs-plugin/commit/2d8f1652e7d36d8d7c4aa0efdb3e37800f0d3fea
Author: Oli Dagenais <[email protected]>
Date: 2015-08-06 (Thu, 06 Aug 2015)
Changed paths:
R
src/main/java/hudson/plugins/tfs/commands/AbstractChangesetVersionCommand.java
M
src/main/java/hudson/plugins/tfs/commands/RemoteChangesetVersionCommand.java
M src/main/java/hudson/plugins/tfs/model/Project.java
Log Message:
-----------
Inline AbstractChangesetVersionCommand.
There was only one subclass left, so it didn't make sense to keep the
extra abstraction.
Commit: 3a215696c73c512badc5d82802f9ee03bec6feac
https://github.com/jenkinsci/tfs-plugin/commit/3a215696c73c512badc5d82802f9ee03bec6feac
Author: Oli Dagenais <[email protected]>
Date: 2015-08-06 (Thu, 06 Aug 2015)
Changed paths:
M src/main/java/hudson/plugins/tfs/model/Project.java
Log Message:
-----------
Increase visibility of method for re-use.
Commit: 9a37df4e5004d0d3122b62f88a970c5c21107c28
https://github.com/jenkinsci/tfs-plugin/commit/9a37df4e5004d0d3122b62f88a970c5c21107c28
Author: Oli Dagenais <[email protected]>
Date: 2015-08-06 (Thu, 06 Aug 2015)
Changed paths:
M
src/main/java/hudson/plugins/tfs/commands/RemoteChangesetVersionCommand.java
M src/main/java/hudson/plugins/tfs/model/Project.java
M
src/test/java/hudson/plugins/tfs/commands/RemoteChangesetVersionCommandTest.java
Log Message:
-----------
Upgrade RemoteChangesetVersionCommand.
Commit: f8a020c31b0cae7873480a4c2ddd9723b8a6157f
https://github.com/jenkinsci/tfs-plugin/commit/f8a020c31b0cae7873480a4c2ddd9723b8a6157f
Author: Oli Dagenais <[email protected]>
Date: 2015-08-06 (Thu, 06 Aug 2015)
Changed paths:
M src/main/java/hudson/plugins/tfs/commands/GetFilesToWorkFolderCommand.java
M
src/test/java/hudson/plugins/tfs/commands/GetFilesToWorkFolderCommandTest.java
Log Message:
-----------
Remove unused preview flag.
It was always false except for one test.
Commit: 7cde78ef563698dfe4ae28ab8fb2106a63e0c139
https://github.com/jenkinsci/tfs-plugin/commit/7cde78ef563698dfe4ae28ab8fb2106a63e0c139
Author: Oli Dagenais <[email protected]>
Date: 2015-08-06 (Thu, 06 Aug 2015)
Changed paths:
M src/main/java/hudson/plugins/tfs/commands/GetFilesToWorkFolderCommand.java
M
src/test/java/hudson/plugins/tfs/commands/GetFilesToWorkFolderCommandTest.java
Log Message:
-----------
Switch to Server and add "final".
Commit: 03bcd13ff2b741fb9a8cfad237962e982dc7923c
https://github.com/jenkinsci/tfs-plugin/commit/03bcd13ff2b741fb9a8cfad237962e982dc7923c
Author: Oli Dagenais <[email protected]>
Date: 2015-08-06 (Thu, 06 Aug 2015)
Changed paths:
M src/main/java/hudson/plugins/tfs/commands/GetFilesToWorkFolderCommand.java
M src/main/java/hudson/plugins/tfs/model/Project.java
M
src/test/java/hudson/plugins/tfs/commands/GetFilesToWorkFolderCommandTest.java
Log Message:
-----------
Remove constructor overload without versionSpec.
It was only ever used in tests.
Commit: 4b6ad8d4214d236139c6d96af15a22ff11d3ce76
https://github.com/jenkinsci/tfs-plugin/commit/4b6ad8d4214d236139c6d96af15a22ff11d3ce76
Author: Oli Dagenais <[email protected]>
Date: 2015-08-06 (Thu, 06 Aug 2015)
Changed paths:
M src/main/java/hudson/plugins/tfs/model/Project.java
M src/test/java/hudson/plugins/tfs/model/ProjectTest.java
Log Message:
-----------
Delete overload used only in tests.
Compare:
https://github.com/jenkinsci/tfs-plugin/compare/00b457c784bc...4b6ad8d4214d
--
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.