hugocasa
bfe95a3d61
fix(frontend): add missing docs link for json schema resource in error ( #7315 )
2025-12-08 16:02:06 +00:00
Ruben Fiszel
25460f6604
nit jsonschemaresource
2025-12-03 14:55:32 +00:00
Guilhem
a2d3297343
fix(frontend): improve preprocessor discoverability ( #7214 )
...
* add tooltip
* show payload tooltip
* Add preprocessor button
* nit
* improve preprocessor template
* fix add preprocessor
* fix oneof wrapping
* clean
* Use funnel cog icon for preprocessor step
* nit
2025-11-24 19:43:14 +00:00
Diego Imbert
d6da4a32bf
Fix alignment issues and TextArea min-height taller ( #7184 )
2025-11-20 12:35:44 +00:00
Ruben Fiszel
e047c3b2b1
add require non-empty array
2025-11-10 09:51:30 +00:00
centdix
49524d5b28
chore(aiagent): store memory in db ( #7053 )
...
* store to db
* no warning in context
* warning in frontend
* remove log
* 100kb + alert
* update sqlx
* update eeref
* Update ee-repo-ref.txt
* cleaning
---------
Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com>
2025-11-07 15:27:00 +00:00
Ruben Fiszel
29a2f363b3
nit clear select with default
2025-10-28 22:27:09 +00:00
Diego Imbert
3720cdfa2c
Better AI Fill inputs ( #6984 )
...
* Remove most yPadding={7}
* migrate DynamicInputHelpBox to Alert
* fix button heights
* Fix TemplateEditor padding and FakeMonacoPlaceholder
* SimpleEditor fix left padding
* Better AI Fill inputs
* update svelte
* Fix svelte bug, propertyType not updating
* Revert "update svelte"
This reverts commit 1c0f5ed15c .
* MONACO_Y_PADDING var
* Fixed Flow Loop AI gen
* nit button fixes
2025-10-28 22:00:57 +00:00
Guilhem
032f0c1f8c
feat: UX/UI full overhaul to meet new design system
2025-10-22 15:56:36 +00:00
Alexander Petric
85d1b8a3e6
fix: resource editor should not autoselect resources for optional fields ( #6821 )
2025-10-14 17:05:51 +00:00
Diego Imbert
686cf8dd69
Timestamp input in db manager ( #6754 )
...
* nullable by default
* unrelated nits
* native timezone input postgres
* Fix timestamptz NaiveDateTime conversion is pg_executor
* remove consolelog
2025-10-06 15:10:17 +00:00
Ruben Fiszel
5aeb3fa0b7
fix: multiselect + jsoneditor nits
2025-09-30 08:48:28 +00:00
Diego Imbert
72b744c4e1
feat: UX improvements (all inputs)
...
* Monaco transparent bg
* started improving input transform form
* always show static/f selector
* fix connecting btn changing size
* pretty Fill Inputs button
* ResizeTransitionWrapper
* Prettier TemplateEditor
* prevent double onpointerdown when clicking button to close
* text hint
* force focus border for TemplateEditor
* styling in js mode
* update select style
* fix jittery fake monaco placeholder
* select nits
* aiproviderpicker + nits
* smaller ${...} badge
* no-default-style
* select dropdown slide
* nit
* Refresh button in flow picker quick
* jsonEditor pretty
* ai provider toggle button more
* change resource edit button pos
* ResourcePicker Add and Refresh btn
* fix scrollbar
* Fix FileInput and S3 Arg Input
* fix textarea styling
* nicer refresh button in Test This Step
* fix togglebutton border in darkmode
* rounded nit
* Fix multiselect styling
* Prevent crash when selecting dyn-multiselect
* missing $derived and $state => reactivity issue when switching between DynSelect and DynMultiselect
* forgot $effect.pre
* fix nested objects
* nits
* prettier json toggle and array inputs
* array input nits
* nit
* fix json toggle appearing in fileinputs
* nit
* started updating PropertyEditor
* (stash) fix select dropdown animation teleporting from bottom to top
* nit
* nit
* resize transition in schemaform
* nit
* nit typo
* nit enableFlyTransition
* shadow nit
* small consistency changes
* user setting nit
* resize transition in module preview form
* more space
* nit readability on hover
* DateTimeInput new style
* nit fix
* remove yPadding in template and simple editor
* nits
* Revert "remove yPadding in template and simple editor"
This reverts commit 8f27c8d0b8 .
* nit
* Fix proppicker border
* fix inconsistent spacing btw arginput and input transform form field headers
* consistent add item button
* nit
* s3 settings nits
* RunsFilter fix
* gray ${...} badge
* border fix darkmode
* nit
* nit app editor consistency
* fix step input gen style
* nit fix
* nits
* toggle border
* nit toggle button
* nit font-medium
* nit font-medium
* nit font-medium
* nit font-medium
* nit
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-09-27 21:52:13 +00:00
Ruben Fiszel
ec9e5a9acb
fix: support label + value for dynamic enums of selects
2025-09-27 08:00:48 +00:00
Ruben Fiszel
81ff0dcd8c
fix: retry python relative imports on errno 104
2025-09-20 13:41:15 +00:00
Ruben Fiszel
194887e97b
fix: allow variable picker in password field
2025-09-20 12:50:15 +00:00
Ruben Fiszel
49e687b00d
internal: rolldown vite ( #6584 )
2025-09-11 16:12:36 +00:00
Ruben Fiszel
cc0356e116
fix ipv4 and ipv6 format
2025-09-05 14:00:17 +00:00
centdix
c0dbbe942c
feat(flows): allow all providers for ai agent steps ( #6529 )
...
* add ui for structured output
* implement backend logic for openai models
* simulate having non required props
* cleaning
* implement logic for anthropic
* cleaning
* cleaning
* cleaning
* avoid name clash
* return object
* focus new field when adding
* fix condition
* small opti
* use box raw value
* avoid unnecessary parsing + return error if parsing fails
* update ui to show all providers
* cleaning
* adapt backend
* fix
* styling fix
* fix for anthropic with openrouter
* nit styling
* avoid race condition
* fix merge
* fix
* fix import
* make one component for whole provider selection
* fix resource logic
* rename
* clean
* remove console log
* fix bad copy
2025-09-05 08:11:23 +00:00
dieriba
f3f330dd2a
feat: windmill dyn multiselect ( #6488 )
...
* done
* fix
* better
* typo
* use old key
* chore: publish pkgs and update deps
---------
Co-authored-by: HugoCasa <hugo@casademont.ch >
2025-09-05 07:10:01 +00:00
centdix
bf7ba698a1
feat(flow): add structured output option for ai agent step ( #6515 )
...
* add ui for structured output
* implement backend logic for openai models
* simulate having non required props
* cleaning
* implement logic for anthropic
* cleaning
* cleaning
* cleaning
* avoid name clash
* return object
* focus new field when adding
* fix condition
* small opti
* use box raw value
* avoid unnecessary parsing + return error if parsing fails
2025-09-03 16:43:53 +00:00
Ruben Fiszel
6e46058c5a
fix: schema editor reactivity improvements ( #6496 )
...
* all
* all
* all
* all
* all
* nit
* all
* all
* all
* all
2025-08-30 02:32:35 +00:00
hugocasa
2b03133b22
fix(frontend): ai agent step nits ( #6469 )
...
* fix(frontend): ai agent step nits
* fix provider select
* nits
* nit
2025-08-26 13:25:17 +00:00
hugocasa
7da79a8bc5
feat: json schema resource ( #6433 )
...
* feat: json schema resource
* feat: cache
* fix cleanup
* fix: use format instead of custom property
2025-08-22 10:39:13 +01:00
dieriba
1bcb0431c4
feat: dynamic select in flow ( #6315 )
...
* update
* add dyn select for flows
* nits
* fix typo
* done
* update .sqlx
* better
* nits
* fix
* nits
* nits
* fix
* improvements
* update
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-08-06 07:20:03 +00:00
Ruben Fiszel
c279154409
fix: add disabled support to resource picker in schema forms
2025-08-01 11:54:56 +00:00
Diego Imbert
5af47d29e7
Small UI fixes ( #6294 )
...
* fix step history not refreshing with staticInputs
* fix array of obj not showing up in json editor in test this step
* datatable scales correctly in DisplayResult and scrolling is much more usable
* avoid next button disapearing and changing layout / hurting ux
* nits
* fix bug when renaming module A to B then module C to A, C takes the schema of A
* fix bug with comments in sql repl
* fix aggrid theme randomly not loading
* bindable script
* better delete button in db manager
* property select doesnt exist
* fix all warnings
* delete $flowStateStore[id] on delete
2025-07-29 19:28:54 +00:00
Ruben Fiszel
1084777bd6
support $res: string in form inputs of arrays
2025-07-29 12:40:37 +00:00
dieriba
10befb995d
feat: local type references parsing support for main function args ( #5995 )
...
* add base struct
* feat resolve interface and type declarion in entrypoint param's function
* nits
* fix reset dependencies
* update package
* fix handle infinite recursion
* add depth level and handle enum for referenced type
* nits
* nits
* nits
* perf
* fix
* done
* fix schema form cache inconsistency
* fix default type and nits
* remove
* update Object typ for parser
* one level ref from from parent when resolving types and use format for resource
* update cli and use resource type
* nits
* update parsers
* fix: use specific parser versions
---------
Co-authored-by: HugoCasa <hugo@casademont.ch >
2025-07-23 10:05:32 +02:00
hugocasa
6a012a87ed
fix: app s3 multi upload policy ( #6228 )
2025-07-18 13:14:55 +00:00
Diego Imbert
1842157bd5
remove indigo badge ( #6210 )
...
* remove indigo badge
* Revert "remove indigo badge"
This reverts commit 843f446034 .
* fix wrong badge
* missing prettifyHeader props in ArgInput / SchemaForm
2025-07-17 11:43:09 +00:00
Ruben Fiszel
07b785dcc3
fix: support enum for array list as multiselect
2025-07-16 22:31:15 +00:00
HugoCasa
9053a931ce
feat: multi s3 arg input ( #6187 )
...
* feat: multi s3 arg input
* nits
2025-07-15 15:42:25 +00:00
Ruben Fiszel
b8b7818a97
nit resource picker
2025-06-28 08:09:21 +00:00
HugoCasa
5722014651
feat: ai flow chat prompt and UX improvements ( #5942 )
...
* feat: ai flow chat prompt and UX improvements
* fix scroll + better stop button + snapshots base
* tmp
* feat: apply reject
* feat: warning modal + retry last + nits + use flow preview for diff/test/export
* Update frontend/src/lib/components/copilot/chat/flow/core.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* typo
* feat: step summary by AI
* nits
* reactivity nits flow builder
* nits
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-06-24 09:29:38 +02:00
Diego Imbert
fa8d1b47db
fix: new MultiSelect component ( #5979 )
...
* rename all multiselects to Legacy
* move Select
* Separate SelectDropdown
* fix click outside for select with portal
* multiselect v0
* multiselect clear btn
* move filterText logic to SelectDropdown
* ui nits
* console.log
* draggable
* Draggable multiselect
* multiselect search
* nit refacto
* autofocus multiselect input
* Replace in AppMultiSelectV2
* search icon
* app multi select nits
* arginput update multiselect
* fix autofocus scrolling up
* replace High priority tags multiselect
* autoscaling config editor multiselect replace
* fix clear btn not in border
* replace multiselect in cron input
* replace multiselect in savedinputs
* replace EventHandlerItem multiselect
* select dropdown shadow
* more multiselect migration
* hover opacity on drag
* TokensTable UI fixes + replace multiselect
* ai settings replace multiselect
* DefaultTags Multiselect replace
* prevent multiselect from opening on drag
* nit
* app multiselect css + simplify
* console log
* safeSelectItems cleanup
* Remove svelte-multiselect
* clip when wrap not allowed
* hide duplicate app components
* CSS works better with multiselect in app editor
* allowOverflow
* allowClear
* fix custom createText messed up with search
2025-06-19 14:37:17 +02:00
Ruben Fiszel
38a050b0f4
simplify select ( #5978 )
...
* improve select
* improve
2025-06-18 17:01:57 +02:00
Ruben Fiszel
0b3a084c81
fix handle default values
2025-06-13 14:10:55 +02:00
Diego Imbert
ff9acb4717
remove unnecessary dispatchIfMounted ( #5926 )
2025-06-12 16:21:58 +02:00
Ruben Fiszel
23920aee84
feat: better graph layout algorithm + migrate to svelte 5 almost everywhere + xyflow 1.0
2025-06-12 15:44:35 +02:00
Ruben Fiszel
806d669725
feat: array of s3 objects in input maker
2025-05-29 16:35:03 +02:00
Ruben Fiszel
422a02d8f7
chore: update monaco/vscode ( #5770 )
2025-05-19 16:51:29 +02:00
HugoCasa
254c3cf8ef
feat: preprocessor refactor ( #5629 )
...
* feat: preprocessor refactor
* nit
* oneOf kind support + new capture format + fix build
* fix build
* fix build
* update preprocessor templates
* cache runnable version info
* update ee ref
* update hub scripts && ee ref
2025-05-09 09:50:01 +02:00
Ruben Fiszel
3c68fef2ab
ui code builder v0 (at secret path) ( #4964 )
2025-04-20 01:19:02 +02:00
HugoCasa
b9e879618b
feat: signed s3 objects ( #5593 )
...
* feat: accept signed s3 objects for s3 file keys in apps + sign endpoint and helpers
* Update backend/windmill-api/openapi.yaml
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* fix build
* Update python-client/wmill/wmill/client.py
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
* nti
* fix build
* fix build
* presigned
* Update frontend/src/lib/components/apps/editor/settingsPanel/InputsSpecEditor.svelte
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Update frontend/src/lib/components/apps/editor/settingsPanel/InputsSpecEditor.svelte
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* fix build
* b
* fix sqlx
* nit
* typo
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
2025-04-11 18:03:40 +02:00
Diego Imbert
299d32ba82
svelte 5 dispatch fixes ( #5604 )
...
* dispatchIfMounted
* fixed all warnings
* typo
* fix another infinite loop
* buggy date time input on runs page when changing search params
2025-04-11 15:17:42 +00:00
Diego Imbert
a74d68a5e6
fix infinite loop in app multiselect due to bind ( #5590 )
2025-04-09 09:23:46 +00:00
Diego Imbert
f5d46d5751
fix: binding not working in nested array script arg ( #5585 )
2025-04-08 09:14:06 +00:00
Ruben Fiszel
3c99b3fdc7
feat: migrate to svelte5 + vite6 ( #4813 )
...
* runs on svelte 5
* Line component from svelte-chartjs
* Replaced all svelte-chartjs occurrences with custom wrapper
* Fix props mistake
* Fix illegal table structures
* self-closing-tags fix
* aria labels
* Fixed trivial warnings and errors
* @tanstack/svelte-table fix
* upgrade to vite 6
* svelte-kit sync before running svelte-check
* Remove on:clear which is actually on:removeAll and already handled by on:change
* fix worker tags not displaying in Autoscaling
* Try to fix svelte-kit sync not working during CI
* remove warnings
* Fix add flow page crashing
* access worldStore before assignment fix
* fix infinite recursions in App Editor
* Replaced JSON.stringify with proper deepEqual
* component mount api changed (no longer classes)
* fix ci errors
* Fix infinite loops in background runnable panel
* factored effect on deep equal logic in onObjChange
* fix "Add" not working in AgGrid Table
* Replaced legacy component.$set api
* Fix multiselect infinite value reaction
* Fix flow input fields resetting when opening their edit tab
* fix date input resetting when typing year
* Remove !p-0 affecting subgrid dotted borders
* fix missing debounceTemplate causing hundreds of updates
* Fix AgGrid action refreshes and disppearing
* resolve getItems generating random ids every rerun
* fix cannot access items before init
* fix sort lambda arguments being undefined
* Revert "Remove !p-0 affecting subgrid dotted borders"
This reverts commit c62809bb45d682a48376b071680645ed4e1c601b.
* fix input not updating in decision tree editor
* Update frontend/src/lib/components/schema/EditableSchemaWrapper.svelte
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Re-added padding affecting subgrid dotted borders (#5479 )
* remove !p-0 in preset components
* removed extra padding on accordion tabs subgrid
* Fix non-reactive SchemaForm
* dirty fix for the oneOf bug
* Fix warnings and update svelte-exmarkdown for svelte 5
* fix dnd not working
* don't mount component like objects
---------
Co-authored-by: Diego Imbert <diegoimbert@protonmail.com >
Co-authored-by: Diego Imbert <70353967+diegoimbert@users.noreply.github.com >
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-04-02 21:33:50 +00:00
Ruben Fiszel
a6fe26af3d
handle better appschemaform initialization
2025-03-19 13:03:39 +01:00