Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/extensible-choice-parameter-plugin
  Commit: 7dc5f806516d9f1b59d29a726b7f8014ec0be82b
      
https://github.com/jenkinsci/extensible-choice-parameter-plugin/commit/7dc5f806516d9f1b59d29a726b7f8014ec0be82b
  Author: Andreas Katzig <[email protected]>
  Date:   2016-04-20 (Wed, 20 Apr 2016)

  Changed paths:
    M 
src/main/java/jp/ikedam/jenkins/plugins/extensible_choice_parameter/ChoiceListProvider.java
    M 
src/main/java/jp/ikedam/jenkins/plugins/extensible_choice_parameter/TextareaChoiceListProvider.java
    M 
src/main/resources/jp/ikedam/jenkins/plugins/extensible_choice_parameter/taglib/addEditedValue.jelly
    M 
src/test/java/jp/ikedam/jenkins/plugins/extensible_choice_parameter/ExtensibleChoiceParameterDefinitionSimpleTest.java
    M 
src/test/java/jp/ikedam/jenkins/plugins/extensible_choice_parameter/TextareaChoiceListProviderJenkinsTest.java
    M 
src/test/java/jp/ikedam/jenkins/plugins/extensible_choice_parameter/TextareaChoiceListProviderSimpleTest.java

  Log Message:
  -----------
   - Rollback to c8b6202 to stay in compatibility with the 1.3.2 release
 - Setting version number to 1.3.3-SNAPSHOT
 - Integrated "Add To Top" feature for Textarea Choice List.
 - Warning: No unit tests integrated yet, but confirmed working functionality 
manually
 - TODO: Unit Tests, Comments, Maybe upgrading project dependencies


  Commit: 22c75e89dd092bd60b97d382ef0f21dcb57870eb
      
https://github.com/jenkinsci/extensible-choice-parameter-plugin/commit/22c75e89dd092bd60b97d382ef0f21dcb57870eb
  Author: Andreas Katzig <[email protected]>
  Date:   2016-04-21 (Thu, 21 Apr 2016)

  Changed paths:
    M pom.xml
    M 
src/main/java/jp/ikedam/jenkins/plugins/extensible_choice_parameter/AddEditedChoiceListProvider.java
    M 
src/main/java/jp/ikedam/jenkins/plugins/extensible_choice_parameter/ChoiceListProvider.java
    M 
src/main/java/jp/ikedam/jenkins/plugins/extensible_choice_parameter/ChoiceWatchRunListener.java
    M 
src/main/java/jp/ikedam/jenkins/plugins/extensible_choice_parameter/FilenameChoiceListProvider.java
    M 
src/main/java/jp/ikedam/jenkins/plugins/extensible_choice_parameter/GlobalTextareaChoiceListEntry.java
    M 
src/main/java/jp/ikedam/jenkins/plugins/extensible_choice_parameter/GlobalTextareaChoiceListProvider.java
    M 
src/main/java/jp/ikedam/jenkins/plugins/extensible_choice_parameter/SystemGroovyChoiceListProvider.java
    M 
src/main/java/jp/ikedam/jenkins/plugins/extensible_choice_parameter/TextareaChoiceListProvider.java
    M 
src/main/resources/jp/ikedam/jenkins/plugins/extensible_choice_parameter/taglib/addEditedValue.jelly
    A src/main/webapp/help/addToTop.html
    M src/main/webapp/help/whenToAdd.html
    M 
src/test/java/jp/ikedam/jenkins/plugins/extensible_choice_parameter/ExtensibleChoiceParameterDefinitionJenkinsTest.java
    M 
src/test/java/jp/ikedam/jenkins/plugins/extensible_choice_parameter/SystemGroovyChoiceListProviderJenkinsTest.java

  Log Message:
  -----------
  Adding comments and help file for the "add to top" feature. Merge branch 
'master' of https://github.com/jenkinsci/extensible-choice-parameter-plugin


  Commit: 1130fb2551af3419084d79058e850c5760a32376
      
https://github.com/jenkinsci/extensible-choice-parameter-plugin/commit/1130fb2551af3419084d79058e850c5760a32376
  Author: Andreas Katzig <[email protected]>
  Date:   2016-06-10 (Fri, 10 Jun 2016)

  Changed paths:
    M 
src/main/java/jp/ikedam/jenkins/plugins/extensible_choice_parameter/AddEditedChoiceListProvider.java
    M 
src/main/java/jp/ikedam/jenkins/plugins/extensible_choice_parameter/ChoiceListProvider.java
    M 
src/main/java/jp/ikedam/jenkins/plugins/extensible_choice_parameter/TextareaChoiceListProvider.java
    M 
src/main/resources/jp/ikedam/jenkins/plugins/extensible_choice_parameter/taglib/addEditedValue.jelly
    M src/main/webapp/help/addToTop.html

  Log Message:
  -----------
  Implementing feedback from 
https://github.com/jenkinsci/extensible-choice-parameter-plugin/pull/21#discussion_r60670207


  Commit: 01660ee14f9d0f93efc0b8c59d4bea0ade578f8f
      
https://github.com/jenkinsci/extensible-choice-parameter-plugin/commit/01660ee14f9d0f93efc0b8c59d4bea0ade578f8f
  Author: Andreas Katzig <[email protected]>
  Date:   2016-06-12 (Sun, 12 Jun 2016)

  Changed paths:
    M 
src/main/java/jp/ikedam/jenkins/plugins/extensible_choice_parameter/TextareaChoiceListProvider.java

  Log Message:
  -----------
  Removing TextareaChoiceListProvider constructor which was planned to keep 
backward compatibility, but breaks jelly loading of the new addToTop parameter. 
Now tested and working as intended.


  Commit: 15e05df19df59caa8cabf685dfc623410452d2d0
      
https://github.com/jenkinsci/extensible-choice-parameter-plugin/commit/15e05df19df59caa8cabf685dfc623410452d2d0
  Author: Andreas Katzig <[email protected]>
  Date:   2016-06-13 (Mon, 13 Jun 2016)

  Changed paths:
    M 
src/main/java/jp/ikedam/jenkins/plugins/extensible_choice_parameter/TextareaChoiceListProvider.java

  Log Message:
  -----------
  Revert "Removing TextareaChoiceListProvider constructor which was planned to 
keep backward compatibility, but breaks jelly loading of the new addToTop 
parameter. Now tested and working as intended." - The trick was only to remove 
the DataBoundConstructor annotation...

This reverts commit 01660ee14f9d0f93efc0b8c59d4bea0ade578f8f.


  Commit: 636ebbbad4b01e51e2bcb7a265b1b0ede3fdc887
      
https://github.com/jenkinsci/extensible-choice-parameter-plugin/commit/636ebbbad4b01e51e2bcb7a265b1b0ede3fdc887
  Author: Andreas Katzig <[email protected]>
  Date:   2016-09-07 (Wed, 07 Sep 2016)

  Changed paths:
    M 
src/main/java/jp/ikedam/jenkins/plugins/extensible_choice_parameter/AddEditedChoiceListProvider.java
    M 
src/main/java/jp/ikedam/jenkins/plugins/extensible_choice_parameter/ChoiceListProvider.java
    M 
src/main/java/jp/ikedam/jenkins/plugins/extensible_choice_parameter/TextareaChoiceListProvider.java
    M 
src/main/resources/jp/ikedam/jenkins/plugins/extensible_choice_parameter/taglib/addEditedValue.jelly
    A src/main/webapp/help/addToTop.html
    M src/main/webapp/help/whenToAdd.html
    M 
src/test/java/jp/ikedam/jenkins/plugins/extensible_choice_parameter/ExtensibleChoiceParameterDefinitionSimpleTest.java
    M 
src/test/java/jp/ikedam/jenkins/plugins/extensible_choice_parameter/TextareaChoiceListProviderJenkinsTest.java
    M 
src/test/java/jp/ikedam/jenkins/plugins/extensible_choice_parameter/TextareaChoiceListProviderSimpleTest.java

  Log Message:
  -----------
  Merge pull request #21 from derFunk/master

Adding new "Add To Top" feature for Textarea Choice Lists


Compare: 
https://github.com/jenkinsci/extensible-choice-parameter-plugin/compare/927fb6fec7aa...636ebbbad4b0

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