-
Notifications
You must be signed in to change notification settings - Fork 312
feat(wait-for): add wait-for command and parser for service dependencies in compose #4685
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
…ies in compose Signed-off-by: Javier Lopez <javier@okteto.com>
…n stack Signed-off-by: Javier Lopez <javier@okteto.com>
…and maintainability Signed-off-by: Javier Lopez <javier@okteto.com>
…orting Signed-off-by: Javier Lopez <javier@okteto.com>
…orted conditions Signed-off-by: Javier Lopez <javier@okteto.com>
Signed-off-by: Javier Lopez <javier@okteto.com>
Signed-off-by: Javier Lopez <javier@okteto.com>
Signed-off-by: Javier Lopez <javier@okteto.com>
Signed-off-by: Javier Lopez <javier@okteto.com>
Codecov ReportAttention: Patch coverage is
❌ Your patch status has failed because the patch coverage (35.61%) is below the target coverage (60.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## master #4685 +/- ##
==========================================
- Coverage 48.76% 48.59% -0.18%
==========================================
Files 354 357 +3
Lines 29401 29673 +272
==========================================
+ Hits 14338 14420 +82
- Misses 13932 14115 +183
- Partials 1131 1138 +7 🚀 New features to boost your workflow:
|
Closing in favour of #4686 |
Signed-off-by: Javier Lopez javier@okteto.com
Proposed changes
Creates a new wait for command that waits for a specific resource to be in the specific condition. When creating a compose service it checks if the feature flag is enabled and if it is enabled we deploy a new init contaner waiting for each of the dependencies.
How to validate
CLI Quality Reminders 🔧
For both authors and reviewers: