-
-
Notifications
You must be signed in to change notification settings - Fork 631
New style authorizations: All SA methods #4134
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
Merged
Merged
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
d5b3beb
Add logic for creation of new style authorizations
rolandshoemaker 1081577
Add GetAuthorizations2 and FinalizeAuthorization2
rolandshoemaker 5b850bf
Implement DeactivateAuthorization2
rolandshoemaker c65f4f2
Implement RevokeAuthorizationsByDomain2
rolandshoemaker 7c9019c
Merge branch 'master' into authz2-ra-new
rolandshoemaker df8a0da
Remaining methods + most of the tests
rolandshoemaker ae8b1b9
Initial restructuring work
rolandshoemaker 53d6e30
Scratch
rolandshoemaker d637e6f
Last bit (I think?)
rolandshoemaker 3021ea4
Review fixes
rolandshoemaker 2b44bd3
Finish SA gRPC wrappers and fix incomplete RevokeAuthorizationsByDoma…
rolandshoemaker ba4fdba
Initial pass on tests
rolandshoemaker 19896ff
Add GetValidOrderAuthorizations2 and CountInvalidAuthorizations2 tests
rolandshoemaker 4178872
Merge branch 'master' into authz2-ra-new
rolandshoemaker 73cb792
Add GetValidAuthorizations2 test
rolandshoemaker 01a66a7
Update TestNewOrder
rolandshoemaker ead04f1
Fix tests and wrappers and such
rolandshoemaker 3979a42
Fix tests
rolandshoemaker f5b4eb2
Actually the opposite of what I wanted
rolandshoemaker ae31fde
Check error in FinalizeAuthorization2
rolandshoemaker 4851186
Review fixes
rolandshoemaker ed4841b
Merge branch 'master' into authz2-ra-new
rolandshoemaker 9392df7
Remove feature checking in grpc/pb-marshalling.go
rolandshoemaker 6c798e5
Add 2 to the new authorization methods
rolandshoemaker 3636c49
Switch (mostly) to named variables in SQL
rolandshoemaker 3fc4221
Change NewAuthorization2 return var name in ra
rolandshoemaker 1e83e34
Update authzPBToModel comments
rolandshoemaker d16a35e
Comment updates and validity info name change
rolandshoemaker 8f7b89d
More comment changes
rolandshoemaker 1636852
Make GetAuthorizations2 only return WFE2 created authorizations
rolandshoemaker 592495e
Remove result check
rolandshoemaker 5a01621
Remove return from RevokeAuthorizationsByDomain2
rolandshoemaker bb7b69f
Remove wrong test
rolandshoemaker 9c0e01f
Fix GetAuthorizations2 tests
rolandshoemaker a600636
Replace usage of NewAuthorization2 with NewAuthorizations2
rolandshoemaker c5af986
Add helper function for core.AcmeStatus -> uint8 conversion
rolandshoemaker b63c902
Use proto field rather than magic prefix for v2 authz IDs in order
rolandshoemaker aefd1db
Merge branch 'master' into authz2-ra-new
rolandshoemaker c25c630
Refactor RevokeAuthorizationsByDomain2
rolandshoemaker 48983b3
Remove features.NewAuthorizationSchema check in sa
rolandshoemaker 292fb70
Review fixes
rolandshoemaker 7ecbc23
Fix breakage
rolandshoemaker 4ad861a
Always update error/expires in FinalizeAuthorization2
rolandshoemaker dbb3949
Merge branch 'master' into authz2-ra-new
rolandshoemaker File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.