-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/token #187
Open
reftel
wants to merge
9
commits into
jenkinsci:master
Choose a base branch
from
reftel:feature/token
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Feature/token #187
Commits on Dec 21, 2023
-
Make Spotbugs realize there will be no NPEs
The code was already correct, but Spotbugs did not know that the methods called were pure, and therefore thoought they might return null when called a second time. This change enables Spotbugs to reason correctly about the code.
Configuration menu - View commit details
-
Copy full SHA for 159ff38 - Browse repository at this point
Copy the full SHA 159ff38View commit details -
Explicit dependency on okhttp3
Earlier, the settings page on Jenkins would crash if there were no other plugins that pulled in okhttp3.
Configuration menu - View commit details
-
Copy full SHA for 3cda980 - Browse repository at this point
Copy the full SHA 3cda980View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d069ee - Browse repository at this point
Copy the full SHA 7d069eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for feb7f40 - Browse repository at this point
Copy the full SHA feb7f40View commit details -
Refactor credentials authentication
Makes changes to add new types of credentials less invasive, thus easier to review.
Configuration menu - View commit details
-
Copy full SHA for f38026a - Browse repository at this point
Copy the full SHA f38026aView commit details -
JENKINS-66449: Implement token authentication
This change lets users pick `StringCredentials` in addition to `UsernamePasswordCredentials` in the credentials drop-down in the settings. This makes the `SigningInterceptor` send the secret of the credential as a bearer token, instead of using username and password for Basic Authentication. See https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html for the documentation on the Jira side.
Configuration menu - View commit details
-
Copy full SHA for f34ce79 - Browse repository at this point
Copy the full SHA f34ce79View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3582d9 - Browse repository at this point
Copy the full SHA f3582d9View commit details
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6ce2833 - Browse repository at this point
Copy the full SHA 6ce2833View commit details
Commits on Jun 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8c4a487 - Browse repository at this point
Copy the full SHA 8c4a487View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.