Branch: refs/heads/master
Home: https://github.com/jenkinsci/tfs-plugin
Commit: 3a546ed1f86038ac186de53d03edb857bec9710d
https://github.com/jenkinsci/tfs-plugin/commit/3a546ed1f86038ac186de53d03edb857bec9710d
Author: Oli Dagenais <[email protected]>
Date: 2016-09-07 (Wed, 07 Sep 2016)
Changed paths:
M tfs/src/main/java/hudson/plugins/tfs/TeamCollectionConfiguration.java
Log Message:
-----------
Find credentials using only their ID
Commit: d9e4f22b18e63859e95852ed71bed76f792b9373
https://github.com/jenkinsci/tfs-plugin/commit/d9e4f22b18e63859e95852ed71bed76f792b9373
Author: Oli Dagenais <[email protected]>
Date: 2016-09-07 (Wed, 07 Sep 2016)
Changed paths:
M tfs/src/main/java/hudson/plugins/tfs/TeamFoundationServerScm.java
Log Message:
-----------
Account for no credentials
On Windows, a computer can authenticate to TFS using the identity of the
current process.
Commit: 35d86fbcb528416a52070a71cd0bef679c24eea3
https://github.com/jenkinsci/tfs-plugin/commit/35d86fbcb528416a52070a71cd0bef679c24eea3
Author: Oli Dagenais <[email protected]>
Date: 2016-09-07 (Wed, 07 Sep 2016)
Changed paths:
M tfs/src/main/java/hudson/plugins/tfs/TeamFoundationServerScm.java
M tfs/src/main/java/hudson/plugins/tfs/model/Server.java
Log Message:
-----------
Refactor: Extract Server.create() factory method
Commit: 8e3c66e6fe16f930045fe7949efff04c7a5c9d53
https://github.com/jenkinsci/tfs-plugin/commit/8e3c66e6fe16f930045fe7949efff04c7a5c9d53
Author: Oli Dagenais <[email protected]>
Date: 2016-09-08 (Thu, 08 Sep 2016)
Changed paths:
M tfs/src/main/java/hudson/plugins/tfs/TeamBuildEndpoint.java
M tfs/src/main/java/hudson/plugins/tfs/TeamEventsEndpoint.java
M tfs/src/main/java/hudson/plugins/tfs/model/BuildCommand.java
M tfs/src/main/java/hudson/plugins/tfs/util/EndpointHelper.java
M tfs/src/main/java/hudson/plugins/tfs/util/TeamRestClient.java
Log Message:
-----------
Centralize ObjectMapper instance & configuration
Commit: 27227ffc726e4ac07c5a5723f19fd6cafc4770c4
https://github.com/jenkinsci/tfs-plugin/commit/27227ffc726e4ac07c5a5723f19fd6cafc4770c4
Author: Oli Dagenais <[email protected]>
Date: 2016-09-08 (Thu, 08 Sep 2016)
Changed paths:
M tfs/src/main/java/hudson/plugins/tfs/util/TeamRestClient.java
Log Message:
-----------
Add constructor overload for convenience
Commit: 420fa76230477b1353e5b843c64ad1d71ac2971c
https://github.com/jenkinsci/tfs-plugin/commit/420fa76230477b1353e5b843c64ad1d71ac2971c
Author: Oli Dagenais <[email protected]>
Date: 2016-09-08 (Thu, 08 Sep 2016)
Changed paths:
M tfs/src/main/java/hudson/plugins/tfs/util/TeamRestClient.java
Log Message:
-----------
Simplify constructor overload with delegation
Commit: 7d746b97e16df0b1775143df7135f7b65dc6c930
https://github.com/jenkinsci/tfs-plugin/commit/7d746b97e16df0b1775143df7135f7b65dc6c930
Author: Oli Dagenais <[email protected]>
Date: 2016-09-08 (Thu, 08 Sep 2016)
Changed paths:
M tfs/src/main/java/hudson/plugins/tfs/model/ExtraSettings.java
Log Message:
-----------
Fix ExtraSettings when Jenkins not available
This is mainly for integration tests where an instance isn't necessary
Commit: f257de64805f1d9edcdf8d342533560d60b701ea
https://github.com/jenkinsci/tfs-plugin/commit/f257de64805f1d9edcdf8d342533560d60b701ea
Author: Oli Dagenais <[email protected]>
Date: 2016-09-08 (Thu, 08 Sep 2016)
Changed paths:
M tfs/src/main/java/hudson/plugins/tfs/model/HttpMethod.java
M tfs/src/main/java/hudson/plugins/tfs/model/Server.java
M tfs/src/main/java/hudson/plugins/tfs/util/MediaType.java
M tfs/src/main/java/hudson/plugins/tfs/util/TeamRestClient.java
Log Message:
-----------
Rewrite TeamRestClient to use Apache HttpClient
Using the one that ships inside the TFS SDK for Java allows us
to avoid the "attempt NTLM authentication no matter what" when
connecting to a TFS server from a Windows computer.
Commit: 425f61d845dc6a71fc112db63734b47a383cc83a
https://github.com/jenkinsci/tfs-plugin/commit/425f61d845dc6a71fc112db63734b47a383cc83a
Author: Oli Dagenais <[email protected]>
Date: 2016-09-08 (Thu, 08 Sep 2016)
Changed paths:
A tfs/src/main/java/hudson/plugins/tfs/model/ListOfGitRepositories.java
M tfs/src/main/java/hudson/plugins/tfs/util/TeamRestClient.java
Log Message:
-----------
Add TeamRestClient#getRepositories()
Commit: 64815ed9441c7f357fe449eda305075f703dee67
https://github.com/jenkinsci/tfs-plugin/commit/64815ed9441c7f357fe449eda305075f703dee67
Author: Oli Dagenais <[email protected]>
Date: 2016-09-08 (Thu, 08 Sep 2016)
Changed paths:
M tfs/src/main/java/hudson/plugins/tfs/TeamCollectionConfiguration.java
Log Message:
-----------
Improve the [Test connection] UX
The tests are now more realistic: attempt to use the SOAP API and
then fall back to trying a simple, real REST call.
Commit: 055febebf81fcd153cf34af1fe1e648d17a920e9
https://github.com/jenkinsci/tfs-plugin/commit/055febebf81fcd153cf34af1fe1e648d17a920e9
Author: Olivier "Oli" Dagenais <[email protected]>
Date: 2016-09-12 (Mon, 12 Sep 2016)
Changed paths:
M tfs/src/main/java/hudson/plugins/tfs/TeamBuildEndpoint.java
M tfs/src/main/java/hudson/plugins/tfs/TeamCollectionConfiguration.java
M tfs/src/main/java/hudson/plugins/tfs/TeamEventsEndpoint.java
M tfs/src/main/java/hudson/plugins/tfs/TeamFoundationServerScm.java
M tfs/src/main/java/hudson/plugins/tfs/model/BuildCommand.java
M tfs/src/main/java/hudson/plugins/tfs/model/ExtraSettings.java
M tfs/src/main/java/hudson/plugins/tfs/model/HttpMethod.java
A tfs/src/main/java/hudson/plugins/tfs/model/ListOfGitRepositories.java
M tfs/src/main/java/hudson/plugins/tfs/model/Server.java
M tfs/src/main/java/hudson/plugins/tfs/util/EndpointHelper.java
M tfs/src/main/java/hudson/plugins/tfs/util/MediaType.java
M tfs/src/main/java/hudson/plugins/tfs/util/TeamRestClient.java
Log Message:
-----------
Merge pull request #135 from jenkinsci/test_connection_with_sdk
Fix TeamRestClient for TFS on Windows and improve "Test connection" button
Compare:
https://github.com/jenkinsci/tfs-plugin/compare/c8701d62654d...055febebf81f
--
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.