Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/m2release-plugin
  Commit: 218063c27cfbd2c2a2b7a6de0ff0c6d985f1e8c2
      
https://github.com/jenkinsci/m2release-plugin/commit/218063c27cfbd2c2a2b7a6de0ff0c6d985f1e8c2
  Author: Jesse Glick <[email protected]>
  Date:   2013-11-05 (Tue, 05 Nov 2013)

  Changed paths:
    M 
src/main/java/org/jvnet/hudson/plugins/m2release/M2ReleaseBuildWrapper.java

  Log Message:
  -----------
  Do not store scmPassword in cleartext in goalsAndOptions in build.xml.


  Commit: 752fdc07ff78aacb9c095f82d44b184937cf163d
      
https://github.com/jenkinsci/m2release-plugin/commit/752fdc07ff78aacb9c095f82d44b184937cf163d
  Author: Jesse Glick <[email protected]>
  Date:   2013-12-05 (Thu, 05 Dec 2013)

  Changed paths:
    M src/main/java/org/jvnet/hudson/plugins/m2release/ReleaseCause.java

  Log Message:
  -----------
  Merge branch 'master' into hide-scm-password


  Commit: 7556529d6838c7ea7a8e43554c2e21b6c9e3db6e
      
https://github.com/jenkinsci/m2release-plugin/commit/7556529d6838c7ea7a8e43554c2e21b6c9e3db6e
  Author: Jesse Glick <[email protected]>
  Date:   2013-12-05 (Thu, 05 Dec 2013)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Use a standard license URL.
This allows NetBeans to add license headers automatically.


  Commit: d816cb189a8b3576d24e84011a3dc129c7435c10
      
https://github.com/jenkinsci/m2release-plugin/commit/d816cb189a8b3576d24e84011a3dc129c7435c10
  Author: Jesse Glick <[email protected]>
  Date:   2013-12-05 (Thu, 05 Dec 2013)

  Changed paths:
    M 
src/main/java/org/jvnet/hudson/plugins/m2release/M2ReleaseArgumentInterceptorAction.java
    M 
src/main/java/org/jvnet/hudson/plugins/m2release/M2ReleaseBuildWrapper.java
    A 
src/test/java/org/jvnet/hudson/plugins/m2release/M2ReleaseArgumentInterceptorActionFunctionalTest.java

  Log Message:
  -----------
  The scmPassword does in fact need to be remembered, so keep it encrypted and 
add it to the arguments as needed.


  Commit: 46494d78f5cd7934a50478be6dcb72a49b994e8f
      
https://github.com/jenkinsci/m2release-plugin/commit/46494d78f5cd7934a50478be6dcb72a49b994e8f
  Author: Jesse Glick <[email protected]>
  Date:   2013-12-10 (Tue, 10 Dec 2013)

  Changed paths:
    M 
src/main/java/org/jvnet/hudson/plugins/m2release/M2ReleaseArgumentInterceptorAction.java
    R 
src/test/java/org/jvnet/hudson/plugins/m2release/M2ReleaseArgumentInterceptorActionFunctionalTest.java
    M 
src/test/java/org/jvnet/hudson/plugins/m2release/M2ReleaseArgumentInterceptorActionTest.java

  Log Message:
  -----------
  @jtnord and @imod seem to concur that M2ReleaseArgumentInterceptorAction is 
never used after the build completes.
Therefore there is no purpose in making any of its fields nontransient.
(Ideally the action would not be stored in build.xml at all, using 
TransientBuildActionFactory,
but MavenModuleSetBuildExecution does not consult Run.getTransientActions so 
this would not work.)
This simplifies the handling of scmPassword: no Secret storage is required.
That in turn simplifies testing: no JenkinsRule is needed.


  Commit: f3426cc37b5747c5ed8e2fca02a9396038afc199
      
https://github.com/jenkinsci/m2release-plugin/commit/f3426cc37b5747c5ed8e2fca02a9396038afc199
  Author: jtnord <[email protected]>
  Date:   2013-12-13 (Fri, 13 Dec 2013)

  Changed paths:
    M pom.xml
    M 
src/main/java/org/jvnet/hudson/plugins/m2release/M2ReleaseArgumentInterceptorAction.java
    M 
src/main/java/org/jvnet/hudson/plugins/m2release/M2ReleaseBuildWrapper.java
    M 
src/test/java/org/jvnet/hudson/plugins/m2release/M2ReleaseArgumentInterceptorActionTest.java

  Log Message:
  -----------
  Merge pull request #13 from jglick/hide-scm-password

Do not store scmPassword in cleartext in goalsAndOptions in build.xml.


Compare: 
https://github.com/jenkinsci/m2release-plugin/compare/01283eef70f3...f3426cc37b57

-- 
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/groups/opt_out.

Reply via email to