Commit Graph

35394 Commits

Author SHA1 Message Date
Vincent Latombe 6b88bfcbd5
Spotless 2024-08-28 16:22:14 +02:00
Vincent Latombe ed93ad020a
Revert "Call listener synchronously, but outside synchronized"
This reverts commit 75242cf030.
2024-08-28 16:12:09 +02:00
Vincent Latombe 75242cf030
Call listener synchronously, but outside synchronized 2024-08-28 15:47:51 +02:00
Vincent Latombe 9823b8ed7e
Execute ComputerListener#onIdle in another thread. 2024-08-28 15:40:43 +02:00
Vincent Latombe 64667af499
Implement ComputerListener#onIdle
Introduces a new computer listener fired whenever a Computer becomes idle.
2024-08-28 09:54:25 +02:00
Vincent Latombe 5df30de435
Add -webSocket option by default when creating an inbound agent (#9665)
* Add -webSocket option by default when creating an inbound agent

* Update core/src/main/resources/hudson/slaves/JNLPLauncher/main.properties

Co-authored-by: Jesse Glick <jglick@cloudbees.com>

---------

Co-authored-by: Jesse Glick <jglick@cloudbees.com>
2024-08-27 19:22:38 -06:00
Jesse Glick f84ab6aae1
[JENKINS-73692] Turn off logging from `BackgroundGlobalBuildDiscarder` (#9663)
Turn off logging from `BackgroundGlobalBuildDiscarder`
2024-08-27 19:22:12 -06:00
renovate[bot] 62691528b2
Update dependency org.jenkins-ci:jenkins to v1.122 (#9671)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-27 13:13:35 -07:00
renovate[bot] 1194313ef6
Update dependency org.jenkins-ci:jenkins to v1.121 (#9670)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-27 12:36:22 -07:00
renovate[bot] e698b1801d
Update Yarn to v4.4.1 (#9666)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-27 11:51:30 -07:00
renovate[bot] 4a35cc13de
Update jenkins/ath Docker tag to v5957 (#9669)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-27 11:48:25 -07:00
renovate[bot] d986c42694
Update dependency org.jenkins-ci:jenkins to v1.120 (#9668)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-27 11:11:40 -07:00
Jenkins Release Bot d4663daad3 [maven-release-plugin] prepare for next development iteration 2024-08-27 13:51:24 +00:00
Jenkins Release Bot 622193c8f0 [maven-release-plugin] prepare release jenkins-2.474 2024-08-27 13:51:01 +00:00
Daniel Beck ffdd5be9a3
Fix error message when creation of item by type is prohibited (#9662)
Co-authored-by: Daniel Beck <daniel-beck@users.noreply.github.com>
2024-08-26 17:43:31 -06:00
renovate[bot] d9f333767e
Update eslint monorepo to v9.9.1 (#9664)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-26 17:40:31 -06:00
Mark Waite a6d093d18d
[JENKINS-73302] Restore margins around setup wizard alert messages (#9658) 2024-08-26 10:27:51 +01:00
Markus Winter 9b3d940c9b
don't use backdrop for dialogs (#9649) 2024-08-26 10:27:32 +01:00
Jan Faracik a3049771e6
[JENKINS-73330] Fix dropdowns and tooltips on HDR displays (#9654) 2024-08-26 10:27:25 +01:00
秋 雨落 9045a3db16
Fix PathRemoverTest timeout in RISC-V devices. (#9661) 2024-08-26 10:26:54 +01:00
renovate[bot] ee42e4f2f7
Update dependency com.puppycrawl.tools:checkstyle to v10.18.0 (#9660)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-25 13:21:17 -06:00
dependabot[bot] 8282e8e719
Bump micromatch from 4.0.7 to 4.0.8 in /war (#9656)
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.7 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/4.0.8/CHANGELOG.md)
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.7...4.0.8)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-25 13:21:07 -06:00
renovate[bot] 6a57966209
Update dependency webpack to v5.94.0 (#9659)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-25 19:14:09 +01:00
renovate[bot] ba6db23a51
Update dependency @babel/preset-env to v7.25.4 (#9657)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-25 19:10:58 +01:00
renovate[bot] 52a597e61f
Update dependency node to v20.17.0 (#9655)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-25 10:50:00 +02:00
Markus Winter 83541cfb0e
[JENKINS-73613] refresh buildhistory widget in all cases (#9624)
* [JENKINS-73592] refresh buildhistory widget when page gets focus

* [JENKINS-73613] refresh buildhistory in all cases

refresh the buildHistory widget instantly when the window gets focus,
e.g. after switching browser tabs but also when one was in another
application and clicks in the browser window.
When the window is visible it will update even when it has no focus,
when the window is hidden no calls to the controller will be done.

Additionally the buildHistory will be updated when it is not on the
first page. So e.g. when someone deletes a build, changes the display
name or the description or when a build is still running the page gets
updated.
2024-08-24 11:58:09 +02:00
Markus Winter de5cd41b55
[JENKINS-73668] fix styling of rowSelectionController dropdown (#9641)
* [JENKINS-73668] fix stlying of rowSelectionController dropdown

ensure there is enough gap between entries

* style it as before with smaller dropdown button

* apply prettier
2024-08-24 11:57:51 +02:00
renovate[bot] fb09eafb02
Update stapler.version to v1896 (major) (#9651)
Update dependency org.kohsuke.stapler:stapler-groovy to v1896

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-23 07:59:21 -07:00
Vincent Latombe 49618a00ce
Updating the test to note the behavioural change 2024-08-23 08:14:22 +02:00
renovate[bot] 8d10674a5b
Update dependency org.jenkins-ci.plugins:junit to v1296 (#9650)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-22 17:47:01 -07:00
renovate[bot] e6c9f30192
Update dependency mini-css-extract-plugin to v2.9.1 (#9646)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-22 13:46:34 -07:00
Basil Crow 856bd0fc58
Turn down log level of `StaplerFilteredActionListener` (#9643) 2024-08-22 12:50:03 -06:00
renovate[bot] c72a895582
Update dependency sass-loader to v16.0.1 (#9647)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-22 11:18:55 -07:00
Vincent Latombe 2d30cfcf98
Fix review 2024-08-22 17:20:38 +02:00
Vincent Latombe 44602bbf9c
Typo spotted by @dwnusbaum
Co-authored-by: Devin Nusbaum <dwnusbaum@users.noreply.github.com>
2024-08-22 17:12:59 +02:00
Vincent Latombe 39d30c8828
Add WithConsoleUrl interface
This simplifies the logic of `Functions#getConsoleUrl` and makes it pluggable.
2024-08-22 15:33:03 +02:00
renovate[bot] 0c31a3ac96
Update dependency io.jenkins.plugins:prism-api to v1.29.0-17 (#9642)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-21 18:14:10 -07:00
renovate[bot] 80cf2aa54e
Update dependency org.jenkins-ci.plugins:junit to v1295 (#9640)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-21 16:12:03 -07:00
renovate[bot] 8827ec91e5
Update dependency postcss-preset-env to v10.0.2 (#9639)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-21 16:11:44 -07:00
Zbynek Konecny 94aadfcce8
Allow plugins to customize number of suggestions in autocomplete (#9616) 2024-08-21 07:46:51 +02:00
Madis Pärn b064be0de8
JENKINS-68822 added support for removing all builds with LogRotator (#9405)
* JENKINS-68822 added support for removing all builds with LogRotator

* Update core/src/main/java/hudson/tasks/LogRotator.java

---------

Co-authored-by: Tim Jacomb <21194782+timja@users.noreply.github.com>
2024-08-21 07:46:42 +02:00
Jenkins Release Bot 1272ab7f85 [maven-release-plugin] prepare for next development iteration 2024-08-20 13:40:44 +00:00
Jenkins Release Bot 5a783a7a34 [maven-release-plugin] prepare release jenkins-2.473 2024-08-20 13:40:21 +00:00
renovate[bot] aa348fc9d0
Update dependency org.jenkins-ci.plugins:junit to v1291 (#9635)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-19 17:20:38 -07:00
renovate[bot] d808f3c379
Update dependency org.springframework.security:spring-security-bom to v5.8.14 (#9634)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-19 16:57:41 -07:00
renovate[bot] 4bab9de612
Update dependency commons-logging:commons-logging to v1.3.4 (#9632)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-19 16:57:22 -07:00
renovate[bot] 7ead3b9293
Update dependency io.jenkins.plugins:prism-api to v1.29.0-16 (#9633)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-19 14:31:13 -07:00
Mark Waite 1a9f6684c7
Update @since javadoc comments for recent API additions (#9629) 2024-08-18 20:32:00 -06:00
Mark Waite 1bf0e5c279
Remove trailing backslash from 'Keep this build forever' hover text (#9625)
Remove trailing '\' from 'Keep this build forever' hover text

See the before and after pictures in the pull request.
2024-08-18 20:31:42 -06:00
renovate[bot] 9ec7e584c9
Update dependency stylelint to v16.8.2 (#9630)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-18 10:42:29 -07:00