Started work on Workflow visualization dashboard with radial charts

This commit is contained in:
frikky
2022-02-17 03:00:41 +01:00
parent 8af27d2800
commit f0bd2cafbf
9 changed files with 202 additions and 561 deletions
+3 -2
View File
@@ -1811,7 +1811,8 @@ class AppBase:
# return template
#self.logger.info(globals())
self.logger.info("[DEBUG] Running liquid with data of length %d" % len(template))
if len(template) > 100:
self.logger.info("[DEBUG] Running liquid with data of length %d" % len(template))
#self.logger.info(f"[DEBUG] Data: {template}")
run = Liquid(template, mode="wild", from_file=False)
@@ -2763,7 +2764,7 @@ class AppBase:
multi_parameters[parameter["name"]] = resultarray
else:
# Parses things like int(value)
self.logger.info("[DEBUG] Normal parsing (not looping)")#with data %s" % value)
#self.logger.info("[DEBUG] Normal parsing (not looping)")#with data %s" % value)
# This part has fucked over so many random JSON usages because of weird paranthesis parsing
value = parse_wrapper_start(value, self)