This repository was archived by the owner on Jul 31, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 520
Notary client interface type #1220
Merged
riyazdf
merged 3 commits into
notaryproject:master
from
riyazdf:notary-client-interface-type
Sep 7, 2017
Merged
Notary client interface type #1220
riyazdf
merged 3 commits into
notaryproject:master
from
riyazdf:notary-client-interface-type
Sep 7, 2017
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: David Lawrence <[email protected]> (github: endophage)
… arg Signed-off-by: Riyaz Faizullabhoy <[email protected]>
Contributor
|
Thanks for wrapping up the last bits of cleanup on this. Will review once CI passes. |
Contributor
Author
endophage
approved these changes
Sep 1, 2017
Contributor
endophage
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
HuKeping
reviewed
Sep 4, 2017
| return err | ||
| } | ||
|
|
||
| targetFP := filepath.Join(targetDir, strings.TrimPrefix(fp, sourceDir+"/")) |
Contributor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happy to see we finally get rid of the +"/"
Contributor
|
Haven't check it line by line, but I like the design |
client/interface.go
Outdated
| // Key Operations | ||
| RotateKey(role data.RoleName, serverManagesKey bool, keyList []string) error | ||
|
|
||
| CryptoService() signed.CryptoService |
Contributor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/CryptoService/GetCryptoService/g
Contributor
|
LGTM after nit on GetCryptoService(). |
NathanMcCauley
approved these changes
Sep 7, 2017
Signed-off-by: Riyaz Faizullabhoy <[email protected]>
b28e526 to
62788b4
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Repositoryinterface to standardizeclient.NotaryRepositoryInitializeWithCertificateto not take a notary repository as an argumentPart of #1139, originally stolen from
endophage/client_interfacebranch