Ruben Fiszel
039e1fa1e6
feat: implement usage tracker + quotas
2022-12-11 18:47:39 +01:00
Ruben Fiszel
9ea336fd6e
fix flow input picker
2022-12-07 11:04:31 +01:00
Ruben Fiszel
c8bad59916
display jobs scheduled for later in flow status viewer
2022-12-05 20:33:28 +01:00
Ruben Fiszel
6d0d196eec
fix svelte-markdown in description
2022-12-05 17:35:22 +01:00
Ruben Fiszel
b2ecee1d42
superadmin can see all
2022-12-04 01:19:38 +01:00
Faton Ramadani
d4c1e1ab78
UI refactor ( #973 )
...
* fix(frontend): ui refactor
* fix(frontend): WIP
* fix(frontend): WIP
* fix(frontend): WIP
* fix(frontend): remove virtual table
* fix(frontend): Add virtual list
* fix(frontend): fix number of items
* fix(frontend): revert changes
* fix(frontend): fix build
2022-12-02 19:39:23 +01:00
Ádám Kovács
2b4a72ade6
feat(frontend): Update app component list ( #947 )
...
* feat(frontend): Restructure app components folder
* fix(frontend): App component settings panel
* feat(frontend): Update grouping of app components
* fix: App table action button
* fix: Playwright test
2022-11-29 20:01:21 +01:00
Ruben Fiszel
66ff51ae5f
feat: overhaul scripts and flows page
2022-11-28 11:16:10 +01:00
Faton Ramadani
cd98c92917
feat(frontend): Add actions to tables ( #951 )
...
* fix(frontend): WIP
* fix(frontend): WIP
* fix(frontend): Sub runnable
* fix(frontend): revert changes
* fix(frontend): fix build
2022-11-27 17:47:19 +01:00
Ruben Fiszel
8f92a0c66f
feat(frontend): flow UX overhaul II + go + python support for trigger scripts ( #928 )
...
* all
* improve all
* improve all
* fix frontend
* fix input picker nits
* fix(frontend): Fix Menu display
* all
* fix all
* fix all
Co-authored-by: Faton Ramadani <faton.ramadani14@gmail.com >
2022-11-22 16:18:14 +01:00
Faton Ramadani
31f6e47390
fix(frontend): App Editor v0 ( #886 )
2022-11-14 17:30:49 +01:00
Ádám Kovács
746fb8cc7f
feat(frontend): Flow graph ( #827 )
...
* chore(frontend): Install d3@7.6.1
* feat(frontend): Add basic graph components
* feat: Add graph node component
* feat: Add graph edges
* fix: Rename graph flow module
* feat: Add flow graph to editor
* feat: Add loops
* feat: Add hub scripts to graph
* fix: Display hub scripts
* fix: Nested loops
* feat: Graph displaying packages
* fix: Remove unused parts
* feat: Update graph layout
* fix: Clean up imports
* feat: Add icons to graph nodes
* feat: Add graph viewer to flow details page
* fix: Action row component on scroll behaviour
* fix: Update supported languages type
* fix: Add bash language icons
* fix: Support empty scripts and branches
* fix: Ellipsizing virtual node text
* feat: Display script id in node
* fix: Remove graph from flow editor
* fix: Update node id display
* chore: Remove unused packages
* flow viewer
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2022-11-12 20:14:29 +01:00
Ruben Fiszel
cd8d0e5ea6
feat: deprecate previous_result in favor of results per id
2022-11-10 01:58:52 +01:00
Ruben Fiszel
8ace795aa9
fix navigation on flows and script editor
2022-11-09 00:20:43 +01:00
Ruben Fiszel
7c97fac746
feat: support bash as 4th language ( #865 )
...
* bash support
* bash backend working
* frontend part
* bash backend working
2022-11-06 23:48:18 +01:00
Ruben Fiszel
de9e96ddd2
UX improvements for run script
2022-11-06 16:08:10 +01:00
Ruben Fiszel
8b45924abf
feat(frontend): show runs using a time chart
2022-11-05 15:31:09 +01:00
Ruben Fiszel
ca2b35b41e
edit script preload same args
2022-11-05 10:02:00 +01:00
Ruben Fiszel
f7572ba2f3
approvers are available to the step right after approval
2022-11-02 10:43:19 +01:00
Ruben Fiszel
0196fab7ba
UX improvements
2022-10-31 11:57:00 +01:00
Ruben Fiszel
e84c9921ca
fix flow node id creation
2022-10-28 15:56:23 +02:00
Ruben Fiszel
dc3e82c8aa
fix codeViewer for non deno scripts
2022-10-27 09:26:52 +02:00
Faton Ramadani
028b53f9f5
feat(frontend): Flow editor branches ( #727 )
2022-10-25 17:26:31 +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
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
70f6fc24ad
feat(frontend): Button with popup ( #639 )
...
* feat(frontend): Add ButtonPopup component
2022-10-06 14:18:42 +02:00
Ruben Fiszel
f051055e0f
feat: individual retry + flow UX refactor
2022-10-04 08:41:21 +02:00
Ruben Fiszel
c71ffca4fc
frontend use exact time in every case
2022-10-02 02:56:01 +02:00
Faton Ramadani
e6985415ef
feat(front): Confirmation modal when deleting a resource or a variable ( #648 )
...
* feat(front): add confirmation modal when deleting a resource or a variable
* feat(front): add shift bypass
* feat(front): clear callbacks
* feat(front): Add alert to inform user can confirmation modals can be bypassed
2022-09-30 15:04:57 +02:00
Ádám Kovács
f8b62f6e9f
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
7d070b5a10
feature(frontend): Button component ( #616 )
...
* feature(frontend): Button component
* feature(frontend): Ajust style
2022-09-22 13:25:17 +02:00
Faton Ramadani
21ac344c1e
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
9d991f968c
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
66df58af47
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
1d873d5bd5
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
73a7bd896c
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
Ruben Fiszel
2ab9e4c203
frontend checks for username at frontend
2022-08-23 19:40:11 +02:00
Ruben Fiszel
9b710849e1
first pass on runs refactor
2022-08-23 02:11:01 +02:00
Faton Ramadani
52ba367898
fix(frontend): simplify flow preview logic( #450 )
2022-08-19 17:14:27 +02:00
Ruben Fiszel
b1e6c827e4
icon for paths
2022-08-18 13:46:12 +02:00
Faton Ramadani
c85b1e3a53
feat(frontend): Redesign of the Flow Editor + Arbitrary forloop
2022-08-17 12:03:38 +02:00
Ruben Fiszel
0d0097551d
use app in hub path
2022-08-17 11:31:23 +02:00
Ruben Fiszel
ef473931ea
small truncate
2022-08-08 15:26:26 +02:00
Ruben Fiszel
a46de36e9b
small truncateFix
2022-08-08 15:13:51 +02:00
Ruben Fiszel
5e14b6dfb3
feat: add primitive sql format ( #320 )
2022-08-02 16:55:20 +02:00
Ruben Fiszel
fcae2817eb
fix: encoding state now supports unicode including emojis
2022-07-31 16:17:43 +02:00
Ruben Fiszel
2a0d70dcbc
change openflow encoding for more proper oneOf + fix all from svelte:check
2022-07-31 01:20:52 +02:00
sqwishy
9a632befdd
job duration to ms & added to /api/w/*/users/list ( #261 )
...
* add jobs_duration to /api/w/*/users/list
A few improvements on this might be considered.
- Adding the duration to /whoami and /whois
- Optionally fetching duration conditional on a query parameter.
- Using the query parameter value to select how far back to look,
`created_at > now() - $2 * '1 day'::interval`.
Subquery might not be optimal, but performance is a bit weird to test
right now as I haven't done much with my development database to get it
to resemble a typical (production) database. And there aren't many
indexes currently either.
And I think my rust rustfmt doesn't run because unstable options in the
rustfmt.toml or something so the formatting might be a bit wonky.
* duration -> duration_ms for completed_job
sqlx reordered keys in sqlx-data.json so the diff is quite noisy. I'm
not sure if I did it wrong or if this tool is obnoxious that way.
* don't double count job duration in flows
* job_duration_ms to Usage duration_ms jobs flows
rustfmt got carried away sorry
2022-07-30 00:02:51 +02:00
Ruben Fiszel
0b8743af71
add publish to hub buttons
2022-07-28 20:11:55 +02:00