-
Notifications
You must be signed in to change notification settings - Fork 3
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
DUPLO-21449: Added --wait flag for Service Start, Stop and Restart #120
Conversation
Task linked: DUPLO-21449 Wait on Service Start, Stop and Restart |
Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here. PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified Files
|
Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here. PR Code Suggestions ✨Explore these optional code suggestions:
|
User description
Describe Changes
Added --wait flag for Service Start, Stop and Restart
Link to Issues
https://app.clickup.com/t/8655600/DUPLO-21449
PR Review Checklist
PR Type
Enhancement
Description
Added
--wait
flag for service start, stop, and restart commands.Updated
restart
,stop
, andstart
methods to handlewait
flag.Enhanced CLI commands to optionally wait for service updates.
Updated changelog to reflect new
--wait
flag feature.Changes walkthrough 📝
service.py
Add `wait` flag support to service methods
src/duplo_resource/service.py
wait
parameter torestart
,stop
, andstart
methods.wait
parameter details.CHANGELOG.md
Update changelog for `--wait` flag feature
CHANGELOG.md
--wait
flag for service commands.