From b14a73b1d4f6370f545610138f699ea5ae9bea4a Mon Sep 17 00:00:00 2001 From: Christophe Monniez Date: Mon, 12 Apr 2021 14:39:43 +0200 Subject: [PATCH] [IMP] runbot: enhance dockerfile tree view When a dockerfile to_build field is False for any reason and a new runbot is setup, it's easy to miss the point and builds that involves this particular Dockerfile will fail on the new runbot. With this commit, the Dockerfiles tree view is improved to easily spot those kind of problems: - to_build field is visible and the Falsy lines are in yellow (warning) - the empty Dockerfile's are in red (danger) - versions are now visible in the tree view too --- runbot/views/dockerfile_views.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/runbot/views/dockerfile_views.xml b/runbot/views/dockerfile_views.xml index 7513f372..16a3a457 100644 --- a/runbot/views/dockerfile_views.xml +++ b/runbot/views/dockerfile_views.xml @@ -46,9 +46,13 @@ runbot.dockerfile.tree runbot.dockerfile - - - + + + + + + +