-
Notifications
You must be signed in to change notification settings - Fork 285
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(keychain-google-sm): complete request handler and endpoints #1097 #1188
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1188 +/- ##
==========================================
+ Coverage 70.53% 71.33% +0.80%
==========================================
Files 302 306 +4
Lines 10902 11081 +179
Branches 1332 1346 +14
==========================================
+ Hits 7690 7905 +215
+ Misses 2508 2452 -56
- Partials 704 724 +20
Continue to review full report at Codecov.
|
3e6924d
to
dd91e45
Compare
dd91e45
to
a07e850
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.
A few nits:
- Please squash the left-over changes from Jagpreet's commit together with your own commit (you can use
fixup
so that it disappears the commit message from Jagpreet's commit) - delete the package-lock.json, we don't need it since we migrated over to yarn
- Remove the package specific dependency from the root package .json file
- Make sure you coordinate with Wen about the additional PR that Wen is preparing to make the necessary changes to the core-api package's openapi.json file
- Once that PR from Wen is open from point 4), please make sure to mark this PR as a dependent on that one.
- Then once that PR gets merged this'll need to be updated to use the newly published core-api openapi.json file's link (I can show how that's done later)
cc: @ty-lazar @Leeyoungone
a07e850
to
80b5e41
Compare
Addressed points 1, 2, and 3 |
7ac2996
to
8da0ecb
Compare
6394b78
to
b7dcf39
Compare
Hello again! It seems like I can't press the button to request review because the requested changes haven't been addressed? This time I'm not sure what they are but I'm going to go ahead and ping you for review @petermetz. Sorry about having to ask for reviews this way. |
packages/cactus-plugin-keychain-google-sm/src/main/json/openapi.json
Outdated
Show resolved
Hide resolved
f78f33c
to
7b9b2f1
Compare
Just finished rebasing and changed relative paths! @petermetz |
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.
@Leeyoungone packages/cactus-core-api/src/main/json/openapi.json
has changes in it, those should to the a parent PR and then once that's merged+tagged those changes can be used by this PR
a1da81d
to
4050410
Compare
7d3a8e6
to
8009514
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.
LGTM
🎉 Great news! Looks like all the dependencies have been resolved:
💡 To add or remove a dependency please update this issue/PR description. Brought to you by Dependent Issues (:robot: ). Happy coding! |
Fixes hyperledger-cacti#1097 Depends on hyperledger-cacti#1349 Signed-off-by: Tommesha Wiggins <[email protected]> Signed-off-by: Peter Somogyvari <[email protected]> Signed-off-by: Tyler Lazar <[email protected]> Signed-off-by: Youngone Lee <[email protected]> Signed-off-by: Peter Somogyvari <[email protected]>
d450205
to
bdeeffa
Compare
Fixes #1097
Depends on #1196
Depends on #1406