Ruben Fiszel
aec0e12e57
improve rawvalue handling for lightweightarg input
2024-08-06 15:39:23 +02:00
Faton Ramadani
12e3d69510
fix(frontend): Hide AgChart background to make styling work ( #4197 )
...
* fix(frontend): Hide AgChart background to make styling work
* fix(frontend): Fix dark theme
2024-08-06 12:20:16 +02:00
Faton Ramadani
e7275cc285
fix(frontend): Remove full height for the event handlers of runnables ( #4196 )
2024-08-06 10:59:49 +02:00
Faton Ramadani
ec9c82fb31
fix(frontend): Fr/improve suspend drawer ( #4189 )
...
* fix(frontend): add missing info about the cancel url in the suspend drawer
* fix(frontend): add missing info about the cancel url in the suspend drawer
2024-08-06 10:48:08 +02:00
Ruben Fiszel
90423e4246
add timeout for app editor log panel
2024-08-06 10:39:13 +02:00
wendrul
ee8a1f6cb0
feat: Tag filter on Runs page ( #4193 )
...
* Add warning of job search parse error + front fixes
* Add filter tag and add filters to small screen
* Fill missing property
2024-08-06 10:31:08 +02:00
Faton Ramadani
063af02166
fix(frontend): fix the app created from a script or flow with the new topbar ( #4194 )
2024-08-06 10:16:29 +02:00
Ruben Fiszel
4a295f7dd5
support tarbundle in vscode extension
2024-08-06 01:02:41 +02:00
wendrul
af0e901954
feat: deployment UI filter deployable items ( #4183 )
...
* Add column to workspace settings table
* Add endpoint to change the deploy UI settings
* Make frontend page to edit UI settings
* Prepare sqlx
* Add deployment restrictions to frontend
* Fix function name
* Change dependency to minimatch, CE compatibility
* Remove default include_path
* Remove picomatch types (old dep)
* Use empty list instead of globstar as default
* All deployable if config is null
2024-08-05 13:27:13 +02:00
Henri Courdent
326745bab5
Changelog add native runtime support of npm packages ( #4185 )
2024-08-05 13:21:14 +02:00
Faton Ramadani
38d434d979
fix(frontend): fix tutorial for apps with the new topbar ( #4186 )
2024-08-05 13:20:56 +02:00
Ruben Fiszel
c956ecd1a8
feat: improve indices of completed_runs for faster load
2024-08-05 12:46:07 +02:00
Faton Ramadani
2ba18d834e
fix(frontend): fix style panel for compoentn without custom css ( #4182 )
2024-08-05 11:06:42 +02:00
Faton Ramadani
7e8a0a94e7
fix(frontend): add missing truncate for branch predicates ( #4180 )
2024-08-05 09:11:24 +02:00
Ruben Fiszel
21db2eb340
whitelabel custom settings
2024-08-02 13:47:28 +02:00
Faton Ramadani
5253f327c5
fix(frontend): Add support for array of objects in th UI ( #4170 )
2024-08-02 12:58:43 +02:00
Ruben Fiszel
99f0fd6c4e
fix: app forms default values changes gets propagated
2024-08-01 21:54:21 +02:00
Ruben Fiszel
69e400563c
feat: variables created by password fields expire after 7 days
2024-08-01 16:05:03 +02:00
Ruben Fiszel
b6f00fcc09
avoir mistaken editor edit/deploy interaction
2024-08-01 10:07:15 +02:00
Ruben Fiszel
50cb5f3a21
more clearly display loading when jobs filter change
2024-08-01 09:25:18 +02:00
Henri Courdent
5e484c922f
doc_link_fixes ( #4157 )
2024-07-31 18:03:49 +02:00
Henri Courdent
00428532e5
Order components + names alignment ( #4160 )
2024-07-31 18:03:23 +02:00
Faton Ramadani
112a5a348c
fix(frontend): If multiple recompute all present, interval is now in sync ( #4162 )
2024-07-31 17:45:52 +02:00
Faton Ramadani
f9324a2e89
fix(frontend): fix recompute all ( #4161 )
...
* fix(frontend): wip
* fix(frontend): wip
* fix(frontend): fix recompute all
* fix(frontend): fix recompute all
* fix(frontend): clean up
* fix(frontend): fix how the onClick callback is called
2024-07-31 17:27:38 +02:00
Ruben Fiszel
78c115c68c
fix: improve index usage and runs page performance
2024-07-31 13:08:28 +02:00
Ruben Fiszel
a5edfb1da4
fix: submit and form persistence on app on render change
2024-07-30 15:43:37 +02:00
Faton Ramadani
747616e20c
feat(frontend): support array of objects in schema ( #4106 )
...
* feat(frontend): Support array of objets
* feat(frontend): add support for LightweightArgInput
* feat(frontend): support objects and arrays of objects in LightweightArgInput
2024-07-30 11:42:49 +02:00
Ruben Fiszel
d3c818d570
fix: improve native runtime with axios support
2024-07-29 21:13:02 +02:00
HugoCasa
e2388989bb
feat: get completed flow node result by api/download + eval list result json path optim ( #4108 )
...
* feat: get completed flow node result by api
* fix: missing file
* feat: fallback to completed job + fix dfs
* feat: download all results + eval improvement
* fix: nit regex
* fix: nit
2024-07-29 20:30:55 +02:00
Faton Ramadani
7daf4af8fb
fix(frontend): Fix how new items are processed in App select ( #4109 )
...
* fix(frontend): Fix how new items are procesed
* fix(frontend): Fix regex
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* fix(frontend): avoid duplicates
* fix(frontend): simplify code
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2024-07-29 20:21:39 +02:00
Ruben Fiszel
bdbb944aad
fix: fix lang picker artefact for script editor
2024-07-29 20:18:56 +02:00
Ruben Fiszel
12ec75551e
feat: remove nativets in favor of bun with native pragma
2024-07-29 19:20:00 +02:00
Faton Ramadani
298ec15cd5
feat(frontend): App bar as components ( #4103 )
...
* feat(frontend): wip
* feat(frontend): add migration to the new top bar
* feat(frontend): fix topbar styling
* feat(frontend): fix migration code
* feat(frontend): fix migration code
* feat(frontend): fix migration code
* feat(frontend): wip
* feat(frontend): done
* feat(frontend): done
* feat(frontend): remove migration
* feat(frontend): fix top bar styling
* feat(frontend): fix sync issues
* feat(frontend): improve style
* feat(frontend): Redesign Recompute all
* feat(frontend): change icon + make the default title font bigger
* feat(frontend): Remove unecesary clearInterval
* feat(frontend): Fix dropdown menu button style
2024-07-29 17:26:18 +02:00
Ruben Fiszel
9b2c2c96b4
small nit BASE_URL
2024-07-28 10:25:33 +02:00
Ruben Fiszel
135f57eb5a
fix: improve runs page performance through pg indices
2024-07-27 12:16:13 +02:00
wendrul
af6cdea437
fix: search modal improvements ( #4128 )
...
* Message when runs filter is empty
* Improve height and width of modal
2024-07-26 11:08:16 +02:00
Henri Courdent
2443301266
Changelog update frontend 25 07 ( #4130 )
2024-07-25 11:21:17 +02:00
Ruben Fiszel
d88a3305fc
fix: fix webhooks urls after BASE_URL change
2024-07-24 13:31:06 +02:00
Ruben Fiszel
2f33da9cf3
fix: respect sorting when downloading csv f rom auto table
2024-07-24 11:12:51 +02:00
HugoCasa
609e5d00eb
feat: apply workspace specific tags only to some workspaces ( #4107 )
2024-07-23 19:12:11 +02:00
Ruben Fiszel
211e80b69e
fix: make result_json path stable for python executors
2024-07-23 17:39:40 +02:00
Ruben Fiszel
f7c2580a3f
fix: preserve force json across code preview
2024-07-23 16:42:29 +02:00
HugoCasa
ccf281c87a
fix: filter audit logs end user by username + complete resource filter ( #4105 )
...
* fix: filter audit logs end user by username + complete resource filter
* update ee ref
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-07-23 16:23:33 +02:00
Ruben Fiszel
66fd036bbe
fix: fix copilot completion after base_url change
2024-07-23 12:21:12 +02:00
Ruben Fiszel
c9300bce2b
fix sveltekit conf
2024-07-22 22:36:56 +02:00
Ruben Fiszel
7b1798f9ef
fix: fix BASE_URL build conf
2024-07-22 21:53:08 +02:00
Ruben Fiszel
0bb2ef34e8
nit fix
2024-07-22 21:24:53 +02:00
Ruben Fiszel
532c190a5c
nit fix
2024-07-22 21:13:43 +02:00
Ruben Fiszel
187f54ceac
fix: fix BASE_URL build conf
2024-07-22 21:02:19 +02:00
Ruben Fiszel
b1a3244032
fix: fix BASE_URL build conf
2024-07-22 20:56:13 +02:00