-
Notifications
You must be signed in to change notification settings - Fork 11
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
Feat/gmail api insert certs #284
Conversation
dad8085
to
107ef6a
Compare
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.
I am not the most suited to validate the business logic of this MR, but I could make some Rust-related comments. The main point: when performing network calls, do not await on the future until you really need it such that parallel calls can be performed (non-blocking I/O is the whole point of Rust async)
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, well done!
Is there any way to automate tests on the ckms google subcommands in CI?
6c7dd48
to
76484c1
Compare
e80bcd5
to
4c29830
Compare
3441fa6
to
c9cb863
Compare
696bf13
to
c1bec42
Compare
c1bec42
to
17f93ef
Compare
17f93ef
to
2744e07
Compare
a403b2e
to
51f0a02
Compare
3bd5802
to
9b14d84
Compare
9b75f25
to
7da9548
Compare
5db9c50
to
555fea9
Compare
555fea9
to
520ee45
Compare
520ee45
to
44eef7c
Compare
No description provided.