Branch: refs/heads/stable-2.277 Home: https://github.com/jenkinsci/jenkins
Commit: a24ccaa2dfa1401712586066575bd1b19e23a99d https://github.com/jenkinsci/jenkins/commit/a24ccaa2dfa1401712586066575bd1b19e23a99d Author: benebsiny <stu995...@hotmail.com.tw> Date: 2021-03-24 (Wed, 24 Mar 2021) Changed paths: M core/src/main/resources/lib/form/hetero-list.jelly M war/src/main/less/base/style.less Log Message: ----------- [JENKINS-64972] Help-buttons are not working when they are at the top of draggable div (#5316) * [JENKINS-64972] Help-buttons are not working when they are at the top of draggable div The 'dd-handle' div will make all events in that div (e.g. click event of a button) not triggered, so I move the help-button out of the 'dd-handle' div. In order to make the button still at the right of the same line, I use flex to realize. * [JENKINS-64972] Move style to CSS file (cherry picked from commit 7be7079419a142a286e2a0bb77cb23a1384355ca) Commit: f684d148e5a63aade074b7b9ac982f571f38e4c0 https://github.com/jenkinsci/jenkins/commit/f684d148e5a63aade074b7b9ac982f571f38e4c0 Author: Olivier Lamy <oliver.l...@gmail.com> Date: 2021-03-24 (Wed, 24 Mar 2021) Changed paths: M core/src/main/java/hudson/model/queue/FutureImpl.java Log Message: ----------- [JENKINS-64931] no need to synchronize on Queue as queue is using a Lock and this under certain conditions can generate a deadlock. look at the dump attached to the issue JENKINS-64931 (#5305) Signed-off-by: olivier lamy <ol...@apache.org> (cherry picked from commit 8a6defe9630c31be176126069b1d46f00a770db7) Commit: 8263865309fe9253020a06bea535e9ab1d01861f https://github.com/jenkinsci/jenkins/commit/8263865309fe9253020a06bea535e9ab1d01861f Author: FĂ©lix Queiruga <felix.queir...@gmail.com> Date: 2021-03-24 (Wed, 24 Mar 2021) Changed paths: M core/src/main/java/jenkins/management/AdministrativeMonitorsApi.java M core/src/main/resources/jenkins/management/AdministrativeMonitorsDecorator/footer.jelly Log Message: ----------- Rename API endpoint to avoid URL collisions (#5207) (cherry picked from commit 1ce40eb67c88fb2fb69dc2fc3ed566b31e0c96b6) Commit: 28d92a407bc7de8abb03f3c2ec5495624fdfe866 https://github.com/jenkinsci/jenkins/commit/28d92a407bc7de8abb03f3c2ec5495624fdfe866 Author: Tim Jacomb <21194782+ti...@users.noreply.github.com> Date: 2021-03-24 (Wed, 24 Mar 2021) Changed paths: M core/src/main/java/jenkins/agents/AgentComputerUtil.java Log Message: ----------- JENKINS-62006 Fix a classloading issue while executing ProcessTree.get() (#5367) * JENKINS-62006 Check if agent before master, fix remoting classloading error * Use JenkinsJVM API (cherry picked from commit e2837f8a573cd263783343a0aa6bb8595b14f746) Commit: fdae5a366d277c885e41e468460af18cd6375dca https://github.com/jenkinsci/jenkins/commit/fdae5a366d277c885e41e468460af18cd6375dca Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2021-03-24 (Wed, 24 Mar 2021) Changed paths: M essentials.yml Log Message: ----------- Use acceptance-test-harness-1.88 Resolve one more acceptance test failure Commit: a2aae3f71aeb0695017bffe3e6f0fa209cce816c https://github.com/jenkinsci/jenkins/commit/a2aae3f71aeb0695017bffe3e6f0fa209cce816c Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2021-03-24 (Wed, 24 Mar 2021) Changed paths: M core/src/main/java/hudson/model/queue/FutureImpl.java M core/src/main/java/jenkins/agents/AgentComputerUtil.java M core/src/main/java/jenkins/management/AdministrativeMonitorsApi.java M core/src/main/resources/jenkins/management/AdministrativeMonitorsDecorator/footer.jelly M core/src/main/resources/lib/form/hetero-list.jelly M essentials.yml M war/src/main/less/base/style.less Log Message: ----------- Merge pull request #5371 from MarkEWaite/stable-2.277.2-backporting 2.277.2 backporting Compare: https://github.com/jenkinsci/jenkins/compare/b750dccb5906...a2aae3f71aeb -- 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/jenkins/push/refs/heads/stable-2.277/b750dc-a2aae3%40github.com.