Olivier Lamy
1812dee1f9
Upgrade to Winstone 6.22 and Jetty 10.0.24 ( #9698 )
...
Upgrade to winstone 6.22 and so Jetty 10.0.24
Signed-off-by: Olivier Lamy <olamy@apache.org>
2024-09-17 13:38:55 -07:00
Basil Crow
33a868d58c
Merge pull request #9733 from krisstern/chore/stable-2.462/backporting-2.462.3-1
...
Backporting 2.462.3 LTS
2024-09-17 13:38:30 -07:00
Jesse Glick
d894603a04
[JENKINS-73692] Turn off logging from `BackgroundGlobalBuildDiscarder` ( #9663 )
...
Turn off logging from `BackgroundGlobalBuildDiscarder`
(cherry picked from commit f84ab6aae1 )
2024-09-16 19:11:07 +08:00
Markus Winter
bddc28b42b
[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
(cherry picked from commit de5cd41b55 )
2024-09-16 19:10:24 +08:00
Allan Burdajewicz
8fdfb985c6
[JENKINS-73422] Add escape hatch for Authenticated user access to Resource URL ( #9644 )
...
Co-authored-by: Daniel Beck <1831569+daniel-beck@users.noreply.github.com>
(cherry picked from commit 5fe9a44805 )
2024-09-16 19:09:33 +08:00
Jenkins Release Bot
71321faa97
[maven-release-plugin] prepare for next development iteration
2024-09-04 07:57:37 +00:00
Jenkins Release Bot
c94c12a33c
[maven-release-plugin] prepare release jenkins-2.462.2
2024-09-04 07:57:13 +00:00
Basil Crow
af353d0288
Upgrade `junit` to 1296.vb_f538b_c88630 on LTS ( #9652 )
2024-08-23 13:46:17 -07:00
Basil Crow
da4e509e2b
Update Spring Security to 5.8.14 in LTS ( #9636 )
...
Update dependency org.springframework.security:spring-security-bom to v5.8.14
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-23 11:10:38 -07:00
Basil Crow
91b4d80a1c
Merge pull request #9631 from NotMyFault/2nd-backporting-2.462.2
...
Second backporting for 2.462.2
2024-08-20 12:37:44 -07:00
renovate[bot]
85b9afec6c
Update dependency org.jenkins-ci.plugins:junit to v1291 ( #9635 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit aa348fc9d0 )
2024-08-20 16:40:42 +02:00
renovate[bot]
97883c3026
Update dependency org.springframework:spring-framework-bom to v5.3.39 ( #9612 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit c5c69abd2d )
2024-08-19 17:21:40 +02:00
James Nord
41db33cda3
[JENKINS-73404] SecretTextArea missing FormValidation support ( #9450 )
...
* [JENKINS-73404] unit test
* roundtrip as Secrets
* [JENKINS-73404] add validation for SecretTextArea
reworked the jelly and simplified the javascript.
the textarea is now always present in the DOM, so no need to remove
inputs to add a textarea. Rather we just remove /hide the "hidden" attribute
from the elements we want to show/hide and give the textArea the
expected class and attributes for validation to occur
* remove unused data-prompt attribute
* Adapt getHiddenSecretValue to backend changes
* Adapt to Secrets being sent as "" rather than null
values for SecretTextArea are now always sent. Whilst this is a change
in behavior the only way once set to unset is to set the value to the
mpty string "" which would still produce a Secret
Additionally this matches the behaviour of f:password and f:textarea
Given both of the above this change in behaviour should not break any
production use cases.
* Remove trailing spaces
---------
Co-authored-by: Mark Waite <mark.earl.waite@gmail.com>
(cherry picked from commit 81b90e4c11 )
2024-08-19 17:20:53 +02:00
Alexander Brandes
816597fa86
Merge pull request #9614 from NotMyFault/backporting-2.462.2
...
Backporting for 2.462.2
2024-08-15 07:28:13 +02:00
Thorsten Scherler
bb61a4eee3
[JENKINS-73586] Fix New Item page layout if no icon is defined for an item type ( #9520 )
...
* [new_item_page_fix] show problem
Signed-off-by: Thorsten Scherler <scherler@gmail.com>
* [new_item_page_fix] fix problem
Signed-off-by: Thorsten Scherler <scherler@gmail.com>
* [new_item_page_fix] revert freestyle hack
Signed-off-by: Thorsten Scherler <scherler@gmail.com>
---------
Signed-off-by: Thorsten Scherler <scherler@gmail.com>
(cherry picked from commit e763a498c2 )
2024-08-14 21:37:43 +02:00
Markus Winter
7f2d678524
[JENKINS-73453] make icons in table buttons resizable ( #9482 )
...
[JENKINS-73543] make icon in buttons in tables resizable
With #9131 the jenkins-table__button was replaced at certain places with
jenkins-button. But this change caused two regressions:
- The icon size for large table was almost the same as that for medium
tables
- The icons wrapped in jenkins-button were not resizable
- with small table the buttons overflowed the table cell
This change restores the old icon size for large tables and adds
additional css rules for jenkins-button inside tables so they are
properly resized and the padding is correct
(cherry picked from commit 19d568c0e0 )
2024-08-14 21:37:28 +02:00
Jenkins Release Bot
7ca169bab6
[maven-release-plugin] prepare for next development iteration
2024-08-05 18:19:16 +00:00
Jenkins Release Bot
acc866856e
[maven-release-plugin] prepare release jenkins-2.462.1
2024-08-05 18:18:55 +00:00
Yaroslav Afenkin
efece77d75
[SECURITY-3349]
2024-07-22 21:07:17 +00:00
Daniel Beck
cec49ce5d5
[SECURITY-3430]
2024-07-22 21:07:11 +00:00
Mark Waite
7a306482f6
Update dependabot target branch for stable-2.462
...
https://github.com/jenkins-infra/release/issues/561
2024-07-13 20:35:23 -06:00
dependabot[bot]
ef67e32219
[JENKINS-73446] Bump org.jenkins-ci.plugins.workflow:workflow-step-api from 657.v03b_e8115821b_ to 678.v3ee58b_469476 ( #9444 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 57569071c7 )
2024-07-13 19:43:05 -06:00
dependabot[bot]
e990330739
[JENKINS-73445] Bump org.jenkins-ci.plugins:bouncycastle-api from 2.30.1.78.1-233.vfdcdeb_0a_08a_a_ to 2.30.1.78.1-248.ve27176eb_46cb_ ( #9439 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 53bbf72852 )
2024-07-13 19:39:31 -06:00
dependabot[bot]
7d9cb94e33
[JENKINS-73444] Bump org.jenkins-ci.plugins:structs from 337.v1b_04ea_4df7c8 to 338.v848422169819 ( #9419 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 4761c15de9 )
2024-07-13 17:15:46 -06:00
dependabot[bot]
328e8eb2ef
[JENKINS-73443] Bump io.jenkins.plugins:commons-text-api from 1.11.0-109.vfe16c66636eb_ to 1.12.0-119.v73ef73f2345d ( #9386 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit f983c8ac6a )
2024-07-13 17:15:46 -06:00
dependabot[bot]
11849e3524
[JENKINS-73442] Bump org.springframework:spring-framework-bom from 5.3.36 to 5.3.37 ( #9385 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 3081a5cb5a )
2024-07-13 17:15:46 -06:00
dependabot[bot]
87b1eedef5
[JENKINS-73441] Bump org.springframework.security:spring-security-bom from 5.8.12 to 5.8.13 ( #9398 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit c674d94e29 )
2024-07-13 17:15:46 -06:00
Basil Crow
a7759c817f
Sync detached plugin versions with default branch ( #9456 )
2024-07-12 15:39:48 -06:00
Mark Waite
ae8e65e5cc
Towards 2.462.1
2024-07-12 12:10:26 -06:00
Jenkins Release Bot
624270f58d
[maven-release-plugin] prepare for next development iteration
2024-06-11 13:30:17 +00:00
Jenkins Release Bot
7edc099b67
[maven-release-plugin] prepare release jenkins-2.462
2024-06-11 13:29:40 +00:00
dependabot[bot]
cfdc7a5949
Bump org.jenkins-ci.main:jenkins-test-harness from 2223.v062296742946 to 2225.v04fa_3929c9b_5 ( #9373 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-10 19:14:48 -07:00
Jan Faracik
73de53a7b6
Refine button appearances in sidebars, menus, pages and breadcrumbs ( #9367 )
...
* Push
* Push
* Update _buttons.scss
2024-06-10 19:08:08 -06:00
Jan Faracik
a6542b98a9
Adjust heading weights and sizes ( #9366 )
...
* Init
* Update _app-bar.scss
2024-06-10 19:03:54 -06:00
Bob Du
0ad66571bf
[JENKINS-73246] Fix text shown in unexpected locale ( #9370 )
...
Signed-off-by: Bob Du <i@bobdu.cc>
2024-06-10 19:02:09 -06:00
dependabot[bot]
386e04c4e5
Bump org.jenkins-ci.main:jenkins-test-harness from 2216.v8f497401120d to 2223.v062296742946 ( #9371 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-10 12:17:51 -07:00
dependabot[bot]
967db8566c
Bump org.jenkins-ci.modules:sshd from 3.328.v659088899699 to 3.330.vc866a_8389b_58 ( #9372 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-10 12:17:27 -07:00
renovate[bot]
9f4d116b8e
Update dependency globals to v15.4.0 ( #9369 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-10 10:24:19 -07:00
renovate[bot]
14dad30b9d
Update babel monorepo to v7.24.7 ( #9364 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-08 22:13:47 +02:00
renovate[bot]
c6ceb1051d
Update dependency prettier to v3.3.1 ( #9363 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-08 16:07:19 +01:00
renovate[bot]
a6665f89eb
Update dependency lit to v3.1.4 ( #9360 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-08 09:28:31 +02:00
dependabot[bot]
f8e55c78f8
Bump io.jenkins.plugins:commons-lang3-api from 3.13.0-62.v7d18e55f51e2 to 3.14.0-76.vda_5591261cfe ( #9356 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-06 13:06:26 -07:00
dependabot[bot]
9a30fa3d00
Bump org.jenkins-ci.modules:sshd from 3.322.v159e91f6a_550 to 3.328.v659088899699 ( #9351 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-06 13:05:08 -07:00
Markus Winter
5978ebe594
[JENKINS-73243] quote replacement string in symbol tooltips ( #9347 )
2024-06-06 13:20:38 +01:00
Dmitry Platonov
8088382929
[JENKINS-72854] fix the enum jelly to take readOnlyMode into account ( #9336 )
2024-06-06 13:20:27 +01:00
renovate[bot]
7aad678324
Update dependency prettier to v3.3.0 ( #9350 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-04 15:44:46 -07:00
dependabot[bot]
76a59a5558
Bump mina-sshd-api.version from 2.12.1-101.v85b_e08b_780dd to 2.12.1-113.v4d3ea_5eb_7f72 ( #9349 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-04 15:44:01 -07:00
Jenkins Release Bot
d201db6af2
[maven-release-plugin] prepare for next development iteration
2024-06-04 13:15:21 +00:00
Jenkins Release Bot
896e0f30e8
[maven-release-plugin] prepare release jenkins-2.461
2024-06-04 13:14:56 +00:00
dependabot[bot]
291771a349
Bump org.jenkins-ci.plugins:matrix-project from 831.v084e85a_b_4ea_d to 832.va_66e270d2946 ( #9348 )
2024-06-04 02:41:26 +00:00