Branch: refs/heads/master
Home: https://github.com/jenkinsci/gitlab-oauth-plugin
Commit: e49bae6c4fdae6dd63815f68771273d4b2c7998a
https://github.com/jenkinsci/gitlab-oauth-plugin/commit/e49bae6c4fdae6dd63815f68771273d4b2c7998a
Author: Prince panwar <[email protected]>
Date: 2023-02-11 (Sat, 11 Feb 2023)
Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/GitLabAuthenticationToken.java
M src/main/java/org/jenkinsci/plugins/GitLabOAuthUserDetails.java
A src/spotbugs/excludesFilter.xml
Log Message:
-----------
Resolve 2 spotbugs issues and increase spotbugs checks (#100)
* Deeper spotbugs checks
Increase chance of bug detecting
* Update pom.xml
Co-authored-by: Mark Waite <[email protected]>
* resolved 3 bugs spotted by spotbugs
* spotbugs exclusin file added
to suppress some bugs that are safe to be ignored
* Set checkstyle plugin version
No longer defined in the parent pom
* Use Class, Field, and Method in spotbugs exclusions
* Finish undo of GitLabSecurityRealm change
* Use consistent indentation in spotbugs properties
* Indent GitLabAuthenticationToken change consistently
* Undo GitLabOAuthUserDetails unexpected change
* Replaced hard-coded value for user constructor
with email property from gitlab4j.api.models.User
hard coded values might not be appropriate for all cases
may cause issues in the application
* Revert "Replaced hard-coded value for user constructor"
This reverts commit b2b71a26934efb6818a1ef0153558ba047b3ba2f.
---------
Co-authored-by: Mark Waite <[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/gitlab-oauth-plugin/push/refs/heads/master/6381ea-e49bae%40github.com.