Branch: refs/heads/support_workspace_cloaking
  Home:   https://github.com/jenkinsci/tfs-plugin
  Commit: f786e55e8d27c78c759a9d3929b2c1f243c7fecb
      
https://github.com/jenkinsci/tfs-plugin/commit/f786e55e8d27c78c759a9d3929b2c1f243c7fecb
  Author: Aaron Alexander <ajalexan...@sep.com>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/main/java/hudson/plugins/tfs/commands/NewWorkspaceCommand.java
    M src/test/java/hudson/plugins/tfs/commands/NewWorkspaceCommandTest.java

  Log Message:
  -----------
  Create Workspace with list of WorkingFolder items

This is contrast with explicitly mapping after workspace creation.
Creating with a list of WorkingFolder items will allow cloaked paths to
also be specified.


  Commit: b2bf973ebcb425d9168d4139b6f2c7f63bb43a9b
      
https://github.com/jenkinsci/tfs-plugin/commit/b2bf973ebcb425d9168d4139b6f2c7f63bb43a9b
  Author: Oli Dagenais <oliv...@microsoft.com>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/main/java/hudson/plugins/tfs/TeamFoundationServerScm.java
    M src/main/java/hudson/plugins/tfs/actions/CheckoutAction.java
    M src/main/java/hudson/plugins/tfs/commands/NewWorkspaceCommand.java
    M src/main/java/hudson/plugins/tfs/model/WorkspaceConfiguration.java
    M src/main/java/hudson/plugins/tfs/model/Workspaces.java
    M src/main/resources/hudson/plugins/tfs/TeamFoundationServerScm/config.jelly
    A 
src/main/resources/hudson/plugins/tfs/TeamFoundationServerScm/help-cloakedPaths.html
    M 
src/test/java/hudson/plugins/tfs/TeamFoundationServerScmIntegrationTest.java
    M src/test/java/hudson/plugins/tfs/TeamFoundationServerScmTest.java
    M src/test/java/hudson/plugins/tfs/actions/CheckoutActionTest.java
    M 
src/test/java/hudson/plugins/tfs/browsers/TeamSystemWebAccessBrowserTest.java
    M src/test/java/hudson/plugins/tfs/commands/NewWorkspaceCommandTest.java
    M src/test/java/hudson/plugins/tfs/model/WorkspaceConfigurationTest.java
    M src/test/java/hudson/plugins/tfs/model/WorkspacesTest.java
    M 
src/test/java/hudson/plugins/tfs/util/BuildWorkspaceConfigurationRetrieverTest.java

  Log Message:
  -----------
  Support workspace cloaking with server path list

The new "Cloaked paths" field makes it possible to configure exclusions
when downloading from the "Project path".


  Commit: 1b4f7bed439b7aff1ddd40586c34213ff238cb09
      
https://github.com/jenkinsci/tfs-plugin/commit/1b4f7bed439b7aff1ddd40586c34213ff238cb09
  Author: Oli Dagenais <oliv...@microsoft.com>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M src/main/java/hudson/plugins/tfs/TeamFoundationServerScm.java
    M 
src/main/resources/hudson/plugins/tfs/TeamFoundationServerScm/help-cloakedPaths.html
    M src/test/java/hudson/plugins/tfs/TeamFoundationServerScmTest.java

  Log Message:
  -----------
  Delimit cloaked paths with newlines instead of ;

Newlines are the preferred delimiters but semicolons are still accepted
to transition previous implementations.


  Commit: 67a0160178ea5ab124b90bbb7a412db283ece643
      
https://github.com/jenkinsci/tfs-plugin/commit/67a0160178ea5ab124b90bbb7a412db283ece643
  Author: Luke Watson <luke.wat...@soti.net>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

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

  Log Message:
  -----------
  Changes in cloaked paths do not trigger a build

This is done by excluding from consideration changesets that
are considered "fully cloaked", in other words consisting of items
whose paths are all covered by at least one of the cloaked paths.


Compare: 
https://github.com/jenkinsci/tfs-plugin/compare/bf3a866f1160...67a0160178ea

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