Ruben Fiszel
bcb113682f
feat(frontend): merge logs and result tab in script editor ( #622 )
2022-09-23 16:20:47 +02:00
Ruben Fiszel
40160c03f1
fix(frontend): loading flows with for loops + flowStatusViewer treat single jobs properly
2022-09-23 13:28:02 +02:00
Faton Ramadani
2d0255824c
feat(frontend): Extract publish to hub button ( #620 )
...
* feature(frontend): Extract publish to hub button
* feat(frontend): Extract Publish to hub button
2022-09-23 12:23:37 +02:00
Faton Ramadani
5146c37baf
feat(frontend): Add a split panel in the test tab ( #619 )
2022-09-23 12:11:05 +02:00
Ádám Kovács
f4c8636209
feat(frontend): Badge component and script page ( #617 )
...
* fix(frontend): Consistent tooltip font size
* feature(frontend): Add new badge component
* feature(frontend): Add color type to badge
* feature(frontend): Add copy to clipboard utility
* feature(frontend): Update common badge component
* feature(frontend): Update badge to handle icons
* feature(frontend): Update script page design
* feat(frontend): Add capitalize option to badges
* fix(frontend): Fix shared badge text display
2022-09-23 12:10:15 +02:00
Faton Ramadani
e8e4199c5c
feature(frontend): Button component ( #616 )
...
* feature(frontend): Button component
* feature(frontend): Ajust style
2022-09-22 13:25:17 +02:00
Ruben Fiszel
d71bca7443
fix flow UX and flowStateStore ( #610 )
...
* fix everything
* fix(frontend): Restore module deletion + restore for loop settings
* fix(frontend): Add missing focus on number inputs
* fix(frontend): Add key wrapper to make sure the editor content is reloaded
* fix(frontend): Fix mini-map spacing + add icon to schedule and retry buttons
Co-authored-by: Faton Ramadani <faton.ramadani14@gmail.com >
2022-09-21 11:37:33 +02:00
Ruben Fiszel
3fe1afce29
improve preview results v1
2022-09-21 02:48:30 +02:00
Ruben Fiszel
4224bc42fe
fix connect button
2022-09-21 02:00:30 +02:00
Ruben Fiszel
5642e5c734
fix Advanced flow module buttons
2022-09-21 01:38:16 +02:00
Ruben Fiszel
10db37a029
fix focusProp
2022-09-21 00:55:50 +02:00
Faton Ramadani
0f33c26d54
feature(frontend): Add support for retries for flows ( #607 )
...
* feature(frontend): Add support for retries for flows
* feature(frontend): Fix design issues
2022-09-21 00:00:39 +02:00
Faton Ramadani
9ef6663dc5
feature(frontend): Prop picker panel ( #605 )
...
* feature(frontend): WIP Prop picker v2
* feature(frontend): add PropPicker context
* feature(frontend): prop picker working
* feature(frontend): restore connect button
* feature(frontend): Fix wording + fix height to avoid content shift
* feature(frontend): Fix upTo preview + adapt style
* feature(frontend): Preview results cleanup
* feature(frontend): Remove test logs
* feature(frontend): Revert wrong changes
* feature(frontend): Restore shared preview args
* feature(frontend): Reduce ObjectViewer font size + remove useless space
* feature(frontend): Wording
* feature(frontend): Fix Split panel scrolling issues
2022-09-20 23:59:48 +02:00
Ruben Fiszel
dfe473d2a0
fix logpanel ml
2022-09-19 08:59:14 +02:00
Ruben Fiszel
56608f88d6
fix schema required added multiple times
2022-09-18 10:01:50 +02:00
Faton Ramadani
a85302c1c3
fix(frontend): Support of suspend & stop expression + restore import/export menu ( #580 )
...
* feature(frontend): Various UI fix + restore removed features
* feature(frontend): WIP Prop picker panel
* feature(frontend): Advanced flow module tab
* feature(frontend): Add import/export flow menu
* feature(frontend): Remove summary edition + add a enable/disable button for suspend
2022-09-16 14:00:02 +02:00
Faton Ramadani
e2924d581e
fix(frontend): Fix flow preview inputs display to avoid hiding results ( #581 )
2022-09-16 12:49:30 +02:00
Ruben Fiszel
a82f70a1bb
fix flow status viewer
2022-09-15 22:24:44 +02:00
Ruben Fiszel
622ffe050c
remove tooltip
2022-09-15 22:15:26 +02:00
Ruben Fiszel
0b781f5411
add javascript worker
2022-09-14 12:51:16 +02:00
Faton Ramadani
9fa4d01e3b
feat(frontend): Flow UX entire rework ( #552 )
...
* feature(frontend): Flow rework WIP
* feature(frontend): Right panel behavior done
* feature(frontend): Split panel working
* feature(frontend): Flows working
* feature(frontend): Add inputs + adapt style + remove duplicate library
* feature(frontend): remove old implementation
* feature(frontend): revert package-lock
* feature(frontend): revert old FlowBuilder component
* feature(frontend): Fix margins + add remove button on the minimap
* feature(frontend): Fix wording
* feature(frontend): add PR UI comments
* feature(frontend): Display the module title
* feature(frontend): Previews working
* feature(frontend): Fix schedule load + update
* feature(frontend): fix build
* feature(frontend): UI fix
* fix just this step
* feature(frontend): for loop iterator and skip failures
* just this step
* script helpers
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2022-09-14 12:34:51 +02:00
Ruben Fiszel
39918a9bb1
feat: implement go support ( #571 )
...
* progress
* progress
* all in one
* frontend
* small nits
* go job test
* go.sum is optional
* add golang-go to backend test image
Co-authored-by: sqwishy <somebody@froghat.ca >
2022-09-13 21:14:21 +02:00
Ruben Fiszel
110a25f6f8
fix: iterator input transform is made more generic ( #524 )
...
* fix: iterator expr is standardized with regular input transforms
* fix: iterator expr is standardized with regular input transforms
* v2
2022-09-13 20:11:00 +02:00
ex0ns
6f09405c2d
feat(job): run job by hash ( #551 )
...
It was possible to run them using a webhook, but not through an endpoint.
This PR aims to fix that so the user can target a specific version of
the script to run.
2022-09-11 16:39:48 +02:00
Ruben Fiszel
db11d28b31
replaceState on login
2022-09-10 13:25:12 +02:00
Christian Paul
894a4850df
Typo: non archived verson -> non-archived version ( #548 )
2022-09-06 15:12:34 +02:00
Ruben Fiszel
e9abcffdd1
feat: is_trigger is just a type tag, soon to include failure and command ( #523 )
...
* script kind
* all
* init code flow
* kind: trigger
* kind: trigger
2022-09-05 09:55:04 +02:00
Ruben Fiszel
dc11ba837a
improve UI long schedule path handling
2022-09-04 00:42:33 +02:00
Ruben Fiszel
e8aec1c93a
split editor and simple editor
2022-09-03 15:11:51 +02:00
Ruben Fiszel
0d72ab9306
inline gh icon
2022-09-02 20:30:06 +02:00
Ruben Fiszel
a6ae531f00
update flow viewer
2022-09-02 09:40:06 +02:00
Ruben Fiszel
d9641b36ef
skipped_if_stopped -> skip_if_stopped
2022-09-02 09:06:40 +02:00
Ruben Fiszel
cf7209bdb9
feat: clean openflow spec v1 ( #491 )
...
* clean api 2
* the rest
* clean tests
* stop_after_if test
* unbox `modules: Vec<FlowModule>` in `ForloopFlow`
* migrate
* initFlow stop_after_if_expr and skip_if_stopped
* s/migrateInitTransform/migrateFlowModule
I didn't read the name before... oops
* sql migration for openflow changes
* fix frontend migration code
Co-authored-by: sqwishy <somebody@froghat.ca >
2022-09-02 01:26:39 +02:00
Faton Ramadani
0deb31e6b6
fix(frontend): Make sure the schema is infered when the component is mounted ( #520 )
2022-08-31 21:29:56 +02:00
Faton Ramadani
a2265f7f41
feat(frontend): Script editor ( #518 )
...
* feat(frontend): Migrate Tabs
* feat(frontend): Generalise Menu
* feat(frontend): Menu component done
* feat(frontend): Fix placements
* feat(frontend): Rework component splitting
* feat(frontend): Clean unused imports
* feat(frontend): Script editor done
* feat(frontend): Code cleanup
* feat(frontend): Fix linting
* feat(frontend): Add running animation
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2022-08-31 18:50:36 +02:00
Faton Ramadani
6bb80b803d
feat(frontend): Menu + Tab components ( #517 )
...
* feat(frontend): Migrate Tabs
* feat(frontend): Generalise Menu
* feat(frontend): Menu component done
* feat(frontend): Fix placements
* feat(frontend): Clean unused imports
* feat(frontend): Fix linting
2022-08-31 18:41:13 +02:00
Ruben Fiszel
e203cb7a5c
replaceState on logout and loading screen while loading user
2022-08-28 12:17:38 +02:00
Ruben Fiszel
319488d484
only load in audit logs all users if not demo
2022-08-26 18:13:09 +02:00
Faton Ramadani
d783b2f409
Sidebar rework ( #490 )
...
* feat(frontend): Add runs to landing page + fix responsive issues
* feat(frontend): Sidebar done
* feat(frontend): Align all pages to the new layout
* feat(frontend): Make scripts and flows box clickable
* feat(frontend): Revert the sidebar color
* feat(frontend): Restore missing workspace menu + fix minor UI issues
2022-08-26 17:15:27 +02:00
Faton Ramadani
9b8f263319
feat(frontend): Add runs to landing page + fix responsive issues ( #487 )
2022-08-25 12:22:33 +02:00
Ruben Fiszel
3c25a703b5
set homepage as page on workspace selection
2022-08-24 23:41:59 +02:00
Faton Ramadani
5954789abb
feat(frontend): App landing page ( #486 )
...
* feat(frontend): App landing page
* feat(frontend): Add link to documentation + adapt styles
2022-08-24 23:23:02 +02:00
Mike
0e4f7fb332
typo ( #485 )
2022-08-24 16:38:19 +02:00
Ruben Fiszel
9e44479d9d
text-left on approved flows summary
2022-08-24 14:52:24 +02:00
Faton Ramadani
0ec77f2e6f
fix(front): Simplfiy how the job's results are read ( #483 )
...
* fix(front): Simplfiy how the job's results are read
* fix(front): Remove useless store and compute flow state directly
* fix(front): Clear timeout + remove useless reactive statements + correctly handle prop changes
2022-08-24 10:31:19 +02:00
Faton Ramadani
4c1cb1d379
fix(front): Set run button state to done when all jobs are loaded ( #482 )
2022-08-24 00:39:52 +02:00
Ruben Fiszel
ed1d210d35
cancel flow on run
2022-08-23 23:01:26 +02:00
Ruben Fiszel
9da55f7f50
fix multiline arg
2022-08-23 22:55:18 +02:00
Faton Ramadani
538dc8f4c2
fix(front): Fix display ( #481 )
2022-08-23 22:52:42 +02:00
Faton Ramadani
d8bb9dccff
fix(front): Fix not found error + add timeout
2022-08-23 22:42:32 +02:00