Commit Graph
30 Commits
Author SHA1 Message Date
Ruben Fiszel e1f686d850 fix(frontend): fix graph viewer id assignment 2023-02-25 08:48:24 +01:00
Ruben Fiszel 0548803ab7 fix flow rendering 2023-02-22 21:27:58 +01:00
Ruben Fiszel 100943443b update flow viewer 2023-02-13 12:36:04 +01:00
Ruben Fiszel 42b94947c4 small flow improvements 2023-02-09 16:44:28 +01:00
Ruben Fiszel cb9c0846ac fix graph viewer for negative ids 2023-02-01 20:56:58 +01:00
Ruben Fiszel 3418a07c45 various app fixes 2023-01-11 10:57:30 +01:00
Ruben Fiszel 3735171a0d Flow UX improvements wrt to triggers 2022-12-15 23:09:23 +01:00
Ruben Fiszel d1edf4e5c7 replace svelvet with fork to remove zoom and node moving 2022-12-15 01:53:35 +01:00
Ruben Fiszel 847dfe1c15 ux nits 2022-12-14 21:29:00 +01:00
Ruben Fiszel 2e83afbcd8 flow UX improvements 2022-12-08 17:28:24 +01:00
Ruben Fiszel 08bfc1020d UX flow improvements 2022-12-08 17:18:24 +01:00
Ruben Fiszel 1f05a2070d display number of retry attempts 2022-12-08 15:46:24 +01:00
Ruben Fiszel 18e1e92c23 add iteration info 2022-12-08 13:30:48 +01:00
Ruben Fiszel afe680b6fb display flow errors step much better in the flow status viewer 2022-12-08 12:59:18 +01:00
Ruben Fiszel 8bcf4952a2 display errors much better in the error handler 2022-12-08 11:07:44 +01:00
Ruben Fiszel 1dc3f915a6 fix flow input picker 2022-12-07 11:04:31 +01:00
Ruben Fiszel 8c1c508358 feat: implement flow as a flow step 2022-12-06 23:38:06 +01:00
Ruben Fiszel 3b46eb643c early stop now bubble up to the top 2022-12-06 17:39:07 +01:00
Ruben Fiszel c7c58ad8bc improve flow viewer 2022-12-05 21:57:04 +01:00
Ruben Fiszel 73587a8400 display jobs scheduled for later in flow status viewer 2022-12-05 20:33:28 +01:00
Ruben Fiszel ede6cbea99 improve flow viewer 2022-12-05 13:09:50 +01:00
Ruben Fiszel 177fc2b421 improve flow status viewer 2022-12-05 11:19:26 +01:00
Ruben Fiszel 02a9c5c4ea feat(frontend): flow status viewer include a graph 2022-11-27 09:49:16 +01:00
Ruben Fiszel 0968caa6e9 nits on nsjail config 2022-11-23 14:00:49 +01:00
Ruben Fiszel d23e218e1f feat(frontend): overhaul the whole flow UX 2022-11-21 17:28:55 +01:00
Ruben Fiszel a15b3117c2 improve flow UX 2022-11-14 23:30:19 +01:00
Ruben Fiszel 972a8d5c9f display app as summary in flowgraph 2022-11-13 01:16:32 +01:00
Ruben Fiszel 16ace70242 center flowgraph 2022-11-13 01:07:23 +01:00
Ruben Fiszel ab8b2296c3 fix truncate summary and adapt graph size 2022-11-12 20:54:37 +01:00
Ádám KovácsandRuben Fiszel 9bf0f6e70d feat(frontend): Flow graph (#827)
* chore(frontend): Install d3@7.6.1

* feat(frontend): Add basic graph components

* feat: Add graph node component

* feat: Add graph edges

* fix: Rename graph flow module

* feat: Add flow graph to editor

* feat: Add loops

* feat: Add hub scripts to graph

* fix: Display hub scripts

* fix: Nested loops

* feat: Graph displaying packages

* fix: Remove unused parts

* feat: Update graph layout

* fix: Clean up imports

* feat: Add icons to graph nodes

* feat: Add graph viewer to flow details page

* fix: Action row component on scroll behaviour

* fix: Update supported languages type

* fix: Add bash language icons

* fix: Support empty scripts and branches

* fix: Ellipsizing virtual node text

* feat: Display script id in node

* fix: Remove graph from flow editor

* fix: Update node id display

* chore: Remove unused packages

* flow viewer

Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
2022-11-12 20:14:29 +01:00