Skip to content

v0.0.11

Compare
Choose a tag to compare
@GuyShaanan GuyShaanan released this 14 Aug 06:34
· 112 commits to master since this release
  • Initial support for auto refresh of RUNNING/IDLE/PAUSED executions
  • Add refresh button to executions list
  • Use jQuery only when necessary
  • No more hard-coded elements height, everything is now flexbox

New Feature:
The graph will be auto-refreshed every 30 seconds for executions in state IDLE/RUNNING/PAUSED.

Current limitations:

  • every refresh will reset the zoom level of the graph
  • the graph is essentially re-built on every refresh which can be heavy on large graphs. This will be changed in the future to only draw the affected tasks.