feature/better-depends-on #184

Merged
metal3d merged 12 commits from feature/better-depends-on into master 2026-05-02 12:43:02 +00:00
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
metal3d merged commit 9924ede999 into master 2026-05-02 12:43:02 +00:00
Sign in to join this conversation.