Branch: refs/heads/master
Home: https://github.com/jenkinsci/tfs-plugin
Commit: cc891dd683e74fb284819d56016e2afb3a527a1b
https://github.com/jenkinsci/tfs-plugin/commit/cc891dd683e74fb284819d56016e2afb3a527a1b
Author: Oli Dagenais <[email protected]>
Date: 2016-02-26 (Fri, 26 Feb 2016)
Changed paths:
A src/main/java/hudson/plugins/tfs/util/License.txt
A src/main/java/hudson/plugins/tfs/util/QueryString.java
A src/main/java/hudson/plugins/tfs/util/UriHelper.java
Log Message:
-----------
Import QueryString and UriHelper from GCM4ML
These two classes were helpers in the
https://github.com/Microsoft/Git-Credential-Manager-for-Mac-and-Linux
project, also released under the MIT license.
Commit: 99da9d6603b292cbe37ccf6d4d6c96c35c272c29
https://github.com/jenkinsci/tfs-plugin/commit/99da9d6603b292cbe37ccf6d4d6c96c35c272c29
Author: Manfred Moser <[email protected]>
Date: 2016-02-27 (Sat, 27 Feb 2016)
Changed paths:
M src/main/java/hudson/plugins/tfs/browsers/TeamSystemWebAccessBrowser.java
M
src/test/java/hudson/plugins/tfs/browsers/TeamSystemWebAccessBrowserTest.java
Log Message:
-----------
Update repo browser to use TFS 2012+ URLs
Commit: a8a37e8f096c63efdae5bb36bf548d409221e82c
https://github.com/jenkinsci/tfs-plugin/commit/a8a37e8f096c63efdae5bb36bf548d409221e82c
Author: Manfred Moser <[email protected]>
Date: 2016-02-27 (Sat, 27 Feb 2016)
Changed paths:
M src/main/webapp/browsers/tswa.html
Log Message:
-----------
Update help text for web access
Commit: a1c478eac408d9fd178005014c92bd351c0305c2
https://github.com/jenkinsci/tfs-plugin/commit/a1c478eac408d9fd178005014c92bd351c0305c2
Author: Manfred Moser <[email protected]>
Date: 2016-02-27 (Sat, 27 Feb 2016)
Changed paths:
M src/main/java/hudson/plugins/tfs/browsers/TeamSystemWebAccessBrowser.java
M
src/test/java/hudson/plugins/tfs/browsers/TeamSystemWebAccessBrowserTest.java
Log Message:
-----------
TDD: SCM config URL with path, diff & file links
Commit: 9e1451817447e4b0e7687a8daec16c0ae7119f74
https://github.com/jenkinsci/tfs-plugin/commit/9e1451817447e4b0e7687a8daec16c0ae7119f74
Author: Manfred Moser <[email protected]>
Date: 2016-02-27 (Sat, 27 Feb 2016)
Changed paths:
M src/main/java/hudson/plugins/tfs/browsers/TeamSystemWebAccessBrowser.java
M
src/test/java/hudson/plugins/tfs/browsers/TeamSystemWebAccessBrowserTest.java
Log Message:
-----------
TDD: custom URL with path, diff & file links
Commit: 043ec62eccc36eda0bd60ac09fd1475a52b9d765
https://github.com/jenkinsci/tfs-plugin/commit/043ec62eccc36eda0bd60ac09fd1475a52b9d765
Author: Oli Dagenais <[email protected]>
Date: 2016-02-27 (Sat, 27 Feb 2016)
Changed paths:
M src/main/java/hudson/plugins/tfs/browsers/TeamSystemWebAccessBrowser.java
Log Message:
-----------
Refactor to avoid two calls to normalize
Commit: fd423bf84517a86597925fa933f4de22978e6e53
https://github.com/jenkinsci/tfs-plugin/commit/fd423bf84517a86597925fa933f4de22978e6e53
Author: Oli Dagenais <[email protected]>
Date: 2016-02-27 (Sat, 27 Feb 2016)
Changed paths:
M src/main/java/hudson/plugins/tfs/browsers/TeamSystemWebAccessBrowser.java
M
src/test/java/hudson/plugins/tfs/browsers/TeamSystemWebAccessBrowserTest.java
Log Message:
-----------
Remove getBaseUrl(): it was only used by tests
Commit: 71f9a0eaea56b500a0eb253405970f51db32f7f4
https://github.com/jenkinsci/tfs-plugin/commit/71f9a0eaea56b500a0eb253405970f51db32f7f4
Author: Oli Dagenais <[email protected]>
Date: 2016-02-27 (Sat, 27 Feb 2016)
Changed paths:
M src/main/java/hudson/plugins/tfs/browsers/TeamSystemWebAccessBrowser.java
Log Message:
-----------
Remove now-unused getPreviousChangeSetVersion()
Commit: afdb5d2a7f91938d3e5d333f1606204066995385
https://github.com/jenkinsci/tfs-plugin/commit/afdb5d2a7f91938d3e5d333f1606204066995385
Author: Oli Dagenais <[email protected]>
Date: 2016-02-28 (Sun, 28 Feb 2016)
Changed paths:
M src/test/java/hudson/plugins/tfs/FunctionalTest.java
Log Message:
-----------
Refactor: extract fileContents variable
Commit: e34c9df7e655743eb0c9ce26a153e9f53d3ed77c
https://github.com/jenkinsci/tfs-plugin/commit/e34c9df7e655743eb0c9ce26a153e9f53d3ed77c
Author: Oli Dagenais <[email protected]>
Date: 2016-02-28 (Sun, 28 Feb 2016)
Changed paths:
M src/test/java/hudson/plugins/tfs/FunctionalTest.java
Log Message:
-----------
Improve test to generate unique file contents
This will make it easier to verify the TSWA repo browser links.
Commit: 695c21a284986cd22cf0ab8df607caf19a3e8f01
https://github.com/jenkinsci/tfs-plugin/commit/695c21a284986cd22cf0ab8df607caf19a3e8f01
Author: Oli Dagenais <[email protected]>
Date: 2016-02-28 (Sun, 28 Feb 2016)
Changed paths:
M src/main/java/hudson/plugins/tfs/browsers/TeamSystemWebAccessBrowser.java
M
src/test/java/hudson/plugins/tfs/browsers/TeamSystemWebAccessBrowserTest.java
Log Message:
-----------
Fix file & diff links for TFS 2012
It turns out TFS 2012 RTM *needs* to have the `version` parameter,
otherwise the links only _appear_ to work, by showing the latest
version and diff against the latest version (respectively).
Commit: da3bd76e3d03d040b7308a5200acfe8b4dab846a
https://github.com/jenkinsci/tfs-plugin/commit/da3bd76e3d03d040b7308a5200acfe8b4dab846a
Author: Olivier "Oli" Dagenais <[email protected]>
Date: 2016-02-28 (Sun, 28 Feb 2016)
Changed paths:
M src/main/java/hudson/plugins/tfs/browsers/TeamSystemWebAccessBrowser.java
A src/main/java/hudson/plugins/tfs/util/License.txt
A src/main/java/hudson/plugins/tfs/util/QueryString.java
A src/main/java/hudson/plugins/tfs/util/UriHelper.java
M src/main/webapp/browsers/tswa.html
M src/test/java/hudson/plugins/tfs/FunctionalTest.java
M
src/test/java/hudson/plugins/tfs/browsers/TeamSystemWebAccessBrowserTest.java
Log Message:
-----------
Merge pull request #71 from jenkinsci/new-url-patterns
[JENKINS-16207] Repo browser links fixed
Compare:
https://github.com/jenkinsci/tfs-plugin/compare/2fb117505b6d...da3bd76e3d03
--
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.