Commit Graph

19 Commits

Author SHA1 Message Date
kaidaguerre
d27af8eb2e Add ExecutionId to all dashboard events. When clearing dashboard execution, wait for it to terminate before starting another execution. Closes #1738. Closes #1756 2022-03-30 12:54:56 +01:00
kaidaguerre
7712d881e3 Fix dashboard errors not always being reported, or reported with no detail. Closes #1582 2022-03-07 16:48:15 +00:00
kaidaguerre
9abb4dc531 Fix when populating positional args from runtime dependencies, dashboard sometime hangs. Closes #1585 2022-03-07 16:03:50 +00:00
kaidaguerre
26f6baa1bd Expose reporting metadata to the dashboard UI. Closes #1411 2022-03-04 17:15:01 +00:00
kaidaguerre
859fb41b9d When setting a dashboard input, re-execute if the previous value is NOT nil. Closes #1560. Add raw SQL to dashboard leaf node, instead of execute SQL. C loses# 1559 2022-03-03 12:56:21 +00:00
kaidaguerre
168fa30c58 Add support for runtime dependencies between DashboardInputs. Closes #1555 2022-03-02 20:49:56 +00:00
kaidaguerre
980be7cfa6 Fix refreshing an aggregate connection causing a plugin crash. Closes #1537 2022-03-01 22:04:12 +00:00
kaidaguerre
c6d99ed7f2 Fix positional args not working for dashboards. Runtime dependency resolution should not mutate the workspace data. Closes #1527. Closes #1526 2022-02-28 15:21:23 +00:00
kaidaguerre
f75bb8f84f Add support for Inputs to DashboardContainer. Do not rename inputs - allow duplicates within mod scope. Closes #1522 2022-02-25 16:11:35 +00:00
kaidaguerre
8849074f32 Add source_definition property to all dashboard Run types. Closes #1520 2022-02-25 16:10:13 +00:00
kaidaguerre
f90f293a75 Make SQL optional for card, input, image. Add input options property. Make chart series points a map. 2022-02-23 20:20:49 +00:00
kaidaguerre
c2abe886fe Update dashboard input value to be interface not string to avoid marshalling error. Closes #1501 2022-02-23 15:38:05 +00:00
kaidaguerre
a5d7ec0d38 Add description, documentation and tags to dashboard. Closes #1492 2022-02-22 17:12:03 +00:00
kaidaguerre
3ac13dd7e3 Resolve dashboard run SQL property when run is created if there are no runtime dependencies 2022-02-22 15:51:24 +00:00
kaidaguerre
aedfc6fd34 Update naming of anonymous resources to ensure consistent names. Closes #1489 2022-02-22 15:30:44 +00:00
kaidaguerre
885fb54acc Update report execution to add support for runtime dependencies. Closes #1454 2022-02-22 11:46:14 +00:00
kaidaguerre
2c7d9950ed Refactor prepared statement creation code to support all QueryProviders. Closes #1468 2022-02-17 14:41:23 +00:00
kaidaguerre
a61e519f32 Split container and dashboard into separate entities. Fix dashboard file watching. 2022-02-15 20:57:51 +00:00
kaidaguerre
8b7a32f2e8 rename 'report' to 'dashboard'. Closes #1459 2022-02-15 20:19:35 +00:00