This repository has been archived by the owner on Sep 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Conversation
This file contains 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
ghost
added
cla: yes
This human has signed the Contributor License Agreement.
samples
Issues that are directly related to samples.
api: privateca
Issues related to the Certificate Authority Service API.
labels
Jun 22, 2021
ghost
self-requested a review
as a code owner
June 22, 2021 16:45
product-auto-label
bot
added
the
api: security-privateca
Issues related to the googleapis/java-security-private-ca API.
label
Jun 22, 2021
product-auto-label
bot
removed
the
api: privateca
Issues related to the Certificate Authority Service API.
label
Jun 22, 2021
ghost
changed the title
Client code samples
feat: add client code samples
Jun 22, 2021
ghost
assigned eaball35
Jun 23, 2021
…-code-samples # Conflicts: # samples/snippets/cloud-client/src/main/java/privateca/CreateCAPool.java # samples/snippets/cloud-client/src/main/java/privateca/DeleteCertificateAuthority.java # samples/snippets/cloud-client/src/main/java/privateca/DisableCertificateAuthority.java # samples/snippets/cloud-client/src/main/java/privateca/EnableCertificateAuthority.java # samples/snippets/cloud-client/src/test/java/privateca/SnippetsIT.java
…-code-samples # Conflicts: # samples/snippets/cloud-client/src/main/java/privateca/CreateCertificate.java
eaball35
approved these changes
Jun 25, 2021
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 👍
@kolea2 PTAL
kolea2
reviewed
Jun 28, 2021
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.
left a couple of comments that apply in more than one file (such as class naming, error handling). PTAL
samples/snippets/cloud-client/src/main/java/privateca/CreateCAPool.java
Outdated
Show resolved
Hide resolved
samples/snippets/cloud-client/src/main/java/privateca/CreateCertificate.java
Outdated
Show resolved
Hide resolved
samples/snippets/cloud-client/src/main/java/privateca/CreateCertificate.java
Outdated
Show resolved
Hide resolved
samples/snippets/cloud-client/src/main/java/privateca/DisableCertificateAuthority.java
Show resolved
Hide resolved
samples/snippets/cloud-client/src/main/java/privateca/CreateCertificate.java
Outdated
Show resolved
Hide resolved
samples/snippets/cloud-client/src/main/java/privateca/DeleteCertificateAuthority.java
Outdated
Show resolved
Hide resolved
samples/snippets/cloud-client/src/main/java/privateca/DeleteCertificateAuthority.java
Outdated
Show resolved
Hide resolved
…lign with API design
…-code-samples # Conflicts: # samples/snippets/cloud-client/src/main/java/privateca/CreateCertificate.java # samples/snippets/cloud-client/src/main/java/privateca/CreateCertificateAuthority.java
ghost
marked this pull request as draft
June 28, 2021 18:34
ghost
marked this pull request as ready for review
June 29, 2021 16:39
ghost
requested a review
from kolea2
June 29, 2021 16:41
kolea2
approved these changes
Jun 30, 2021
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 with one outstanding comment
ghost
deleted the
client-code-samples
branch
June 30, 2021 16:30
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Jul 5, 2021
🤖 I have created a release \*beep\* \*boop\* --- ## [1.1.0](https://www.github.com/googleapis/java-security-private-ca/compare/v1.0.0...v1.1.0) (2021-07-01) ### Features * add client code samples ([#203](https://www.github.com/googleapis/java-security-private-ca/issues/203)) ([161d88d](https://www.github.com/googleapis/java-security-private-ca/commit/161d88df6b8461154b756ee3bb70f253802f52ef)) ### Bug Fixes * Add `shopt -s nullglob` to dependencies script ([#1130](https://www.github.com/googleapis/java-security-private-ca/issues/1130)) ([#201](https://www.github.com/googleapis/java-security-private-ca/issues/201)) ([2513c68](https://www.github.com/googleapis/java-security-private-ca/commit/2513c68c402638730c377bbff5febb74c0568653)) ### Dependencies * update dependency com.google.cloud:google-cloud-shared-dependencies to v1.4.0 ([#206](https://www.github.com/googleapis/java-security-private-ca/issues/206)) ([cf79193](https://www.github.com/googleapis/java-security-private-ca/commit/cf791935f20ea7365a9713dd37b8a86bdab01dd6)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This pull request was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
api: security-privateca
Issues related to the googleapis/java-security-private-ca API.
cla: yes
This human has signed the Contributor License Agreement.
samples
Issues that are directly related to samples.
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.
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #202 ☕️