Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/stash-branch-parameters-plugin
  Commit: 49d442c90c33c5e14259f8d592b024e1b9a555c6
      
https://github.com/jenkinsci/stash-branch-parameters-plugin/commit/49d442c90c33c5e14259f8d592b024e1b9a555c6
  Author: Grzegorz Dubicki <[email protected]>
  Date:   2015-08-20 (Thu, 20 Aug 2015)

  Changed paths:
    M README.md

  Log Message:
  -----------
  First version of basic usage docs


  Commit: 3e9832413aef1f1f0a59d66aa69fa6fd061ccc97
      
https://github.com/jenkinsci/stash-branch-parameters-plugin/commit/3e9832413aef1f1f0a59d66aa69fa6fd061ccc97
  Author: Erwin Oldenkamp <[email protected]>
  Date:   2015-08-21 (Fri, 21 Aug 2015)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Merge pull request #5 from grzegorz-dubicki/basic-usage-docs

First version of basic usage docs


  Commit: 8ace8e08f05fab04928af5eab3021ef7b7b3bbca
      
https://github.com/jenkinsci/stash-branch-parameters-plugin/commit/8ace8e08f05fab04928af5eab3021ef7b7b3bbca
  Author: Erwin Oldenkamp <[email protected]>
  Date:   2015-12-01 (Tue, 01 Dec 2015)

  Changed paths:
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/StashBranchParameter/MapsUtils.java
    M 
src/main/java/org/jenkinsci/plugins/StashBranchParameter/StashBranchParameterDefinition.java
    M 
src/main/java/org/jenkinsci/plugins/StashBranchParameter/StashBranchParameterDescriptor.java
    M 
src/main/java/org/jenkinsci/plugins/StashBranchParameter/StashConnector.java
    M 
src/main/resources/org/jenkinsci/plugins/StashBranchParameter/StashBranchParameterDefinition/config.jelly
    M 
src/main/resources/org/jenkinsci/plugins/StashBranchParameter/StashBranchParameterDefinition/global.jelly
    M 
src/main/resources/org/jenkinsci/plugins/StashBranchParameter/StashBranchParameterDefinition/index.jelly

  Log Message:
  -----------
  reformat the code


  Commit: 71d1069ea80256b5a553e0406610c626377f527f
      
https://github.com/jenkinsci/stash-branch-parameters-plugin/commit/71d1069ea80256b5a553e0406610c626377f527f
  Author: Erwin Oldenkamp <[email protected]>
  Date:   2015-12-02 (Wed, 02 Dec 2015)

  Changed paths:
    M pom.xml
    M 
src/main/java/org/jenkinsci/plugins/StashBranchParameter/StashConnector.java
    M 
src/main/resources/org/jenkinsci/plugins/StashBranchParameter/StashBranchParameterDefinition/index.jelly
    A src/main/webapp/chosen/chosen-sprite.png
    A src/main/webapp/chosen/[email protected]
    A src/main/webapp/chosen/chosen.min.css
    A src/main/webapp/chosen/chosen.proto.min.js
    A src/main/webapp/index.js

  Log Message:
  -----------
  use a better form element for displaying the branches


  Commit: ce23c0043c6be742f055c7a9cf0c9bef8187af44
      
https://github.com/jenkinsci/stash-branch-parameters-plugin/commit/ce23c0043c6be742f055c7a9cf0c9bef8187af44
  Author: Erwin Oldenkamp <[email protected]>
  Date:   2015-12-02 (Wed, 02 Dec 2015)

  Changed paths:
    M README.md
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/StashBranchParameter/MapsUtils.java
    M 
src/main/java/org/jenkinsci/plugins/StashBranchParameter/StashBranchParameterDefinition.java
    M 
src/main/java/org/jenkinsci/plugins/StashBranchParameter/StashBranchParameterDescriptor.java
    M 
src/main/java/org/jenkinsci/plugins/StashBranchParameter/StashConnector.java
    M 
src/main/resources/org/jenkinsci/plugins/StashBranchParameter/StashBranchParameterDefinition/config.jelly
    M 
src/main/resources/org/jenkinsci/plugins/StashBranchParameter/StashBranchParameterDefinition/global.jelly
    M 
src/main/resources/org/jenkinsci/plugins/StashBranchParameter/StashBranchParameterDefinition/index.jelly
    A src/main/webapp/chosen/chosen-sprite.png
    A src/main/webapp/chosen/[email protected]
    A src/main/webapp/chosen/chosen.min.css
    A src/main/webapp/chosen/chosen.proto.min.js
    A src/main/webapp/index.js

  Log Message:
  -----------
  Merge pull request #6 from jenkinsci/feature/betterDropdown

Feature/better dropdown


  Commit: 9c4529c77179ded5c50b9f2bff3f776ee182fa9d
      
https://github.com/jenkinsci/stash-branch-parameters-plugin/commit/9c4529c77179ded5c50b9f2bff3f776ee182fa9d
  Author: Erwin Oldenkamp <[email protected]>
  Date:   2015-12-02 (Wed, 02 Dec 2015)

  Changed paths:
    M README.md
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/StashBranchParameter/MapsUtils.java
    M 
src/main/java/org/jenkinsci/plugins/StashBranchParameter/StashBranchParameterDefinition.java
    M 
src/main/java/org/jenkinsci/plugins/StashBranchParameter/StashBranchParameterDescriptor.java
    M 
src/main/java/org/jenkinsci/plugins/StashBranchParameter/StashConnector.java
    M 
src/main/resources/org/jenkinsci/plugins/StashBranchParameter/StashBranchParameterDefinition/config.jelly
    M 
src/main/resources/org/jenkinsci/plugins/StashBranchParameter/StashBranchParameterDefinition/global.jelly
    M 
src/main/resources/org/jenkinsci/plugins/StashBranchParameter/StashBranchParameterDefinition/index.jelly
    A src/main/webapp/chosen/chosen-sprite.png
    A src/main/webapp/chosen/[email protected]
    A src/main/webapp/chosen/chosen.min.css
    A src/main/webapp/chosen/chosen.proto.min.js
    A src/main/webapp/index.js

  Log Message:
  -----------
  Merge pull request #6 from Eernie/develop

Develop


Compare: 
https://github.com/jenkinsci/stash-branch-parameters-plugin/compare/6ae48c84c9a8...9c4529c77179

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

Reply via email to