feature/better-depends-on #184

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

12 Commits

Author SHA1 Message Date
7ee6b74b10 feat(depends): fixes the tests 2026-03-17 10:46:54 +01:00
b40378ec23 feat(quality): enhance logger
Warnings are flushed after the generation to help the user to find
issues.
Colors are better defined.
2026-03-17 10:39:48 +01:00
0b1a45319f feat(depends): fixes the API point 2026-03-17 10:39:04 +01:00
e879c3f10f feat(depends): Warn user that the service is not created 2026-03-16 22:20:24 +01:00
985418ae51 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
2026-03-16 21:37:50 +01:00
0e133ae6db 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
2026-03-15 21:50:26 +01:00
5d839035b9 feat(depends): add suffix on RBAC and SA 2026-03-15 10:15:47 +01:00
7e1bbdc9b3 feat(quality): remove unused modules 2026-03-15 09:43:58 +01:00
f175416ac2 feat(quality): fix duplicates and modernize 2026-03-15 09:43:16 +01:00
613baaf229 feat(depends): add RBAC 2026-03-15 08:55:24 +01:00
8fc9cb31c4 feat(depends): Check call to kubernetes API 2026-03-08 23:50:29 +01:00
78b5af747e feat(depends): Use kubernetes API for depends_on management
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".
2026-03-08 23:47:13 +01:00