Open tcorzo opened 3 months ago
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: tcorzo. This is most likely caused by a git client misconfiguration; please make sure to:
git config --list | grep email
git config --global user.email email@example.com
We require contributors to sign our Contributor License Agreement. In order for us to review and merge your code, add yourself to the .clabot file as contributor, as a way of signing the CLA.
Omg the conditions are already implemented on unstable 🤦♂️ I think the circular dependencies bug is still present though, I'll check
This pull request adds support for unmarshal of the
depends_on
field with conditions. It also includes a fix for the dependency reorder algorithm. The changes allow direct import of compose files with dependency condition fields and fixes false positives regarding circular dependencies. The code has been tested with various scenarios and includes unit tests to verify the functionality. Notes: