Branch: refs/heads/master Home: https://github.com/jenkinsci/workflow-support-plugin Commit: d78f301c4630ad3d9cbd408494ed1ad36e97b132 https://github.com/jenkinsci/workflow-support-plugin/commit/d78f301c4630ad3d9cbd408494ed1ad36e97b132 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2017-07-27 (Thu, 27 Jul 2017)
Changed paths: M pom.xml M src/main/java/org/jenkinsci/plugins/workflow/support/actions/LogActionImpl.java Log Message: ----------- [JENKINS-38223] Using FlowNode.isActive to eliminate the main overhead in JENKINS-45553. Commit: 9734dd1d6240ed3e544a83ce84fbf6458a24fa77 https://github.com/jenkinsci/workflow-support-plugin/commit/9734dd1d6240ed3e544a83ce84fbf6458a24fa77 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2017-07-31 (Mon, 31 Jul 2017) Changed paths: M src/main/java/org/jenkinsci/plugins/workflow/support/actions/LogActionImpl.java Log Message: ----------- Downgrading activity check in constructor to a warning. Commit: 5b00bf102ab42dc77d933abc33bbfad6209d7fa8 https://github.com/jenkinsci/workflow-support-plugin/commit/5b00bf102ab42dc77d933abc33bbfad6209d7fa8 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2017-07-31 (Mon, 31 Jul 2017) Changed paths: M pom.xml Log Message: ----------- Picking up fix. Commit: 85b63457a764f7d89f3e0bca84c5e8c9f0fdb84f https://github.com/jenkinsci/workflow-support-plugin/commit/85b63457a764f7d89f3e0bca84c5e8c9f0fdb84f Author: Jesse Glick <jgl...@cloudbees.com> Date: 2017-07-31 (Mon, 31 Jul 2017) Changed paths: M Jenkinsfile M pom.xml Log Message: ----------- More useful to test against the newer behavioral mode of FlowNode.isActive. Commit: 7edecdec575c4ec1b069829c85bceeaf63777a6f https://github.com/jenkinsci/workflow-support-plugin/commit/7edecdec575c4ec1b069829c85bceeaf63777a6f Author: Jesse Glick <jgl...@cloudbees.com> Date: 2017-08-01 (Tue, 01 Aug 2017) Changed paths: A src/main/java/org/jenkinsci/plugins/workflow/support/visualization/table/ArgumentsColumn.java A src/main/resources/org/jenkinsci/plugins/workflow/support/visualization/table/ArgumentsColumn/column.jelly Log Message: ----------- Merge branch 'master' into FlowNode.isActive-JENKINS-38223 Commit: 286f0e15e3f1164a9588fb860212a9039242421a https://github.com/jenkinsci/workflow-support-plugin/commit/286f0e15e3f1164a9588fb860212a9039242421a Author: Jesse Glick <jgl...@cloudbees.com> Date: 2017-08-01 (Tue, 01 Aug 2017) Changed paths: M pom.xml Log Message: ----------- InjectedTest failure. Seems declaring explicit deps is better than using exclusions for purposes of upper bound dependencies. Commit: e63b4459c5ad33b139fbc5392f4fd5a13b6d92d6 https://github.com/jenkinsci/workflow-support-plugin/commit/e63b4459c5ad33b139fbc5392f4fd5a13b6d92d6 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2017-08-03 (Thu, 03 Aug 2017) Changed paths: M pom.xml Log Message: ----------- structs 1.10 Commit: 1da68b564ee75886273eeca1c511aade0fe4e2a6 https://github.com/jenkinsci/workflow-support-plugin/commit/1da68b564ee75886273eeca1c511aade0fe4e2a6 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2017-08-03 (Thu, 03 Aug 2017) Changed paths: M src/main/java/org/jenkinsci/plugins/workflow/support/actions/LogActionImpl.java M src/test/java/org/jenkinsci/plugins/workflow/support/actions/LogActionImplTest.java Log Message: ----------- Clarifying comments. Commit: cea93a62f3b2fc47cdf54b5330d92c4d89492500 https://github.com/jenkinsci/workflow-support-plugin/commit/cea93a62f3b2fc47cdf54b5330d92c4d89492500 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2017-08-03 (Thu, 03 Aug 2017) Changed paths: M src/main/java/org/jenkinsci/plugins/workflow/support/visualization/table/FlowGraphTable.java Log Message: ----------- Switching to isActive for the flow graph too. Commit: f7777331bfda5ad7694451f748a3d9e80859c2c2 https://github.com/jenkinsci/workflow-support-plugin/commit/f7777331bfda5ad7694451f748a3d9e80859c2c2 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2017-08-03 (Thu, 03 Aug 2017) Changed paths: M pom.xml M src/test/java/org/jenkinsci/plugins/workflow/support/actions/LogActionImplTest.java Log Message: ----------- Seems to also allow logging from steps which run a block first, though the logging does come out of logical order (which JENKINS-38381 would address). Commit: 766688f78313db536f0f672f246d2ba11b5a5159 https://github.com/jenkinsci/workflow-support-plugin/commit/766688f78313db536f0f672f246d2ba11b5a5159 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2017-08-03 (Thu, 03 Aug 2017) Changed paths: M pom.xml Log Message: ----------- bump Commit: a9e069e46dfdbef07c4ea89574e7c90674988fe8 https://github.com/jenkinsci/workflow-support-plugin/commit/a9e069e46dfdbef07c4ea89574e7c90674988fe8 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2017-08-04 (Fri, 04 Aug 2017) Changed paths: M src/main/java/org/jenkinsci/plugins/workflow/support/actions/LogActionImpl.java Log Message: ----------- @svanoort suggests making “cannot start writing logs to a finished node…” error be thrown out of DefaultStepContext.get. Commit: 91ebe778b3d69efdd6216ae4f2e58787ba7143bc https://github.com/jenkinsci/workflow-support-plugin/commit/91ebe778b3d69efdd6216ae4f2e58787ba7143bc Author: Jesse Glick <jgl...@cloudbees.com> Date: 2017-08-18 (Fri, 18 Aug 2017) Changed paths: M Jenkinsfile M pom.xml M src/main/java/org/jenkinsci/plugins/workflow/support/steps/build/RunWrapper.java Log Message: ----------- Merge branch 'master' into FlowNode.isActive-JENKINS-38223 Commit: 654b713bb498fce0c5df8dcd0f0219f28480bbca https://github.com/jenkinsci/workflow-support-plugin/commit/654b713bb498fce0c5df8dcd0f0219f28480bbca Author: Jesse Glick <jgl...@cloudbees.com> Date: 2017-08-18 (Fri, 18 Aug 2017) Changed paths: M pom.xml Log Message: ----------- New API impl. Commit: dec957aee3c38b3d56c9b7216df9ff419eb9be06 https://github.com/jenkinsci/workflow-support-plugin/commit/dec957aee3c38b3d56c9b7216df9ff419eb9be06 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2017-08-18 (Fri, 18 Aug 2017) Changed paths: M pom.xml Log Message: ----------- Another bump. Commit: 236f06ca40fc019ca4da2cadb4d0804971faa9db https://github.com/jenkinsci/workflow-support-plugin/commit/236f06ca40fc019ca4da2cadb4d0804971faa9db Author: Sam Van Oort <samvano...@gmail.com> Date: 2017-08-22 (Tue, 22 Aug 2017) Changed paths: M pom.xml M src/main/java/org/jenkinsci/plugins/workflow/support/actions/LogActionImpl.java M src/main/java/org/jenkinsci/plugins/workflow/support/visualization/table/FlowGraphTable.java M src/test/java/org/jenkinsci/plugins/workflow/support/actions/LogActionImplTest.java Log Message: ----------- Merge pull request #38 from jglick/FlowNode.isActive-JENKINS-38223 [JENKINS-38223] Using FlowNode.isActive to improve JENKINS-45553 Compare: https://github.com/jenkinsci/workflow-support-plugin/compare/01f9538af15c...236f06ca40fc -- 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. For more options, visit https://groups.google.com/d/optout.