Cache user lookups#64
Conversation
|
#63 has been merged; we're on a roll 😄 |
7db4686 to
76a0f3f
Compare
|
@samrocketman awesome - rebased this change. Ready for your review. |
76a0f3f to
f5aa322
Compare
|
strange - this picked up a findbugs issue in GithubLogoutAction. Pushed a change to fix it. |
|
I'm stumped. I opened #69 for more focused discussion. |
|
@samrocketman I fixed the Findbugs problem in this PR. |
There was a problem hiding this comment.
@samrocketman this gets around the findbugs issue (part 1)
There was a problem hiding this comment.
@samrocketman part 2 of the findbugs issue
|
Issue is fixed. See #69 |
11faf9c to
7a9c36f
Compare
|
@samrocketman OK, Ive rebased my changes here so that it uses your fixes for #69 (I don't mind either style) |
|
Fair enough. |
|
I built and tested it. +2 merged. |
for GitHub organizations being used as a group in Jenkins. Fixed bug introduced by #64.
Requires #63 to be merged.
Introduces a cache for GHUser lookups. This should dramatically reduce the amount of API calls to Github.
PTAL @samrocketman