Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/Surround-SCM-plugin
  Commit: 0d73ca31b7f5df61874f62d7f93c700d3b1ff45a
      
https://github.com/jenkinsci/Surround-SCM-plugin/commit/0d73ca31b7f5df61874f62d7f93c700d3b1ff45a
  Author: Paul <pvi...@gmail.com>
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
    M pom.xml
    A src/main/java/hudson/scm/SSCMUtils.java
    M src/main/java/hudson/scm/SurroundSCM.java
    M src/main/java/hudson/scm/SurroundSCMChangeLogParser.java
    M src/main/java/hudson/scm/SurroundSCMChangeLogSet.java
    A src/main/java/hudson/scm/SurroundStep.java
    A src/test/java/hudson/scm/SSCMUtilsTest.java

  Log Message:
  -----------
  Upgraded the SurroundSCM plugin to implement the newer 'Run' based API vs the 
previous 'AbstractBuild' based API.
Added code for basic Pipeline support.
Improved parsing of the changelog file.
Added code to set the email on a changelog parsed user, assuming that the email 
for said user has not already been explicitly set.


  Commit: e835e866f650cf14c96ff69fc1e624ce9ea59c88
      
https://github.com/jenkinsci/Surround-SCM-plugin/commit/e835e866f650cf14c96ff69fc1e624ce9ea59c88
  Author: Paul <pvi...@gmail.com>
  Date:   2016-11-11 (Fri, 11 Nov 2016)

  Changed paths:
    M src/main/java/hudson/scm/SurroundSCMChangeLogParser.java

  Log Message:
  -----------
  Regex pattern used for parsing the CruiseControl command output is threadsafe 
(according to Javadoc), so I am making the Pattern a final static variable to 
try to improve the performance a bit more.


  Commit: 492f01cd032ae4fa22d15aecc703b7106d39e959
      
https://github.com/jenkinsci/Surround-SCM-plugin/commit/492f01cd032ae4fa22d15aecc703b7106d39e959
  Author: Paul <pvi...@gmail.com>
  Date:   2016-11-11 (Fri, 11 Nov 2016)

  Changed paths:
    M src/main/java/hudson/scm/SurroundStep.java
    A src/main/resources/hudson/scm/SurroundStep/config.jelly

  Log Message:
  -----------
  Implemented config.jelly (and made changes to SurroundStep.java to support 
it) to allow the 'sscm' command to work in the Pipeline command assistance


  Commit: e21f190b54f9a76e500c4da96a603403f1e1142d
      
https://github.com/jenkinsci/Surround-SCM-plugin/commit/e21f190b54f9a76e500c4da96a603403f1e1142d
  Author: Paul <pvi...@gmail.com>
  Date:   2016-11-11 (Fri, 11 Nov 2016)

  Changed paths:
    M src/main/resources/hudson/scm/SurroundSCM/config.jelly
    R src/main/resources/hudson/scm/SurroundSCM/help-SurroundSCM.rsakey.html
    R src/main/resources/hudson/scm/SurroundSCM/help-name.html
    A src/main/resources/hudson/scm/SurroundSCM/help-rsaKeyPath.html
    R src/main/resources/hudson/scm/SurroundSCM/help-rsakey.html
    A src/main/resources/hudson/scm/SurroundSCM/help-surroundSCMExecutable.html
    A src/main/resources/hudson/scm/SurroundStep/help-RSAKeyFile.html
    A src/main/resources/hudson/scm/SurroundStep/help-sscmPath.html
    A src/main/resources/hudson/scm/SurroundStep/help-sscm_url.html

  Log Message:
  -----------
  Updated config.jelly to work w/ help documentation.  Added some help 
documentation for fields I get frequent questions about.


  Commit: 0ee846142049e7251f4000a9bcc2a1e5fb212264
      
https://github.com/jenkinsci/Surround-SCM-plugin/commit/0ee846142049e7251f4000a9bcc2a1e5fb212264
  Author: Paul <pvi...@gmail.com>
  Date:   2016-11-14 (Mon, 14 Nov 2016)

  Changed paths:
    M pom.xml
    M src/main/java/hudson/scm/SSCMUtils.java
    M src/main/java/hudson/scm/SurroundSCM.java
    A src/main/java/hudson/scm/SurroundTool.java
    M src/main/resources/hudson/scm/SurroundSCM/config.jelly
    R src/main/resources/hudson/scm/SurroundSCM/help-surroundSCMExecutable.html
    M src/main/resources/hudson/scm/SurroundStep/config.jelly
    R src/main/resources/hudson/scm/SurroundStep/help-sscmPath.html
    A src/main/resources/hudson/scm/SurroundTool/config.jelly
    A src/main/resources/hudson/scm/SurroundTool/help-home.html

  Log Message:
  -----------
  Implemented a 'Global Tool Configuration' for Surround.  Removed 'Path to 
Surround Executable' from Pipeline and Freestyle configurations.


  Commit: 2f875594ac7e2f037b3518815de188257f4ea555
      
https://github.com/jenkinsci/Surround-SCM-plugin/commit/2f875594ac7e2f037b3518815de188257f4ea555
  Author: Paul <pvi...@gmail.com>
  Date:   2016-11-15 (Tue, 15 Nov 2016)

  Changed paths:
    M src/main/java/hudson/scm/SurroundSCM.java
    M src/main/java/hudson/scm/SurroundStep.java

  Log Message:
  -----------
  Made the 'RSAKeyFile' parameter an 'Optional' parameter that is set via a 
DataBoundSetter


  Commit: fbe4370fcd0a2ab78ff5a082eb26074dedfa5fcd
      
https://github.com/jenkinsci/Surround-SCM-plugin/commit/fbe4370fcd0a2ab78ff5a082eb26074dedfa5fcd
  Author: Paul <pvi...@gmail.com>
  Date:   2016-11-15 (Tue, 15 Nov 2016)

  Changed paths:
    M src/main/java/hudson/scm/SSCMUtils.java
    M src/test/java/hudson/scm/SSCMUtilsTest.java

  Log Message:
  -----------
  Fixed the URL parser to use a regex pattern for more reliability.


  Commit: ebb2e97b8edc9ba255abe95750b48dbb5f7dbc79
      
https://github.com/jenkinsci/Surround-SCM-plugin/commit/ebb2e97b8edc9ba255abe95750b48dbb5f7dbc79
  Author: Paul <pvi...@gmail.com>
  Date:   2016-11-15 (Tue, 15 Nov 2016)

  Changed paths:
    M src/main/java/hudson/scm/SSCMUtils.java

  Log Message:
  -----------
  Removed extra spaces


  Commit: 993a44ae83b6f0be632ea4751997832173608410
      
https://github.com/jenkinsci/Surround-SCM-plugin/commit/993a44ae83b6f0be632ea4751997832173608410
  Author: Paul <pvi...@gmail.com>
  Date:   2016-11-15 (Tue, 15 Nov 2016)

  Changed paths:
    M src/main/java/hudson/scm/SSCMUtils.java
    M src/test/java/hudson/scm/SSCMUtilsTest.java

  Log Message:
  -----------
  Fixed possible null pointer error


  Commit: 50137ff8e38c73ce6951ef54ea4a412aa0cf1ba1
      
https://github.com/jenkinsci/Surround-SCM-plugin/commit/50137ff8e38c73ce6951ef54ea4a412aa0cf1ba1
  Author: Paul <pvi...@gmail.com>
  Date:   2016-11-15 (Tue, 15 Nov 2016)

  Changed paths:
    M src/main/java/hudson/scm/SurroundStep.java

  Log Message:
  -----------
  Cleaned up some assignments, reformatted the code a little


  Commit: dcee58dd6ba90b0854b5063b2a3d3d47f5ebb2f7
      
https://github.com/jenkinsci/Surround-SCM-plugin/commit/dcee58dd6ba90b0854b5063b2a3d3d47f5ebb2f7
  Author: Paul <pvi...@gmail.com>
  Date:   2016-11-16 (Wed, 16 Nov 2016)

  Changed paths:
    M pom.xml
    M src/main/java/hudson/scm/SSCMUtils.java
    M src/main/java/hudson/scm/SurroundSCM.java
    M src/main/java/hudson/scm/SurroundSCMChangeLogSet.java
    M src/main/resources/hudson/scm/SurroundSCM/config.jelly
    M src/main/resources/hudson/scm/SurroundStep/config.jelly

  Log Message:
  -----------
  Reduced 'Minimum' Jenkins version to 1.580.1.
Added support for user credentials and shared RSA Key files
Cleaned up constructors a bit.


  Commit: 502686674cab7e40dc0dac749789082d574bdd4f
      
https://github.com/jenkinsci/Surround-SCM-plugin/commit/502686674cab7e40dc0dac749789082d574bdd4f
  Author: Paul <pvi...@gmail.com>
  Date:   2016-11-18 (Fri, 18 Nov 2016)

  Changed paths:
    M src/main/java/hudson/scm/SurroundSCM.java
    M src/main/java/hudson/scm/SurroundStep.java
    A src/main/java/hudson/scm/config/RSAKey.java
    M src/main/resources/hudson/scm/SurroundSCM/config.jelly
    M src/main/resources/hudson/scm/SurroundStep/config.jelly

  Log Message:
  -----------
  Implemented changes to create a 'nice' config page while also maintaining 
compatibility with the Snippet Generator for the 'checkout' and new 'sscm' 
command


  Commit: 2e6b1a5202c0a9804c525a35e753ad76db08f048
      
https://github.com/jenkinsci/Surround-SCM-plugin/commit/2e6b1a5202c0a9804c525a35e753ad76db08f048
  Author: Paul <pvi...@gmail.com>
  Date:   2016-11-23 (Wed, 23 Nov 2016)

  Changed paths:
    M src/main/java/hudson/scm/SurroundSCM.java
    M src/main/java/hudson/scm/SurroundSCMRevisionState.java
    M src/main/java/hudson/scm/SurroundStep.java
    M src/main/java/hudson/scm/config/RSAKey.java
    A src/main/resources/hudson/scm/SurroundSCM/help-rsaKeyFilePath.html
    R src/main/resources/hudson/scm/SurroundSCM/help-rsaKeyPath.html
    M src/main/resources/hudson/scm/SurroundStep/config.jelly
    R src/main/resources/hudson/scm/SurroundStep/help-RSAKeyFile.html
    A src/main/resources/hudson/scm/SurroundStep/help-rsaKeyFilePath.html
    M src/main/resources/hudson/scm/SurroundStep/help-sscm_url.html

  Log Message:
  -----------
  Refactoring to resolve warnings, add comments, and clarify code.
Modified SurroundStep to assist the Snippet Generator in creating a properly 
formatted Pipeline command.
Renamed the SurroundStep's "sscm_url" parameter to simply "url"
Changed the Help text to match what I put in the design document.


  Commit: aeeaf1610380d1dd55ad2c7fe847d646e2998409
      
https://github.com/jenkinsci/Surround-SCM-plugin/commit/aeeaf1610380d1dd55ad2c7fe847d646e2998409
  Author: Paul <pvi...@gmail.com>
  Date:   2016-12-06 (Tue, 06 Dec 2016)

  Changed paths:
    M src/main/java/hudson/scm/SSCMUtils.java
    M src/main/java/hudson/scm/SurroundSCM.java
    M src/main/java/hudson/scm/SurroundStep.java
    M src/main/resources/hudson/scm/SurroundSCM/config.jelly
    M src/main/resources/hudson/scm/SurroundSCM/help-rsaKeyFilePath.html
    M src/main/resources/hudson/scm/SurroundStep/config.jelly
    M src/main/resources/hudson/scm/SurroundStep/help-rsaKeyFilePath.html
    R src/main/resources/hudson/scm/SurroundStep/help-sscm_url.html
    A src/main/resources/hudson/scm/SurroundStep/help-url.html

  Log Message:
  -----------
  Fixed wording from config pages as per current review status.
Refactored SurroundSCM & SurroundStep to use some more shared code for the 
config pages.
Cleaned up a number of TODO comments & warnings


Compare: 
https://github.com/jenkinsci/Surround-SCM-plugin/compare/9c46a59d4ccc...aeeaf1610380

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