Commit Graph
18 Commits
Author SHA1 Message Date
Ruben Fiszel ce6fb0b657 improve nested flow flow renderer 2024-01-12 01:11:49 +01:00
Ruben Fiszel 3a2c00f5a3 fix: improve nested flow status viewer 2023-12-13 08:14:34 +01:00
Ruben Fiszel 65f902af93 fix: linked variable already being a variable 2023-12-07 00:41:51 +01:00
Ruben Fiszel 26a83b725f improve flow status viewer 2023-12-07 00:17:48 +01:00
Ruben Fiszel c9023d2537 revert forloop selected details 2023-12-06 15:17:51 +01:00
Faton Ramadani f1107240ad fix(frontend): use correct id for selected for loop iteration (#2787) 2023-12-06 13:57:31 +01:00
Ruben Fiszel f9624c57bf use nested flow keys 2023-11-23 19:20:58 +01:00
Ruben Fiszel 1fc13c8e97 improve flow preview content 2023-11-19 11:51:33 +01:00
Ruben Fiszel d755125565 init durationStatuses 2023-11-10 15:19:15 +01:00
Ruben Fiszel 4b873a9f5f 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 cdc76994f8 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 864ca3de3a settings refactor 2023-11-05 12:54:25 +01:00
Ruben Fiszel b846d2fb86 fix: make timeline fit for high number of iterations for flows 2023-11-03 19:22:14 +01:00
Ruben Fiszel 8958d58974 add waiting for execution to flow timeline 2023-11-01 16:56:34 +01:00
Guillaume Bouvignies 29ea5f0f7e 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 be1c6ab3df 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 f134b8c693 remove hub specific errors 2023-10-21 14:07:49 +02:00
Ruben Fiszel 093295be85 feat: add timeline progress bars to flows" (#2464)
* add timeline

* progress

* all

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