Branch: refs/heads/master
Home: https://github.com/jenkinsci/ownership-plugin
Commit: f6830fe0f930badc7799d64877a110b4f5c79128
https://github.com/jenkinsci/ownership-plugin/commit/f6830fe0f930badc7799d64877a110b4f5c79128
Author: Oleg Nenashev <[email protected]>
Date: 2017-12-25 (Mon, 25 Dec 2017)
Changed paths:
M
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/OwnershipDescription.java
M
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/OwnershipPlugin.java
M
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/jobs/JobOwnerHelper.java
M
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/security/authorizeproject/OwnershipAuthorizeProjectStrategy.java
M
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/security/rolestrategy/AbstractOwnershipRoleMacro.java
M
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/security/rolestrategy/CoOwnerRoleMacro.java
M
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/security/rolestrategy/CoOwnerRoleMacroNoSid.java
M
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/security/rolestrategy/OwnerRoleMacro.java
M
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/security/rolestrategy/OwnerRoleMacroNoSid.java
M
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/util/HTMLFormatter.java
M
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/util/UserStringFormatter.java
M
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/util/UserWrapper.java
M
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/util/ui/UserSelector.java
M
src/main/java/org/jenkinsci/plugins/ownership/integrations/rolestrategy/macros/CurrentUserIsOwnerMacro.java
M
src/main/java/org/jenkinsci/plugins/ownership/integrations/rolestrategy/macros/CurrentUserIsPrimaryOwnerMacro.java
Log Message:
-----------
[FIXED JENKINS-48707] - Use User#getById() in the code
User#get() is not effective from the performance PoV, because it tries to fetch
users by full name. In all calls within the plugin it is not required, hence
the update should achive some performance boost.
Commit: 28b320c8fa36d0b07c05d969a638c40c8e72d1c5
https://github.com/jenkinsci/ownership-plugin/commit/28b320c8fa36d0b07c05d969a638c40c8e72d1c5
Author: Oleg Nenashev <[email protected]>
Date: 2018-01-01 (Mon, 01 Jan 2018)
Changed paths:
M
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/OwnershipDescription.java
M
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/OwnershipPlugin.java
M
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/jobs/JobOwnerHelper.java
M
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/security/authorizeproject/OwnershipAuthorizeProjectStrategy.java
M
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/security/rolestrategy/AbstractOwnershipRoleMacro.java
M
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/security/rolestrategy/CoOwnerRoleMacro.java
M
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/security/rolestrategy/CoOwnerRoleMacroNoSid.java
M
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/security/rolestrategy/OwnerRoleMacro.java
M
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/security/rolestrategy/OwnerRoleMacroNoSid.java
M
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/util/HTMLFormatter.java
M
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/util/UserStringFormatter.java
M
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/util/UserWrapper.java
M
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/util/ui/UserSelector.java
M
src/main/java/org/jenkinsci/plugins/ownership/integrations/rolestrategy/macros/CurrentUserIsOwnerMacro.java
M
src/main/java/org/jenkinsci/plugins/ownership/integrations/rolestrategy/macros/CurrentUserIsPrimaryOwnerMacro.java
Log Message:
-----------
Merge pull request #68 from oleg-nenashev/feature/JENKINS-48707-User-getById
[FIXED JENKINS-48707] - Use User#getById() in the code
Compare:
https://github.com/jenkinsci/ownership-plugin/compare/18fa265ac379...28b320c8fa36
--
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].
For more options, visit https://groups.google.com/d/optout.