Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/rebuild-plugin
  Commit: 17cfac781eae06934a25498c1f6372f6676435a0
      
https://github.com/jenkinsci/rebuild-plugin/commit/17cfac781eae06934a25498c1f6372f6676435a0
  Author: Rino <[email protected]>
  Date:   2013-03-24 (Sun, 24 Mar 2013)

  Changed paths:
    M src/main/java/com/sonyericsson/rebuild/RebuildAction.java
    A src/main/java/com/sonyericsson/rebuild/RebuildConfiguration.java
    M 
src/main/resources/com/sonyericsson/rebuild/RebuildAction/PasswordParameterValue.jelly
    A src/main/resources/com/sonyericsson/rebuild/RebuildAction/global.jelly
    A 
src/main/resources/com/sonyericsson/rebuild/RebuildAction/help-rememberPassword.html
    M 
src/main/resources/com/sonyericsson/rebuild/RebuildAction/parameterized.jelly

  Log Message:
  -----------
  Fixed JENKINS-15882 - rebuild plugin should not store non-stored password 
parameter
Added global configuration option to (not) remember password


  Commit: 0eb0c0005525327e3818c4b961ab65da28fcd75d
      
https://github.com/jenkinsci/rebuild-plugin/commit/0eb0c0005525327e3818c4b961ab65da28fcd75d
  Author: Rino <[email protected]>
  Date:   2013-03-25 (Mon, 25 Mar 2013)

  Changed paths:
    M src/main/java/com/sonyericsson/rebuild/RebuildAction.java
    M src/main/java/com/sonyericsson/rebuild/RebuildConfiguration.java
    M 
src/main/resources/com/sonyericsson/rebuild/RebuildAction/PasswordParameterValue.jelly
    M src/main/resources/com/sonyericsson/rebuild/RebuildAction/global.jelly
    M 
src/main/resources/com/sonyericsson/rebuild/RebuildAction/help-rememberPassword.html

  Log Message:
  -----------
  JENKINS-15882 - rebuild plugin should not store non-stored password parameter
-Replaced if jelly tag by choose
-fixed global jelly to show documentation
-imrpoved documentation
-added license
-added javadoc


  Commit: a95b48ca9ae5cd65b77c153c9f283078e5539d43
      
https://github.com/jenkinsci/rebuild-plugin/commit/a95b48ca9ae5cd65b77c153c9f283078e5539d43
  Author: Rino <[email protected]>
  Date:   2013-03-25 (Mon, 25 Mar 2013)

  Log Message:
  -----------
  Merge branch 'master' of git://github.com/jenkinsci/rebuild-plugin


  Commit: 690ac040b745e95de347e429d9ed23c2312374b5
      
https://github.com/jenkinsci/rebuild-plugin/commit/690ac040b745e95de347e429d9ed23c2312374b5
  Author: Rino <[email protected]>
  Date:   2013-03-25 (Mon, 25 Mar 2013)

  Changed paths:
    M src/main/resources/com/sonyericsson/rebuild/RebuildAction/global.jelly

  Log Message:
  -----------
  JENKINS-15882 - rebuild plugin should not store non-stored password parameter
-added default true


  Commit: 16dd3973f88b2a811ecaea62612dd50f0ca29a20
      
https://github.com/jenkinsci/rebuild-plugin/commit/16dd3973f88b2a811ecaea62612dd50f0ca29a20
  Author: Rino <[email protected]>
  Date:   2013-04-28 (Sun, 28 Apr 2013)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Merge branch 'master' of git://github.com/jenkinsci/rebuild-plugin


  Commit: 6678b8e297661bdbb83649280546d927ea06c617
      
https://github.com/jenkinsci/rebuild-plugin/commit/6678b8e297661bdbb83649280546d927ea06c617
  Author: Rino <[email protected]>
  Date:   2013-04-28 (Sun, 28 Apr 2013)

  Changed paths:
    M .gitignore
    M src/main/java/com/sonyericsson/rebuild/RebuildAction.java
    M src/main/java/com/sonyericsson/rebuild/RebuildConfiguration.java
    A src/main/java/com/sonyericsson/rebuild/RebuildDescriptor.java
    M 
src/main/resources/com/sonyericsson/rebuild/RebuildAction/PasswordParameterValue.jelly
    R src/main/resources/com/sonyericsson/rebuild/RebuildAction/global.jelly
    R 
src/main/resources/com/sonyericsson/rebuild/RebuildAction/help-rememberPassword.html
    M 
src/main/resources/com/sonyericsson/rebuild/RebuildAction/parameterized.jelly
    A src/main/resources/com/sonyericsson/rebuild/RebuildDescriptor/config.jelly
    A 
src/main/resources/com/sonyericsson/rebuild/RebuildDescriptor/help-rememberPasswordEnabled.html

  Log Message:
  -----------
  JENKINS-15882 - rebuild plugin should not store non-stored password parameter
- fixed review comment


  Commit: 2102137b5b988d46283368c1fb61dd216183b7be
      
https://github.com/jenkinsci/rebuild-plugin/commit/2102137b5b988d46283368c1fb61dd216183b7be
  Author: Rino <[email protected]>
  Date:   2013-05-19 (Sun, 19 May 2013)

  Changed paths:
    A 
src/main/resources/com/sonyericsson/rebuild/RebuildAction/ExtendedChoiceParameterValue.jelly

  Log Message:
  -----------
  Fixed: JENKINS-14828 - Rebuild plugin crashes when used in conjuction with 
Extended Choice Parameter
Added the Jelly file that makes it possible to change the value of the 
parameter when rebuilding (simple string input box). Unfortunately the type of 
parameter is not serialized in the job, so it's hard to present a nice gui when 
rebuilding based on the type of extended choice parameter. We could use the 
current job configuration, however this might conflict with builds that ran in 
the past with a different configuration.


  Commit: 50f9bf384cbca8125c9eefc8f48c132ee1a71247
      
https://github.com/jenkinsci/rebuild-plugin/commit/50f9bf384cbca8125c9eefc8f48c132ee1a71247
  Author: Robert Sandell <[email protected]>
  Date:   2013-07-22 (Mon, 22 Jul 2013)

  Changed paths:
    M .gitignore
    M src/main/java/com/sonyericsson/rebuild/RebuildAction.java
    A src/main/java/com/sonyericsson/rebuild/RebuildConfiguration.java
    A src/main/java/com/sonyericsson/rebuild/RebuildDescriptor.java
    A 
src/main/resources/com/sonyericsson/rebuild/RebuildAction/ExtendedChoiceParameterValue.jelly
    M 
src/main/resources/com/sonyericsson/rebuild/RebuildAction/PasswordParameterValue.jelly
    M 
src/main/resources/com/sonyericsson/rebuild/RebuildAction/parameterized.jelly
    A src/main/resources/com/sonyericsson/rebuild/RebuildDescriptor/config.jelly
    A 
src/main/resources/com/sonyericsson/rebuild/RebuildDescriptor/help-rememberPasswordEnabled.html

  Log Message:
  -----------
  Merge pull request #8 from rinokadijk/master

Fixed JENKINS-15882 - rebuild plugin should not store non-stored password 
parameter


Compare: 
https://github.com/jenkinsci/rebuild-plugin/compare/d7bc0e5155ed...50f9bf384cbc

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