Commit Graph

35984 Commits

Author SHA1 Message Date
Kris Stern 89f48c5cd9
Merge pull request #10106 from timja/ballColorTd-table
[JENKINS-74868] Use new build status symbols in multi branch projects
2025-01-03 18:00:18 +08:00
renovate[bot] 238c498144
Update dependency io.jenkins.plugins:design-library to v342 (#10111)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-02 20:32:04 -08:00
renovate[bot] 75410bc607
Update dependency io.jenkins.plugins:json-api to v20241224 (#10110)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-02 10:45:55 -08:00
renovate[bot] 1aa9c5755f
Update Yarn to v4.6.0 (#10109)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-02 10:44:50 -08:00
Tim Jacomb e1dff1ae29
Adjust test 2024-12-31 19:46:12 +00:00
Jan Faracik 0a64505915
Restore trailing period on 'Jenkins is getting ready to work' screens (#10107) 2024-12-31 19:13:20 +00:00
Jan Faracik a3a11461fd
Merge branch 'master' into use-modern-color-function-notation 2024-12-31 11:51:34 +00:00
renovate[bot] a154818948
Update dependency postcss-preset-env to v10.1.3 (#10105)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-30 22:27:45 +00:00
Tim Jacomb 5fd9f5178f
[JENKINS-74868] Use new build status symbols in multi branch projects 2024-12-30 22:20:15 +00:00
Kris Stern afedb20c4e
Merge pull request #10104 from jenkinsci/renovate/org.jenkins-ci.plugins-bouncycastle-api-2.x
Update dependency org.jenkins-ci.plugins:bouncycastle-api to v2.30.1.79-254.vfdb_814e7791e
2024-12-31 05:03:37 +08:00
Jan Faracik c075529c06
Merge branch 'master' into use-modern-color-function-notation 2024-12-30 19:22:27 +00:00
renovate[bot] 0c5eafe045
Update dependency org.jenkins-ci.plugins:bouncycastle-api to v2.30.1.79-254.vfdb_814e7791e 2024-12-30 16:58:18 +00:00
Basil Crow 5dcb4e6d58
Fix Prettier errors (#10102) 2024-12-28 11:58:31 -08:00
Basil Crow 56b7c1d208
Fail CI build on `prettier` errors (#10101) 2024-12-28 11:56:53 -08:00
renovate[bot] 65ab501e88
Update dependency com.puppycrawl.tools:checkstyle to v10.21.1 (#10100)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-28 11:11:59 -08:00
renovate[bot] 333fdbe631
Update peter-evans/create-pull-request digest to 67ccf78 (#10097)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-28 11:11:36 -08:00
Kris Stern 6442f72a84
Merge pull request #10099 from jenkinsci/renovate/io.jenkins.plugins-echarts-api-5.x
Update dependency io.jenkins.plugins:echarts-api to v5.5.1-5
2024-12-29 02:49:02 +08:00
Jan Faracik 530fc98a90
Merge branch 'master' into use-modern-color-function-notation 2024-12-28 17:45:14 +00:00
Kris Stern ded73e7924
Merge pull request #10096 from jenkinsci/renovate/mina-sshd-api.version
Update mina-sshd-api.version to v2.14.0-138.v6341ee58e1df
2024-12-28 18:43:23 +08:00
renovate[bot] b9ed22e2f4
Update dependency io.jenkins.plugins:echarts-api to v5.5.1-5 2024-12-28 01:13:43 +00:00
renovate[bot] efae3ca455
Update mina-sshd-api.version to v2.14.0-138.v6341ee58e1df 2024-12-27 04:38:16 +00:00
Denys Digtiar 76fa2e5c27
Update progressiveText.jelly with documentation tag (#10085) 2024-12-24 22:40:23 +00:00
renovate[bot] cb51ae3563
Update dependency webpack-cli to v6 (#10094)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-23 13:37:17 -08:00
Kris Stern 71411834b6
Merge pull request #10093 from jenkinsci/renovate/jna-monorepo
Update dependency net.java.dev.jna:jna to v5.16.0
2024-12-24 04:22:06 +08:00
Tim Jacomb f3a0705f73
Use htmlunit snapshot 2024-12-23 18:35:32 +00:00
Tim Jacomb 512132ad59
Fix typo in renovate config (#10095) 2024-12-22 22:21:26 +00:00
renovate[bot] 983e9f20d7
Update dependency globals to v15.14.0 (#10091)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-22 22:19:30 +00:00
renovate[bot] ac78233f01
Update dependency net.java.dev.jna:jna to v5.16.0 2024-12-22 18:31:52 +00:00
Kris Stern 6a86f2f5f8
Merge pull request #10081 from timja/radio-detection-enhancements
Form checker enhancements for radio
2024-12-22 23:44:52 +08:00
Kris Stern f643db80f9
Merge pull request #10089 from jglick/headerCommandPaletteButton
`headerCommandPaletteButton` undefined when `JenkinsHeader` not loaded
2024-12-22 23:44:31 +08:00
csteiner a788745e18
chore(actions): restore actions-gh-release due to known issue (#10086)
This reverts commit c39d7d6370.
Documented here-https://github.com/softprops/action-gh-release/issues/556

Co-authored-by: Tim Jacomb <21194782+timja@users.noreply.github.com>
2024-12-21 14:16:36 +00:00
Kris Stern 938f5ff8a3
Merge pull request #10090 from jenkinsci/renovate/io.jenkins.plugins-design-library-336.x
Update dependency io.jenkins.plugins:design-library to v336
2024-12-21 21:37:02 +08:00
renovate[bot] bc3ce5447e
Update dependency io.jenkins.plugins:design-library to v336 2024-12-21 03:38:21 +00:00
renovate[bot] 96cbdb73b9
Update dependency io.jenkins.plugins:design-library to v335 (#10088)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-20 12:06:57 -08:00
Jesse Glick dae326cc75
`headerCommandPaletteButton` undefined when `JenkinsHeader` not loaded 2024-12-20 13:47:29 -05:00
renovate[bot] 8f2800bdfd
Update dependency org.jenkins-ci.plugins:credentials to v1405 (#10087)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-20 08:57:22 -08:00
renovate[bot] c9d0a18702
Update dependency org.jenkins-ci.plugins:junit to v1312 (#10077)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-20 08:56:36 -08:00
renovate[bot] ee1029bc0c
Update dependency org.jenkins-ci.main:jenkins-test-harness to v2370 (#10076)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-20 08:55:48 -08:00
renovate[bot] 7a028289bd
Update dependency org.jenkins-ci:jenkins to v1.127 (#10083)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-19 21:30:22 -07:00
Jan Faracik c84055691d
Merge branch 'master' into use-modern-color-function-notation 2024-12-19 16:16:56 +00:00
Jenkins Release Bot 8eb2f27498 [maven-release-plugin] prepare for next development iteration 2024-12-19 15:05:36 +00:00
Jenkins Release Bot 6a7b2eb81b [maven-release-plugin] prepare release jenkins-2.491 2024-12-19 15:05:15 +00:00
Tim Jacomb ede07a543c
Form checker enhancements for radio 2024-12-19 14:42:12 +00:00
Jan Faracik 387dcbc84f Use modern color function notation 2024-12-19 14:08:15 +00:00
Jan Faracik 548d35592b Update _theme.scss 2024-12-19 10:25:07 +00:00
Jan Faracik 5a7aa6c93a Update _theme.scss 2024-12-19 10:24:47 +00:00
Jan Faracik 6a236f6b4f Update _theme.scss 2024-12-19 10:15:40 +00:00
Jan Faracik 7020eb3668 Update _theme.scss 2024-12-19 10:13:09 +00:00
Jan Faracik 6056e08d3d Update _theme.scss 2024-12-19 10:10:34 +00:00
Jan Faracik 0bcb651d77 Update _theme.scss 2024-12-19 10:07:56 +00:00