Branch: refs/heads/master
Home: https://github.com/jenkinsci/jenkins
Commit: eb0876cdb981a83c9f4c6f07d1eede585614612a
https://github.com/jenkinsci/jenkins/commit/eb0876cdb981a83c9f4c6f07d1eede585614612a
Author: Wadeck Follonier <[email protected]>
Date: 2020-10-05 (Mon, 05 Oct 2020)
Changed paths:
M core/src/main/java/jenkins/install/SetupWizard.java
M core/src/main/java/jenkins/security/ApiTokenProperty.java
M core/src/main/java/jenkins/security/apitoken/ApiTokenStats.java
M core/src/main/java/jenkins/security/apitoken/ApiTokenStore.java
A core/src/main/java/jenkins/security/apitoken/TokenUuidAndPlainValue.java
M test/src/test/java/hudson/security/WhoAmITest.java
M test/src/test/java/jenkins/security/ApiTokenPropertyTest.java
M
test/src/test/java/jenkins/security/apitoken/LegacyApiTokenAdministrativeMonitorTest.java
Log Message:
-----------
[JENKINS-57484] Improving the scripting capacity for the API Tokens (#4027)
* [JENKINS-57484] Improving the scripting capacity for the API Tokens
* Modification after review
* Add `@Restricted` as proposed by Daniel
- Also remove some whitespace modifications that were not required
* Method already present, revert the annotation addition
* Adjustment after merge conflict + cleanup
- Nonnull to NonNull
- Immutable is illegal :(
- Mistake in WhoAmITest
* Adding revokeToken + unit test for scripting
* Adding comment for system property not set + recommendation about revocation
* Update core/src/main/java/jenkins/install/SetupWizard.java
Co-authored-by: Jeff Thompson <[email protected]>
Co-authored-by: Jeff Thompson <[email protected]>
--
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/master/81a330-eb0876%40github.com.