Skip to content
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

Closed
wants to merge 2 commits into from
Closed

Conversation

ccorsin
Copy link
Contributor

@ccorsin ccorsin commented Jul 24, 2024

No description provided.

@ccorsin ccorsin force-pushed the feat/gmail_api_insert_certs branch 6 times, most recently from dad8085 to 107ef6a Compare July 25, 2024 13:08
@ccorsin ccorsin changed the title Draft: Feat/gmail api insert certs Feat/gmail api insert certs Jul 25, 2024
@ccorsin ccorsin requested review from Manuthor and tbrezot July 25, 2024 13:11
Copy link
Contributor

@tbrezot tbrezot left a 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)

Copy link
Contributor

@Manuthor Manuthor left a 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?

@ccorsin ccorsin force-pushed the feat/gmail_api_insert_certs branch 2 times, most recently from 6c7dd48 to 76484c1 Compare July 29, 2024 09:51
@ccorsin ccorsin force-pushed the feat/gmail_api_insert_certs branch from e80bcd5 to 4c29830 Compare August 7, 2024 09:03
@ccorsin ccorsin force-pushed the feat/gmail_api_insert_certs branch 2 times, most recently from 3441fa6 to c9cb863 Compare August 7, 2024 10:14
@ccorsin ccorsin linked an issue Aug 7, 2024 that may be closed by this pull request
@ccorsin ccorsin force-pushed the feat/gmail_api_insert_certs branch 2 times, most recently from 696bf13 to c1bec42 Compare August 13, 2024 11:17
@Manuthor Manuthor force-pushed the feat/gmail_api_insert_certs branch from c1bec42 to 17f93ef Compare August 14, 2024 09:04
@ccorsin ccorsin force-pushed the feat/gmail_api_insert_certs branch from 17f93ef to 2744e07 Compare August 23, 2024 09:17
@ccorsin ccorsin force-pushed the feat/gmail_api_insert_certs branch 3 times, most recently from a403b2e to 51f0a02 Compare August 30, 2024 15:17
@ccorsin ccorsin force-pushed the feat/gmail_api_insert_certs branch 2 times, most recently from 3bd5802 to 9b14d84 Compare September 3, 2024 13:05
@ccorsin ccorsin force-pushed the feat/gmail_api_insert_certs branch 7 times, most recently from 9b75f25 to 7da9548 Compare September 13, 2024 13:22
@ccorsin ccorsin force-pushed the feat/gmail_api_insert_certs branch 3 times, most recently from 5db9c50 to 555fea9 Compare September 24, 2024 13:08
@ccorsin ccorsin force-pushed the feat/gmail_api_insert_certs branch from 555fea9 to 520ee45 Compare September 27, 2024 08:26
@ccorsin ccorsin force-pushed the feat/gmail_api_insert_certs branch from 520ee45 to 44eef7c Compare October 3, 2024 11:21
@ccorsin ccorsin marked this pull request as draft October 3, 2024 11:49
@ccorsin ccorsin closed this Oct 3, 2024
@ccorsin ccorsin deleted the feat/gmail_api_insert_certs branch October 4, 2024 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CLI | CSE - handle cert creation and upload to Gmail API
3 participants