jkaluza / pungi

Forked from pungi 7 years ago
Clone

ca7d625 Move resolving git reference to config validation

Authored and Committed by lsedlar 5 years ago
    Move resolving git reference to config validation
    
    Instead of multiple places handling the same thing duplicating the
    logic, it's better to do it once upfront. This allows easy caching of
    the results.
    
    Additional advantage of this approach is that the config dump will
    include resolved URLs. The original reference will still be available in
    the copy of the original config.
    
    JIRA: COMPOSE-3065
    Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
    
        
file modified
+8 -3
file modified
+46 -39
file modified
+5 -26
file modified
+1 -1
file modified
+14 -4
file modified
+2 -2
file modified
+32 -0
file modified
+5 -1
file modified
+0 -41
file modified
+6 -21
file modified
+9 -24
file modified
+35 -46
file modified
+2 -59
file modified
+12 -1