Commit Graph
18 Commits
Author SHA1 Message Date
Ruben Fiszel 9514b342dd improve nested flow flow renderer 2024-01-12 01:11:49 +01:00
Ruben Fiszel 18e07a781d fix: improve nested flow status viewer 2023-12-13 08:14:34 +01:00
Ruben Fiszel 9c4f1e0333 fix: linked variable already being a variable 2023-12-07 00:41:51 +01:00
Ruben Fiszel c22afa3a8b improve flow status viewer 2023-12-07 00:17:48 +01:00
Ruben Fiszel 2b36ffb9cf revert forloop selected details 2023-12-06 15:17:51 +01:00
Faton Ramadani 90668fb0e5 fix(frontend): use correct id for selected for loop iteration (#2787) 2023-12-06 13:57:31 +01:00
Ruben Fiszel 21765922f8 use nested flow keys 2023-11-23 19:20:58 +01:00
Ruben Fiszel c476543570 improve flow preview content 2023-11-19 11:51:33 +01:00
Ruben Fiszel 67f72a938c init durationStatuses 2023-11-10 15:19:15 +01:00
Ruben Fiszel f998c7229c fix: improve display of optimized one-loops + dependency jobs of dedicated workers happen on dedicated worker 2023-11-10 15:14:22 +01:00
Faton Ramadani fe35c7ad3c feat(frontend): Buttons refactor (#2545)
* feat(frontend): wip

* feat(frontend): button refactor wip

* feat(frontend): button refactor wip

* feat(frontend): fix build

* feat(frontend): fix build

* fix(frontend): fix build

* fix(frontend): fix buttons styles

* fix(frontend): remove dev file

* feat(frontend): clean up

* feat(frontend): done

* feat(frontend): done

* feat(frontend): remove duplicated componnet

* feat(frontend): wip

* feat(frontend): wip

* feat(frontend): forked Flow icons

* feat(frontend): remove legacy dropdown

* feat(frontend): migrated all + remove dependencies

* feat(frontend): clean up
2023-11-10 09:43:10 +01:00
Ruben Fiszel c49397b95c settings refactor 2023-11-05 12:54:25 +01:00
Ruben Fiszel 37eac60866 fix: make timeline fit for high number of iterations for flows 2023-11-03 19:22:14 +01:00
Ruben Fiszel 17144130b9 add waiting for execution to flow timeline 2023-11-01 16:56:34 +01:00
Guillaume Bouvignies 76a736aee6 feat: Restartable flows (#2514)
* feat: Restartable flows for simple sequential flows

* check if status of previous module to initialize last_result

* compute result of forloop flows when needed

* Add possibility to restart a flow preview

* Re-compute leaf jobs when needed

* FE polishing

* Add tooltip on button and fix module not found error in preview

* Handle ListJob when computing leaf job from db

* Fix unused imports

* ./build_openapi.sh

* sqlx prepare
2023-10-30 12:51:56 +01:00
Faton Ramadani 69d1bfa295 Fix dependencies issues (#2486)
* fix(frontend): Fix dependencies issues

* fix(frontend): fix build

* fix(frontend): remove code duplication
2023-10-23 13:54:31 +02:00
Ruben Fiszel f15dd72d86 remove hub specific errors 2023-10-21 14:07:49 +02:00
Ruben Fiszel d96f8d0d41 feat: add timeline progress bars to flows" (#2464)
* add timeline

* progress

* all

* all
2023-10-18 19:22:09 +02:00