feature/better-depends-on #184

Open
metal3d wants to merge 12 commits from feature/better-depends-on into master
Owner

I suggest to avoid checking port when we use depends_on in compose file. I now use something similar to docker / podman by checking the readiness of the endpoint.

I suggest to avoid checking port when we use `depends_on` in compose file. I now use something similar to docker / podman by checking the readiness of the endpoint.
metal3d added 7 commits 2026-03-15 20:52:48 +00:00
We were using netcat to port to check if a service is up, but actually
we can do like Docker / Podman compose and check the status. For now,
I'm using the endpoint status, but maybe we can just check if the object
is "up".
fix(path): fixing the default compose file check
All checks were successful
Go-Tests / tests (pull_request) Successful in 1m54s
Go-Tests / sonar (pull_request) Successful in 1m15s
0e133ae6db
metal3d added 1 commit 2026-03-16 20:39:30 +00:00
feat(quality): fixes some bad patterns
All checks were successful
Go-Tests / tests (pull_request) Successful in 2m8s
Go-Tests / sonar (pull_request) Successful in 40s
985418ae51
metal3d changed title from WIP: feature/better-depends-on to feature/better-depends-on 2026-03-16 20:40:13 +00:00
metal3d added 4 commits 2026-03-17 09:47:03 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/better-depends-on:feature/better-depends-on
git checkout feature/better-depends-on
Sign in to join this conversation.