Commit Graph

25 Commits

Author SHA1 Message Date
Ruben Fiszel 1bbd8b7fdc Flow UX improvements wrt to triggers 2022-12-15 23:09:23 +01:00
Ruben Fiszel 054689fb10 replace svelvet with fork to remove zoom and node moving 2022-12-15 01:53:35 +01:00
Ruben Fiszel 6bc60d9a41 ux nits 2022-12-14 21:29:00 +01:00
Ruben Fiszel 567a404355 usage tracker v3 2022-12-12 01:11:44 +01:00
Ruben Fiszel 45d8af627c flow UX improvements 2022-12-08 17:28:24 +01:00
Ruben Fiszel 0ee244e28e UX flow improvements 2022-12-08 17:18:24 +01:00
Ruben Fiszel 245d14cae6 display number of retry attempts 2022-12-08 15:46:24 +01:00
Ruben Fiszel 068b964cd6 add iteration info 2022-12-08 13:30:48 +01:00
Ruben Fiszel 2aa46e048d display flow errors step much better in the flow status viewer 2022-12-08 12:59:18 +01:00
Ruben Fiszel 1c054e979a display errors much better in the error handler 2022-12-08 11:07:44 +01:00
Ruben Fiszel 9ea336fd6e fix flow input picker 2022-12-07 11:04:31 +01:00
Ruben Fiszel a1519e09a9 feat: implement flow as a flow step 2022-12-06 23:38:06 +01:00
Ruben Fiszel e66d09399c early stop now bubble up to the top 2022-12-06 17:39:07 +01:00
Ruben Fiszel 4a167c4428 improve flow viewer 2022-12-05 21:57:04 +01:00
Ruben Fiszel c8bad59916 display jobs scheduled for later in flow status viewer 2022-12-05 20:33:28 +01:00
Ruben Fiszel 9167d27b42 improve flow viewer 2022-12-05 13:09:50 +01:00
Ruben Fiszel f1b04b7374 improve flow status viewer 2022-12-05 11:19:26 +01:00
Ruben Fiszel 5b618ec1d0 feat(frontend): flow status viewer include a graph 2022-11-27 09:49:16 +01:00
Ruben Fiszel dbe1ada3a9 nits on nsjail config 2022-11-23 14:00:49 +01:00
Ruben Fiszel 9929cdde22 feat(frontend): overhaul the whole flow UX 2022-11-21 17:28:55 +01:00
Ruben Fiszel 16ba1f3f3b improve flow UX 2022-11-14 23:30:19 +01:00
Ruben Fiszel f76718f2d5 display app as summary in flowgraph 2022-11-13 01:16:32 +01:00
Ruben Fiszel 512ae1488b center flowgraph 2022-11-13 01:07:23 +01:00
Ruben Fiszel 84fdb0f8bb fix truncate summary and adapt graph size 2022-11-12 20:54:37 +01:00
Ádám Kovács 746fb8cc7f 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