-
Notifications
You must be signed in to change notification settings - Fork 8
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(wit): add definitions for a more general couchbase #2
feat(wit): add definitions for a more general couchbase #2
Conversation
7377e86
to
964b68c
Compare
@vados-cosmonic Thank you for this submission ! |
Hey @JesusTheHun Thanks for the detailed feedback -- I'll get to churning on these and make some updates! |
8080928
to
4e44baf
Compare
This commit adds a more general WIT interface to a Couchbase cluster, including both basic and more advanced operations that users can perform. Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
4e44baf
to
d937085
Compare
Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
Hey @JesusTheHun would love to get your feedback on fc42fa2 I've kept it separate for now to make it easier to review (hopefully) |
1 similar comment
Hey @JesusTheHun would love to get your feedback on fc42fa2 I've kept it separate for now to make it easier to review (hopefully) |
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.
This LGTM if it looks good to @JesusTheHun 😄
Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
9b3e170
to
431bf6a
Compare
Rust has some required arguments that we don't really need to check Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
431bf6a
to
82c9636
Compare
Hey all thanks for this awesome project -- excited to see Couchbase integrated with wasmCloud!
This commit adds a more general WIT interface to a Couchbase cluster, including both basic and more advanced operations that users can perform.
I'm adding this PR to serve as a place to discuss the proposed API, receive feedback, etc, excited to hear what the team at couchbase thinks about this WIT as a part of their provider!