Ruben Fiszel
f75823f474
handle more error edge cases
2022-10-29 13:59:50 +02:00
Ruben Fiszel
c1c4bfc5ce
flow ui nits
2022-10-28 16:11:03 +02:00
Ruben Fiszel
38a764841d
fix flow node id creation
2022-10-28 15:56:23 +02:00
Ruben Fiszel
f036af5788
make going to source script/flow easier
2022-10-28 11:20:12 +02:00
Ádám Kovács and Ruben Fiszel
17e766aa6e
feat(frontend): Update progress bar ( #770 )
...
* feat(frontend): Update progress bar component
* feat(frontend): Add progress to flow run (WIP)
* feat(frontend): Add progress to flow run (WIP 2)
* fix(frontend): Fix loop progress loading
* fix(frontend): Rethink progress bar
* fix(frontend): Remove comment
* feat(front): Add error state and instant loading
* fix(frontend): Fix disappearing progress bits
* feat(frontend): Add progress to run page
* fix(frontend): Fix parallel progress loading issue
* progress bar + up to fix
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2022-10-28 10:33:28 +02:00
Ruben Fiszel
8475e31740
UX flow improvements + fix collecting results for loops in frontend + fix Identity behavior in backend
2022-10-27 18:50:32 +02:00
Faton Ramadani
79e8b1ff75
fix(frontend): Add summary to the script editor ( #825 )
2022-10-27 11:52:48 +02:00
Faton Ramadani
d995acfee5
remove flowbite-svelte ( #823 )
...
* remove flowbite-svelte
* remove package
* Fix badge
2022-10-27 11:36:16 +02:00
Ruben Fiszel
5e34656517
fix codeViewer for non deno scripts
2022-10-27 09:26:52 +02:00
Ruben Fiszel
c59ee075af
New Script UX refactor
2022-10-26 23:09:10 +02:00
Ruben Fiszel
340add7f4f
fix result by id
2022-10-26 08:54:28 +02:00
Ruben Fiszel
6fcf984ea3
feat(frontend): result by id
2022-10-26 08:31:30 +02:00
Ruben Fiszel
e492f71ed9
minimap fixes
2022-10-26 07:35:20 +02:00
Ruben Fiszel
6b353ac4e1
fix migration of old flows
2022-10-26 06:49:48 +02:00
Ruben Fiszel
8a059201c9
fix input transforms
2022-10-26 06:14:42 +02:00
Faton Ramadani
a65c4c3570
fix(frontend): Fix overlay map indicator ( #816 )
2022-10-25 23:24:27 +02:00
Ruben Fiszel
7c55d1302b
fix early stop
2022-10-25 23:05:03 +02:00
Faton Ramadani
b078bde305
fix(frontend): Fix legacy input transforms ( #814 )
2022-10-25 19:29:55 +02:00
Faton Ramadani
53eede4f02
fix(frontend): Fix input transforms ( #813 )
2022-10-25 18:41:11 +02:00
Faton Ramadani
054c142882
feat(frontend): Flow editor branches ( #727 )
2022-10-25 17:26:31 +02:00
Ruben Fiszel
7addf0c6b1
fix input transform form
2022-10-25 00:27:06 +02:00
Ruben Fiszel
45761f8e0c
approval flow with idendity of the approver
2022-10-24 16:37:09 +02:00
Ruben Fiszel
0f4ffd29dd
fix get_suspended_job_flow module finding
2022-10-24 10:37:21 +02:00
Ruben Fiszel
f69b4d6a07
only load script content if path change
2022-10-24 10:12:38 +02:00
Ruben Fiszel
a45ba528ad
better tooltips
2022-10-24 02:32:01 +02:00
Ruben Fiszel
a0b2c9e77d
feat: add approver to approval step
2022-10-24 01:50:39 +02:00
Ruben Fiszel
3c91e42b9e
fix: approval pages now require no auth
2022-10-23 15:50:36 +02:00
Ruben Fiszel
884edd7715
fix: improve approval flow with approval page
2022-10-22 13:55:12 +02:00
Ruben Fiszel
d999b72eb8
nit wording
2022-10-21 23:54:27 +02:00
Ruben Fiszel
31e8873e93
clean up the new script page
2022-10-21 21:33:56 +02:00
Ruben Fiszel
63e1dca6b5
nit pickable buttons for flows
2022-10-21 21:20:01 +02:00
Ruben Fiszel
563db922f5
nit pickable buttons for flows
2022-10-21 20:43:09 +02:00
Ruben Fiszel
aab42eaa3a
nit do not disable forloop on subsequent steps
2022-10-21 20:34:04 +02:00
Ruben Fiszel
3484f4bc4c
nit escape on contentPreview
2022-10-21 20:01:20 +02:00
Ruben Fiszel
8f40d3b117
fix import script from hub
2022-10-21 19:38:33 +02:00
Ruben Fiszel
b111961b95
simplify script picker menu for flows
2022-10-21 19:02:00 +02:00
Ruben Fiszel
6c68f264cb
fix(frontend): rework te new script page
2022-10-21 14:25:21 +02:00
Ruben Fiszel
4ce3e0795c
fix: only create a schedule after flow change if schedule is enabled
2022-10-21 13:33:44 +02:00
Ruben Fiszel
8ec33c5e16
feat: support running and publishing go, python scripts to the hub ( #779 )
2022-10-20 20:16:08 +02:00
Ruben Fiszel
57600ab873
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
af9e1f4479
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
99e60b1b74
fix(frontend): Fix text styling ( #753 )
2022-10-17 16:25:32 +02:00
Ádám Kovács
8a774e0d04
feat(frontend): Update split panes ( #741 )
2022-10-17 15:43:31 +02:00
Ruben Fiszel
9e0c2d759b
feat: InProgress forloop_jobs -> flow_jobs to unify with branchAll
2022-10-16 16:04:24 +02:00
Ruben Fiszel
b1805699c9
feat(backend): rework forloop flow job arg passing + reimplement branchone using flows
2022-10-16 15:56:41 +02:00
Ruben Fiszel
fffcb5ec2a
fix(go-client): improve go-client variable and resource handling
2022-10-15 11:18:17 +02:00
Ruben Fiszel
64014f1795
remove some frontend warnings
2022-10-14 16:32:15 +02:00
Ádám Kovács
2e21fb43d5
fix(frontend): Update skeleton animation timings ( #730 )
2022-10-13 16:09:40 +02:00
Ádám Kovács
2c1cd7eea8
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
b7ae6b139a
optimize mainargsignature inference
2022-10-13 02:41:24 +02:00