-
-
Notifications
You must be signed in to change notification settings - Fork 1
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(devservices): Run commands for nested dependencies by project #86
feat(devservices): Run commands for nested dependencies by project #86
Conversation
🔍 Existing Issues For ReviewYour pull request is modifying functions with the following pre-existing issues: 📄 File: devservices/utils/docker_compose.py
Did you find this useful? React with a 👍 or 👎 |
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## main #86 +/- ##
==========================================
+ Coverage 91.01% 91.08% +0.07%
==========================================
Files 16 16
Lines 679 707 +28
==========================================
+ Hits 618 644 +26
- Misses 61 63 +2 ☔ View full report in Codecov by Sentry. |
This adds support for running docker commands for nested remote dependencies. Each docker compose command is run with its own appropriate service name as its project.
For example:
Docker Compose projects:
Grandparent:
Parent:
Child: