-
Notifications
You must be signed in to change notification settings - Fork 2
feat: add stop/start instance to client #251
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
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 📝 WalkthroughWalkthroughTwo new methods, StopInstance and StartInstance, are added to the Client interface and implemented in SingleServerClient and MultiServerClient. SingleServerClient delegates to the underlying API client with error translation, while MultiServerClient delegates to the live server instance. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 1 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
ff49726 to
d2d01f2
Compare
0772793 to
428a971
Compare
d2d01f2 to
0e390fb
Compare
428a971 to
ee91d28
Compare
0e390fb to
a96f2df
Compare
ee91d28 to
8fb80de
Compare
a96f2df to
bfec708
Compare
8fb80de to
160d67f
Compare
bfec708 to
f1e442e
Compare
160d67f to
e45c0d5
Compare
f1e442e to
0fc3bee
Compare
e45c0d5 to
d3428ee
Compare
0fc3bee to
b59faae
Compare
d3428ee to
cf2f790
Compare
b59faae to
9d79fdf
Compare
cf2f790 to
3373af8
Compare
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
9d79fdf to
cd8fd02
Compare
3373af8 to
59940ea
Compare
cd8fd02 to
f456234
Compare
These endpoints were missing from the client package.
59940ea to
cd5332b
Compare
rshoemaker
left a comment
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.
👍
Summary
Adds
StopInstanceandStartInstanceto theclientpackage. These endpoints have existed for a while, but were missing from this package.Testing
Nothing uses this currently.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.