Commit Graph
401 Commits
Author SHA1 Message Date
Ruben Fiszel 46eec980c9 fix early stop 2022-10-25 23:05:03 +02:00
Faton Ramadani fde979d2b8 fix(frontend): Fix legacy input transforms (#814) 2022-10-25 19:29:55 +02:00
Faton Ramadani dc961438b7 fix(frontend): Fix input transforms (#813) 2022-10-25 18:41:11 +02:00
Faton Ramadani 028b53f9f5 feat(frontend): Flow editor branches (#727) 2022-10-25 17:26:31 +02:00
Ruben Fiszel c3ecbfa292 fix input transform form 2022-10-25 00:27:06 +02:00
Ruben Fiszel 16afde6806 approval flow with idendity of the approver 2022-10-24 16:37:09 +02:00
Ruben Fiszel 3ad64ba6eb fix get_suspended_job_flow module finding 2022-10-24 10:37:21 +02:00
Ruben Fiszel 53593f41c5 only load script content if path change 2022-10-24 10:12:38 +02:00
Ruben Fiszel e642627bf7 better tooltips 2022-10-24 02:32:01 +02:00
Ruben Fiszel 7a4bcd98f6 feat: add approver to approval step 2022-10-24 01:50:39 +02:00
Ruben Fiszel dfc587b812 fix: approval pages now require no auth 2022-10-23 15:50:36 +02:00
Ruben Fiszel a9359dada7 fix: improve approval flow with approval page 2022-10-22 13:55:12 +02:00
Ruben Fiszel fb572e3279 nit wording 2022-10-21 23:54:27 +02:00
Ruben Fiszel de96d35aff clean up the new script page 2022-10-21 21:33:56 +02:00
Ruben Fiszel 725e354dd8 nit pickable buttons for flows 2022-10-21 21:20:01 +02:00
Ruben Fiszel 961588d300 nit pickable buttons for flows 2022-10-21 20:43:09 +02:00
Ruben Fiszel 7459c673f8 nit do not disable forloop on subsequent steps 2022-10-21 20:34:04 +02:00
Ruben Fiszel c0da13320c nit escape on contentPreview 2022-10-21 20:01:20 +02:00
Ruben Fiszel a9bf7a4835 fix import script from hub 2022-10-21 19:43:53 +02:00
Ruben Fiszel 26cd5ec6f2 fix import script from hub 2022-10-21 19:38:33 +02:00
Ruben Fiszel 8c2bc1a00b simplify script picker menu for flows 2022-10-21 19:02:00 +02:00
Ruben Fiszel b57da4a25a fix(frontend): rework te new script page 2022-10-21 14:25:21 +02:00
Ruben Fiszel 545c07b0f2 fix: only create a schedule after flow change if schedule is enabled 2022-10-21 13:33:44 +02:00
Ruben Fiszel 6d4d8e2d64 feat: support running and publishing go, python scripts to the hub (#779) 2022-10-20 20:16:08 +02:00
Ruben Fiszel 491e808fe2 feat(frontend): publish script of any lang to hub 2022-10-19 23:50:02 +02:00
Ruben Fiszel d1780c8c6b feat: add result by id to fetch result from any node (#769)
* feat: add result by id to fetch result from any node

* sqlx prepare

* fix

* fix

* review
2022-10-18 17:04:13 +02:00
Ruben Fiszel 584f168f8f feat: add ids to modules + input_transform lowered to flowmodulevalue (#768)
* feat: add ids to modules + inputTransforms from module to module value

* all

* delete obsolete input transforms
2022-10-17 22:34:12 +02:00
Ádám Kovács 30ef290372 fix(frontend): Fix text styling (#753) 2022-10-17 16:25:32 +02:00
Ádám Kovács 6bad6cf903 feat(frontend): Update split panes (#741) 2022-10-17 15:43:31 +02:00
Ruben Fiszel ffad0c30f0 feat: InProgress forloop_jobs -> flow_jobs to unify with branchAll 2022-10-16 16:04:24 +02:00
Ruben Fiszel 4929a50286 feat(backend): rework forloop flow job arg passing + reimplement branchone using flows 2022-10-16 15:56:41 +02:00
Ruben Fiszel f34a625add fix(go-client): improve go-client variable and resource handling 2022-10-15 11:18:17 +02:00
Ruben Fiszel b3bd19879f remove some frontend warnings 2022-10-14 16:32:15 +02:00
Ádám Kovács 425e395705 fix(frontend): Update skeleton animation timings (#730) 2022-10-13 16:09:40 +02:00
Ádám Kovács 26ffebd941 feat(frontend): Typography update (#725)
* feat(frontend): Add new font face

* feat(frontend): Typography update

* fix(frontend): Import Inter font

* fix(frontend): Font fixes

* fix(front): Fix spacing and font inconsistencies

* fix(frontend): Visual changes and fixes

* fix(frontend): Minor visual fixes

* fix(frontend): Remove comment
2022-10-13 14:04:26 +02:00
Ruben Fiszel 73597d1409 optimize mainargsignature inference 2022-10-13 02:51:05 +02:00
Ruben Fiszel ff6046c079 optimize mainargsignature inference 2022-10-13 02:41:24 +02:00
Ruben Fiszel e0582fa043 fix reload schema before testing 2022-10-12 23:24:20 +02:00
Faton Ramadani 9188e38fa7 fix(frontend): remove flowbite svelte dependency from shared Badge (#722) 2022-10-12 10:03:48 +02:00
Ruben Fiszel c82004de00 feat: secure suspended resume event + configurable timeout (#721)
* fix suspend count for early message + delete resume_job

* all

* done everything

* done everything
2022-10-11 22:55:14 +02:00
Ádám Kovács 5a17701ccd feat(frontend): Loading placeholder (#707)
* feat(frontend): Add skeleton component

* feat(frontend): Add loading to script page

* fix(frontend): Fix skeleton positioning

* feat(frontend): Remove static content from loading

* feat(frontend): Add loading to the main pages

* fix(frontend): Use skeleton directive on leaf node

* fix(frontend): Skeleton alignment

* fix(front): Replace skeleton directive with class
2022-10-11 15:38:50 +02:00
Ruben Fiszel b87b03a673 feat(backend): implement new OpenFlow module Branches (#692)
* branches

* iterate

* branches

* progress

* progress

* progress

* done

* adapt frontend

* adapt frontend

* sqlx
2022-10-09 23:12:05 +02:00
Ruben Fiszel 430e22a4b4 feat: support struct in Go as script parameters #705 2022-10-08 20:03:08 +02:00
Ruben Fiszel 539588e173 remove spurrious log 2022-10-08 15:25:17 +02:00
Ruben Fiszel 7f616c73be fix(frontend): fix viewscript for go 2022-10-08 15:23:13 +02:00
Ruben Fiszel 5bab1bca81 fix(frontend): do not alert on non internal nav for unconfirmed saves 2022-10-08 15:19:04 +02:00
Ruben Fiszel f0ce5ed705 fix(frontend): do not alert on non internal nav for unconfirmed saves 2022-10-08 15:17:41 +02:00
Ruben Fiszel daba349b9b fix release 2022-10-08 14:05:35 +02:00
Ruben Fiszel 12f6469737 fix(frontend): go websockets 2022-10-08 13:41:29 +02:00
Ádám KovácsandRuben Fiszel 58c7322999 fix(frontend): Change button click propagation (#690)
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
2022-10-08 13:31:32 +02:00