Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/parameter-separator-plugin

  Commit: 21f978f76802f1142424654065a6f32f190ab8d6

      
https://github.com/jenkinsci/parameter-separator-plugin/commit/21f978f76802f1142424654065a6f32f190ab8d6

  Author: Piotr Paczyński <[email protected]>

  Date:   2020-08-22 (Sat, 22 Aug 2020)



  Changed paths:

    M 
src/main/java/jenkins/plugins/parameter_separator/ParameterSeparatorDefinition.java

    M 
src/main/java/jenkins/plugins/parameter_separator/ParameterSeparatorValue.java

    A src/main/java/jenkins/plugins/parameter_separator/Utils.java

    M src/main/resources/index.jelly

    M 
src/main/resources/jenkins/plugins/parameter_separator/ParameterSeparatorDefinition/config.jelly

    M 
src/main/resources/jenkins/plugins/parameter_separator/ParameterSeparatorDefinition/global.jelly

    M 
src/main/resources/jenkins/plugins/parameter_separator/ParameterSeparatorDefinition/index.jelly

    M 
src/main/resources/jenkins/plugins/parameter_separator/ParameterSeparatorValue/value.jelly

    A 
src/main/resources/jenkins/plugins/parameter_separator/parameter_separator.js



  Log Message:

  -----------

  Code overhaul with various improvements and bug fixes



Improvements:

- support HTML tags (sanitized) in section header

- introduced html syntax highlighting & preview functionality on

parameter definition page

- added css syntax highlighting in global configuration page

- add option to globally configure section header styling

- adjusting global styling now applies immediately not only to future,

but also past builds if they used default styling

- improve rendering of separators to span across entire parameter table width



Bug fixes:

- fixed null pointer when trying to use separator in declarative

pipeline without providing styling parameters

- separator name no longer changes each time when saving freestyle job

configuration



Maintenance:

- simplify: remove dead code, use PersistentDescriptor

- reorder methods according to common practices

- use null annotations to prevent introducing null errors





  Commit: 106af2c44845664c95abab92887253bb9aeb253d

      
https://github.com/jenkinsci/parameter-separator-plugin/commit/106af2c44845664c95abab92887253bb9aeb253d

  Author: Piotr Paczyński <[email protected]>

  Date:   2020-08-22 (Sat, 22 Aug 2020)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  POM cleanup





  Commit: a3c2d0e1c2ec0228d3e4a85d18e2b9a00fcccc2d

      
https://github.com/jenkinsci/parameter-separator-plugin/commit/a3c2d0e1c2ec0228d3e4a85d18e2b9a00fcccc2d

  Author: Piotr Paczyński <[email protected]>

  Date:   2020-08-22 (Sat, 22 Aug 2020)



  Changed paths:

    A .derived

    M .gitignore

    M pom.xml



  Log Message:

  -----------

  Add "pipeline" POM profile for easy testing in pipeline



Run the plugin like this to be able to test it in pipeline:



  mvn hpi:run -Ppipeline





  Commit: cc94b76c6bdcd4a800949193ba4d3db8c63330fb

      
https://github.com/jenkinsci/parameter-separator-plugin/commit/cc94b76c6bdcd4a800949193ba4d3db8c63330fb

  Author: Piotr Paczyński <[email protected]>

  Date:   2020-08-22 (Sat, 22 Aug 2020)



  Changed paths:

    A 
src/main/resources/jenkins/plugins/parameter_separator/ParameterSeparatorDefinition/help-globalSectionHeaderStyle.html

    A 
src/main/resources/jenkins/plugins/parameter_separator/ParameterSeparatorDefinition/help-globalSeparatorStyle.html

    A 
src/main/resources/jenkins/plugins/parameter_separator/ParameterSeparatorDefinition/help-sectionHeader.html

    A 
src/main/resources/jenkins/plugins/parameter_separator/ParameterSeparatorDefinition/help-sectionHeaderStyle.html

    A 
src/main/resources/jenkins/plugins/parameter_separator/ParameterSeparatorDefinition/help-separatorStyle.html

    A 
src/main/resources/jenkins/plugins/parameter_separator/ParameterSeparatorDefinition/help.html



  Log Message:

  -----------

  Add help in config pages





  Commit: 28cf3555a6cf016d9b8e5c3acddef8c262cc811d

      
https://github.com/jenkinsci/parameter-separator-plugin/commit/28cf3555a6cf016d9b8e5c3acddef8c262cc811d

  Author: Piotr Paczyński <[email protected]>

  Date:   2020-08-22 (Sat, 22 Aug 2020)



  Changed paths:

    M README.md

    A github_site/img/build-params-4.png

    A github_site/img/global-config.png

    A github_site/img/job-build-1.png

    A github_site/img/job-build-2.png

    A github_site/img/job-build-3.png

    A github_site/img/job-build-4.png

    A github_site/img/job-config-with-preview.png

    A github_site/img/job-config.png

    R github_site/img/parameter_separator_buildwithparams1.png

    R github_site/img/parameter_separator_globalconfigstyle1.png

    R github_site/img/parameter_separator_jobconfig1.png



  Log Message:

  -----------

  Update README using screenshots from latest version





  Commit: 804383a9249667e70b4ebfcce409b12515ed08db

      
https://github.com/jenkinsci/parameter-separator-plugin/commit/804383a9249667e70b4ebfcce409b12515ed08db

  Author: Piotr Paczyński <[email protected]>

  Date:   2020-08-22 (Sat, 22 Aug 2020)



  Changed paths:

    A .derived

    M .gitignore

    M README.md

    A github_site/img/build-params-4.png

    A github_site/img/global-config.png

    A github_site/img/job-build-1.png

    A github_site/img/job-build-2.png

    A github_site/img/job-build-3.png

    A github_site/img/job-build-4.png

    A github_site/img/job-config-with-preview.png

    A github_site/img/job-config.png

    R github_site/img/parameter_separator_buildwithparams1.png

    R github_site/img/parameter_separator_globalconfigstyle1.png

    R github_site/img/parameter_separator_jobconfig1.png

    M pom.xml

    M 
src/main/java/jenkins/plugins/parameter_separator/ParameterSeparatorDefinition.java

    M 
src/main/java/jenkins/plugins/parameter_separator/ParameterSeparatorValue.java

    A src/main/java/jenkins/plugins/parameter_separator/Utils.java

    M src/main/resources/index.jelly

    M 
src/main/resources/jenkins/plugins/parameter_separator/ParameterSeparatorDefinition/config.jelly

    M 
src/main/resources/jenkins/plugins/parameter_separator/ParameterSeparatorDefinition/global.jelly

    A 
src/main/resources/jenkins/plugins/parameter_separator/ParameterSeparatorDefinition/help-globalSectionHeaderStyle.html

    A 
src/main/resources/jenkins/plugins/parameter_separator/ParameterSeparatorDefinition/help-globalSeparatorStyle.html

    A 
src/main/resources/jenkins/plugins/parameter_separator/ParameterSeparatorDefinition/help-sectionHeader.html

    A 
src/main/resources/jenkins/plugins/parameter_separator/ParameterSeparatorDefinition/help-sectionHeaderStyle.html

    A 
src/main/resources/jenkins/plugins/parameter_separator/ParameterSeparatorDefinition/help-separatorStyle.html

    A 
src/main/resources/jenkins/plugins/parameter_separator/ParameterSeparatorDefinition/help.html

    M 
src/main/resources/jenkins/plugins/parameter_separator/ParameterSeparatorDefinition/index.jelly

    M 
src/main/resources/jenkins/plugins/parameter_separator/ParameterSeparatorValue/value.jelly

    A 
src/main/resources/jenkins/plugins/parameter_separator/parameter_separator.js



  Log Message:

  -----------

  Merge pull request #13 from jenkinsci/code-overhaul



Code overhaul





Compare: 
https://github.com/jenkinsci/parameter-separator-plugin/compare/01b44288799e...804383a92496

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/parameter-separator-plugin/push/refs/heads/master/01b442-804383%40github.com.

Reply via email to