Branch: refs/heads/jakarta
Home: https://github.com/jenkinsci/jenkins
Commit: 7df974eea1f8c9be48ae88a66e90a96a80d4c721
https://github.com/jenkinsci/jenkins/commit/7df974eea1f8c9be48ae88a66e90a96a80d4c721
Author: Vincent Latombe <[email protected]>
Date: 2024-07-05 (Fri, 05 Jul 2024)
Changed paths:
M core/src/main/java/hudson/model/AdministrativeMonitor.java
M core/src/main/java/jenkins/management/AdministrativeMonitorsDecorator.java
M core/src/main/java/jenkins/model/Jenkins.java
M
test/src/test/java/jenkins/management/AdministrativeMonitorsDecoratorTest.java
Log Message:
-----------
Allow administrative monitors to be displayed for users with `Overall/MANAGE`
permission
This allows users with `Overall/MANAGE` permission but not
`Overall/SYSTEM_READ` to display administrative monitors if the administrative
monitor has been implemented to allow it.
Commit: 4152c5726b272a1fd5bb1ccef08a39f5d8921980
https://github.com/jenkinsci/jenkins/commit/4152c5726b272a1fd5bb1ccef08a39f5d8921980
Author: Vincent Latombe <[email protected]>
Date: 2024-07-08 (Mon, 08 Jul 2024)
Changed paths:
M core/src/main/java/hudson/model/AdministrativeMonitor.java
M
test/src/test/java/jenkins/management/AdministrativeMonitorsDecoratorTest.java
Log Message:
-----------
Add a method to check for permission instead
Commit: dc36857468f76e74ea7686bd863b2943d0107223
https://github.com/jenkinsci/jenkins/commit/dc36857468f76e74ea7686bd863b2943d0107223
Author: Vincent Latombe <[email protected]>
Date: 2024-07-08 (Mon, 08 Jul 2024)
Changed paths:
M core/src/main/java/hudson/model/AdministrativeMonitor.java
M core/src/main/java/jenkins/model/Jenkins.java
M
test/src/test/java/jenkins/management/AdministrativeMonitorsDecoratorTest.java
Log Message:
-----------
Cover new logic and fix check
Commit: e1a86ef2598b7ca226fe71cb593a4ec9bb4c9e23
https://github.com/jenkinsci/jenkins/commit/e1a86ef2598b7ca226fe71cb593a4ec9bb4c9e23
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: 2024-07-11 (Thu, 11 Jul 2024)
Changed paths:
M war/package.json
M war/yarn.lock
Log Message:
-----------
Update dependency postcss-preset-env to v9.6.0 (#9445)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Commit: ea07383306b5a8aeb51df4642c52abaff92ed3fc
https://github.com/jenkinsci/jenkins/commit/ea07383306b5a8aeb51df4642c52abaff92ed3fc
Author: Vincent Latombe <[email protected]>
Date: 2024-07-11 (Thu, 11 Jul 2024)
Changed paths:
M core/src/main/java/hudson/model/AdministrativeMonitor.java
M core/src/main/java/jenkins/management/AdministrativeMonitorsDecorator.java
M core/src/main/java/jenkins/model/Jenkins.java
M
test/src/test/java/jenkins/management/AdministrativeMonitorsDecoratorTest.java
Log Message:
-----------
Merge pull request #9437 from Vlatombe/administrative-monitors-for-managers
Commit: 6fa26d23a70340b79afd835873b6ace72332073d
https://github.com/jenkinsci/jenkins/commit/6fa26d23a70340b79afd835873b6ace72332073d
Author: Wadeck Follonier <[email protected]>
Date: 2024-07-11 (Thu, 11 Jul 2024)
Changed paths:
M core/src/main/java/hudson/model/MyViewsProperty.java
M core/src/main/java/hudson/model/PaneStatusProperties.java
M core/src/main/java/hudson/model/TimeZoneProperty.java
M core/src/main/java/hudson/model/User.java
M core/src/main/java/hudson/model/UserProperty.java
M core/src/main/java/hudson/model/UserPropertyDescriptor.java
A core/src/main/java/hudson/model/userproperty/UserPropertyCategory.java
A
core/src/main/java/hudson/model/userproperty/UserPropertyCategoryAccountAction.java
A
core/src/main/java/hudson/model/userproperty/UserPropertyCategoryAction.java
A
core/src/main/java/hudson/model/userproperty/UserPropertyCategoryAppearanceAction.java
A
core/src/main/java/hudson/model/userproperty/UserPropertyCategoryExperimentalAction.java
A
core/src/main/java/hudson/model/userproperty/UserPropertyCategoryPreferencesAction.java
A
core/src/main/java/hudson/model/userproperty/UserPropertyCategorySecurityAction.java
M core/src/main/java/hudson/search/UserSearchProperty.java
M core/src/main/java/hudson/security/HudsonPrivateSecurityRealm.java
M
core/src/main/java/jenkins/model/experimentalflags/UserExperimentalFlagsProperty.java
M core/src/main/java/jenkins/security/ApiTokenProperty.java
M core/src/main/java/jenkins/security/LastGrantedAuthoritiesProperty.java
M core/src/main/java/jenkins/security/seed/UserSeedProperty.java
M core/src/main/resources/hudson/model/Messages.properties
R core/src/main/resources/hudson/model/User/configure.jelly
M core/src/main/resources/hudson/model/User/sidepanel.jelly
A core/src/main/resources/hudson/model/userproperty/Messages.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index.jelly
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_bg.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_ca.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_cs.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_da.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_de.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_es.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_fi.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_fr.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_hu.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_it.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_ja.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_ko.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_lv.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_nb_NO.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_nl.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_pl.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_pt_BR.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_ru.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_sk.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_sr.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_sv_SE.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_tr.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_uk.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_zh_TW.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAppearanceAction/index.jelly
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAppearanceAction/index.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryExperimentalAction/index.jelly
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryExperimentalAction/index.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryPreferencesAction/index.jelly
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryPreferencesAction/index.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategorySecurityAction/index.jelly
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategorySecurityAction/index.properties
M
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/index.jelly
M
core/src/main/resources/jenkins/model/experimentalflags/Messages.properties
R
core/src/main/resources/jenkins/model/experimentalflags/Messages_fr.properties
R
core/src/main/resources/jenkins/model/experimentalflags/Messages_sv_SE.properties
M
core/src/main/resources/jenkins/model/experimentalflags/UserExperimentalFlagsProperty/config.jelly
M test/src/test/java/hudson/model/UserPropertyTest.java
M test/src/test/java/hudson/model/UserTest.java
M test/src/test/java/hudson/security/HudsonPrivateSecurityRealmTest.java
M test/src/test/java/jenkins/security/ApiCrumbExclusionTest.java
M test/src/test/java/jenkins/security/ApiTokenPropertyTest.java
M
test/src/test/java/jenkins/security/BasicHeaderApiTokenAuthenticatorTest.java
M
test/src/test/java/jenkins/security/LastGrantedAuthoritiesPropertyTest.java
M test/src/test/java/jenkins/security/apitoken/ApiTokenStatsRestartTest.java
M test/src/test/java/jenkins/security/apitoken/ApiTokenStatsTest.java
M test/src/test/java/jenkins/security/seed/UserSeedPropertyTest.java
A war/src/main/resources/images/symbols/flask.svg
Log Message:
-----------
[JENKINS-69869] Categorize the user properties (#7268)
Co-authored-by: Tim Jacomb <[email protected]>
Commit: bcc9f0af3cdec03ec8f567ec4e37c62310793e7a
https://github.com/jenkinsci/jenkins/commit/bcc9f0af3cdec03ec8f567ec4e37c62310793e7a
Author: Tim Jacomb <[email protected]>
Date: 2024-07-11 (Thu, 11 Jul 2024)
Changed paths:
M core/src/main/java/hudson/model/AdministrativeMonitor.java
M core/src/main/java/hudson/model/MyViewsProperty.java
M core/src/main/java/hudson/model/PaneStatusProperties.java
M core/src/main/java/hudson/model/TimeZoneProperty.java
M core/src/main/java/hudson/model/User.java
M core/src/main/java/hudson/model/UserProperty.java
M core/src/main/java/hudson/model/UserPropertyDescriptor.java
A core/src/main/java/hudson/model/userproperty/UserPropertyCategory.java
A
core/src/main/java/hudson/model/userproperty/UserPropertyCategoryAccountAction.java
A
core/src/main/java/hudson/model/userproperty/UserPropertyCategoryAction.java
A
core/src/main/java/hudson/model/userproperty/UserPropertyCategoryAppearanceAction.java
A
core/src/main/java/hudson/model/userproperty/UserPropertyCategoryExperimentalAction.java
A
core/src/main/java/hudson/model/userproperty/UserPropertyCategoryPreferencesAction.java
A
core/src/main/java/hudson/model/userproperty/UserPropertyCategorySecurityAction.java
M core/src/main/java/hudson/search/UserSearchProperty.java
M core/src/main/java/hudson/security/HudsonPrivateSecurityRealm.java
M core/src/main/java/jenkins/management/AdministrativeMonitorsDecorator.java
M core/src/main/java/jenkins/model/Jenkins.java
M
core/src/main/java/jenkins/model/experimentalflags/UserExperimentalFlagsProperty.java
M core/src/main/java/jenkins/security/ApiTokenProperty.java
M core/src/main/java/jenkins/security/LastGrantedAuthoritiesProperty.java
M core/src/main/java/jenkins/security/seed/UserSeedProperty.java
M core/src/main/resources/hudson/model/Messages.properties
R core/src/main/resources/hudson/model/User/configure.jelly
M core/src/main/resources/hudson/model/User/sidepanel.jelly
A core/src/main/resources/hudson/model/userproperty/Messages.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index.jelly
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_bg.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_ca.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_cs.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_da.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_de.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_es.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_fi.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_fr.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_hu.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_it.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_ja.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_ko.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_lv.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_nb_NO.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_nl.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_pl.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_pt_BR.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_ru.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_sk.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_sr.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_sv_SE.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_tr.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_uk.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAccountAction/index_zh_TW.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAppearanceAction/index.jelly
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryAppearanceAction/index.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryExperimentalAction/index.jelly
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryExperimentalAction/index.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryPreferencesAction/index.jelly
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategoryPreferencesAction/index.properties
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategorySecurityAction/index.jelly
A
core/src/main/resources/hudson/model/userproperty/UserPropertyCategorySecurityAction/index.properties
M
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/index.jelly
M
core/src/main/resources/jenkins/model/experimentalflags/Messages.properties
R
core/src/main/resources/jenkins/model/experimentalflags/Messages_fr.properties
R
core/src/main/resources/jenkins/model/experimentalflags/Messages_sv_SE.properties
M
core/src/main/resources/jenkins/model/experimentalflags/UserExperimentalFlagsProperty/config.jelly
M test/src/test/java/hudson/model/UserPropertyTest.java
M test/src/test/java/hudson/model/UserTest.java
M test/src/test/java/hudson/security/HudsonPrivateSecurityRealmTest.java
M
test/src/test/java/jenkins/management/AdministrativeMonitorsDecoratorTest.java
M test/src/test/java/jenkins/security/ApiCrumbExclusionTest.java
M test/src/test/java/jenkins/security/ApiTokenPropertyTest.java
M
test/src/test/java/jenkins/security/BasicHeaderApiTokenAuthenticatorTest.java
M
test/src/test/java/jenkins/security/LastGrantedAuthoritiesPropertyTest.java
M test/src/test/java/jenkins/security/apitoken/ApiTokenStatsRestartTest.java
M test/src/test/java/jenkins/security/apitoken/ApiTokenStatsTest.java
M test/src/test/java/jenkins/security/seed/UserSeedPropertyTest.java
M war/package.json
A war/src/main/resources/images/symbols/flask.svg
M war/yarn.lock
Log Message:
-----------
Merge branch 'master' into jakarta
Compare:
https://github.com/jenkinsci/jenkins/compare/c8748d96527d...bcc9f0af3cde
To unsubscribe from these emails, change your notification settings at
https://github.com/jenkinsci/jenkins/settings/notifications
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/jakarta/c8748d-bcc9f0%40github.com.