Branch: refs/heads/code-overhaul Home: https://github.com/jenkinsci/parameter-separator-plugin
Commit: e5475b9cc38ac21eb840b56df0916d050686e6db https://github.com/jenkinsci/parameter-separator-plugin/commit/e5475b9cc38ac21eb840b56df0916d050686e6db Author: Piotr Paczyński <ppac...@gmail.com> Date: 2020-08-15 (Sat, 15 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: c03425a1bb33ff888929353e2926b187e45e573e https://github.com/jenkinsci/parameter-separator-plugin/commit/c03425a1bb33ff888929353e2926b187e45e573e Author: Piotr Paczyński <ppac...@gmail.com> Date: 2020-08-15 (Sat, 15 Aug 2020) Changed paths: M pom.xml Log Message: ----------- POM cleanup Commit: be1da5cf41a2268ef3134ff1ad25f6cc0cba5efa https://github.com/jenkinsci/parameter-separator-plugin/commit/be1da5cf41a2268ef3134ff1ad25f6cc0cba5efa Author: Piotr Paczyński <ppac...@gmail.com> Date: 2020-08-15 (Sat, 15 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: 8831259fbce22393616e28bf2bff351cf3e8dceb https://github.com/jenkinsci/parameter-separator-plugin/commit/8831259fbce22393616e28bf2bff351cf3e8dceb Author: Piotr Paczyński <ppac...@gmail.com> Date: 2020-08-15 (Sat, 15 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: 58ac30c0cc72b24e7e44ec1d4edee79f1bd3494c https://github.com/jenkinsci/parameter-separator-plugin/commit/58ac30c0cc72b24e7e44ec1d4edee79f1bd3494c Author: Piotr Paczyński <ppac...@gmail.com> Date: 2020-08-15 (Sat, 15 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 Compare: https://github.com/jenkinsci/parameter-separator-plugin/compare/f253f6ed190e...58ac30c0cc72 -- 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 jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/parameter-separator-plugin/push/refs/heads/code-overhaul/f253f6-58ac30%40github.com.