Ruben Fiszel
75e44e96f3
squashed
2025-05-24 13:23:29 +02:00
Ruben Fiszel
fc8f878584
chore(main): release 1.492.1 ( #5801 )
...
* chore(main): release 1.492.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-05-22 20:26:12 +02:00
Ruben Fiszel
59f6024cbd
fix: fix strum compile
2025-05-22 20:17:50 +02:00
Ruben Fiszel
a411e2e9a6
chore(main): release 1.492.0 ( #5772 )
...
* chore(main): release 1.492.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-05-22 20:06:11 +02:00
Ruben Fiszel
ee86ab00df
nit
2025-05-22 19:59:23 +02:00
Ruben Fiszel
af74653b7f
improve err message
2025-05-22 19:48:26 +02:00
Ruben Fiszel
f5e789336f
latest ref
2025-05-22 19:45:01 +02:00
Ruben Fiszel
7c24fbcef2
fix: improve docker mode unexpected exit handling
2025-05-22 19:37:47 +02:00
Ruben Fiszel
3f825ec77f
reduce the pip resolution cache duration
2025-05-22 18:47:02 +02:00
wendrul
55ae766484
feat: job search pagination + result count ( #5789 )
...
* add tracing to get of authed client
* fix: make disabled items not selectable with arrow keys
* Invert showing EE message only when not in EE
* Makea component for the Run Search part of the Search modal
* Make the button to load more jobs
* Add pagination for job search
* fix missing bind to the openModal bool
* Turn off spinner when aborting search results
* fix typo in openapi.yaml
* Update ee repo ref
* Remove unused imports and vars
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-05-22 15:23:45 +02:00
Ruben Fiszel
21741e68bc
fix
2025-05-22 14:23:49 +02:00
Ruben Fiszel
e3e25daee7
fix
2025-05-22 14:12:10 +02:00
Ruben Fiszel
3fbebcdef5
add more labels to traces
2025-05-22 12:35:32 +02:00
Ruben Fiszel
d662e18f97
add more labels to traces
2025-05-22 12:07:21 +02:00
Ruben Fiszel
dfd8c4cd2a
more verbose docker wait errors
2025-05-22 01:07:29 +02:00
Guilhem
70b7c8c998
refactor(frontend): capture refactor UI ( #5591 )
...
* migrate postgresEditorInner to svelte 5 syntaxe
* Add postgress
* add postgres capture section
* migrate kafka trigger config to svelte 5
* use snippets in kafka config
* feat: Update KafkaTriggerEditorInner with editMode, hideTarget and other props from WebsocketTriggerEditorInner
* feat: Create KafkaTriggerPanelV2 following WebsocketTriggersPanelV2 model
* feat: Integrate KafkaTriggerPanelV2 into TriggersEditorV2
* feat: add kafka capture panel
* use svelte 5 syntaxe for nats config
* use snippet in nats config
* feat: add editMode for nats trigger config
* fix import
* create NatsTriggerPanelV2.svelte for NATS trigger
* integrate NatsTriggerPanelV2 into TriggersEditorV2.svelte
* Create NatsCapture.svelte and update CaptureWrapperV2.svelte to use it
* migrate MqttTriggerEditorInner to svelte 5
* add mqtt trigger to new trigger panel
* migrate SqsTriggerEditorInner to svelte 5 syntaxe
* feat: add sqs triggers panel
* Add badge to MQTT config section
* remove unnecessary binding
* add gcp to the trigger list
* add prop size to GCP icon
* add gcp trigger utils
* migrate GcpTriggerEditorInner to svelte5 syntaxe
* add gcp trigger panel
* Revert "add gcp trigger utils"
This reverts commit 58f0df9985 .
* fix type error
* add gcp to trigger bar
* add capture gcp panel
* add schedule poll panel
* feat: add trigger table horizontal bar
* add http trigger label
* make triggerbar vertical
* nit
* add trigger delete button for drafts
* enable edit from table for all triggers
* fix automatic edit mode for draft trigger
* fix proxy dispatching issue
* fix primary star positionning
* fix apply args to preprocessor
* automatically load bigpayloads
* clean capture wrapper code
* nit
* fix capture config not passed
* use Url component
* remove unused prop captureTable
* use new schedule panel for scheduled poll
* update triggersWrapperV2
* improve webhook capture panel
* remove debug log
* save draft with flow draft
* add path in draft label when available
* remove flowcard title
* use trigger label for trigger badge dropdown
* break from table to sidebar at 1000px
* remove triggers badge allways show sidebar behavior
* fix multiple primary addition
* improve primary schedule deploy logic
* remove debug logs
* gather imports
* add path for draft primary schedule
* handle redirection
* Add confirmation modal to deploy triggers
* remove debug log
* Save draft route trigger on deploy
* Allow draft for deployed triggers
* add component trigger editor toolbar
* improve update trigger utility function
* Add reset button for deployed draft triggers
* allow draft trigger for kafka triggers
* allow draft trigger for websocket triggers
* allow draft trigger for postgres triggers
* Add toggle to trigger toolbar
* allow draft for nats triggers
* allow draft for mqtt triggers
* allow draft sqs triggers
* allow draft for gcp triggers
* revert changes on the schedule editor
* update all triggers to use the same toolbar
* remove debug logs
* remove PrimarySchedule Panel and merge primary schedule logic with all triggers
* load schema from draft when editing a draft schedule
* prevent overflow in trigger table
* fix path saving for draft schedule
* fix trigger badge dropdown display
* get draft status from trigger
* remove unused event
* nit
* Add deploy badge to trigger
* replace checkbox with toggle for the modal
* fix selection of triggers with draft
* fix nit
* fix nit
* add missing config for loading schedule
* save schedule from config
* save http route from cfg
* save websocket trigger from cfg
* save postgres trigger from cfg
* save kafka trigger from cfg
* save sqs trigger from cfg
* save nats trigger from cfg
* save mqtt triggers from cfg
* save gcp trigger from config
* nit
* fix path update when editing a trigger
* remove unused saveCb
* fix trigger node navigation
* remove debug log
* add min size for trigger editor capture panel
* Integrate new triggers Editor to script builder
* remove previous triggersEdior page
* Remove former triggers Editor
* Migrate detail page to new triggers editor UI
* Remove unused dev TriggersBadge
* migrate triggers to V2
* Migrate capture components to V2
* improve triggers badge UI
* fix trigger panel with scheduled poll
* fix auto select all draft on deploy
* simplify permission check
* Add custom label to every trigger editor
* fix draft not deleting when saving triggers and add option to deploy now
* remove unused utility function
* fix triggers loading from draft
* make advanced route section collapsible
* handle subflow triggers display
* center triggers badge
* fix panel redirection when adding a new triggers from node
* Remove unnecessary alerts
* Fix proxy issue in schedule editor inner
* Remove unused schedule pages
* nit
* nit cli panel
* Migrate selectedTrigger store to V2
* handle extra header button for trigger editor panel
* prevent reload on toggle schedule enable
* remove unused utility function
* remove primaryScheduleStore
* handle triggerCount with drafts
* fix editing in Schedule Poll Mode
* Remove triggers default value context store
* fix triggers label max width
* Remove dbg logs
* improve no trigger selected message
* nit
* Do not show enable toggle for http triggers
* Adapt ui to dark mode
* nit
* remove captureOn context value
* improve dark mode
* fix nit
* fix merge issue
* nit
* nit
* fix schedule permission initialisation
* nit
* Disable deploy now if needed
* Improve utilitu function for handling with triggers
* improve trigger badge look
* fix kafka
* nit
* fix schedule display
* fix toggling edit mode
* fix edit/cancel edit
* nit
* prevent capture config update in editor
* migrate webhook panel to svelte 5
* fix postgres trigger creation
* fix bind issue in nats triggers
* fix modal triggers message flow/script
* fix apply args for script
* fix gcp triggers update when creating
* fix gcp capture
* nits
* add loading state for deploying all triggers
* remove default mqtt
* update base_endpoint for gcp
* nit
* fix
* fix
* remove base endpoint
* add catch in case of error while creating a trigger
* Add animation is capture panels
* show preprocessor extra when there is a preprocessor
* Add loading state for captures
* add missing fields for capture
* migrate URL to svelte 5
* show icon by default in confirmation modal
* do not show draft triggers in detail badge list
* migrate to new captures
* revert unwanted change
* migrate to preprocesor v2
* nit
* fix email capture
* nits and fix
* nits
* update repo ref
* Feat: auto save draft instad of save button
* use triggerIndex as selection
* Add modified tag to triggers
* Update trigger modal
* fix trigger node select
* fix schedule page
* migrate TriggersEditor to svelte 5
* remove unused props
* fix schedule editor init
* fix store reactivity issue
* use class instead of store for triggers context
* nit
* nit
* fix schedule init
* Add postgres error message
* nit
* fix deploy new script
* load schema in shedule editor
* improve transitions
* Improve capture indication
* revert unwanted changes
* improve update
* nit
* migrate captures section to svelte 5
* only show trash on hover triggers row
* Add token count
* improve trigger display
* Add relevent naming for triggers
* Use wrapper div insted of width binding in flow card
* add trigger sorting
* nit
* handle reload from URL for draft triggers
* dirty script and flow draft with draft triggers
* handle cloud hosted triggers
* nit
* nit
* fix nats reactivity
* remove debug log
* handle deployed draft triggers in the flow editor
* Add warning for event stream capture
---------
Co-authored-by: dieriba <dieriba.pro@gmail.com >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-05-21 23:45:19 +02:00
dieriba
dbca16c3dc
add missing attributes ( #5791 )
2025-05-21 21:50:36 +02:00
dieriba
b9a776c97b
fix: postgres trigger ssl issue ( #5790 )
...
* fix: better handling of tls for postgres trigger
* fix
2025-05-21 19:25:22 +02:00
HugoCasa
30edcdfe0e
fix: workspace preprocessor improvements ( #5784 )
...
* add tracing to get of authed client
* internal: Trigger claude when commenting with /aider (#5783 )
* add claude instructions files
* call claude too when using aider
* fix
* add draft for linear claude integration
* fix: workspace preprocessor fixes
* tmp ee ref
* fix build
* update ee ref
* fix: hub script preprocessor handling
* fix build
* good ref
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
Co-authored-by: centdix <40307056+centdix@users.noreply.github.com >
2025-05-21 17:49:21 +02:00
centdix
29f92ea297
add claude instructions files ( #5779 )
2025-05-20 13:53:34 +02:00
Ruben Fiszel
7a43893616
nit
2025-05-20 13:23:02 +02:00
Ruben Fiszel
ba4c89e7db
nit
2025-05-20 12:55:13 +02:00
Ruben Fiszel
d223b0b12e
add log on s3 loading
2025-05-20 10:24:55 +02:00
pyranota
b0b3ab595a
build: make flake.nix build with all features ( #5773 )
2025-05-20 09:43:44 +02:00
pyranota
07c2ff5668
feat(python): add annotation to skip result post-processing ( #5769 )
...
* feat(python): add annotation to skip result post-processing
Typically windmill will replace all NaN, Infinity and -Infinity from resulting string.
We do it because JSON specification does not support these types as well as DB.
However it will substitute also the cases when any of those words are used within the string.
E.g. script returning "To Infinity and Beyond" will be postprocessed to "To null and Beyond".
Current behaviour is done for the performance sake and now can be disabled with `#skip_result_postprocessing` annotation.
* add comments
* remove extra comments
2025-05-19 22:31:46 +02:00
HugoCasa
065a814d35
feat: triggers git sync ( #5766 )
...
* feat: triggers git sync
* nits
* update hub paths + ee ref
2025-05-19 18:16:04 +02:00
Ruben Fiszel
b2088a0805
chore(main): release 1.491.5 ( #5765 )
...
* chore(main): release 1.491.5
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-05-17 11:00:36 +02:00
Ruben Fiszel
beb658757f
nit error
2025-05-17 10:56:16 +02:00
Ruben Fiszel
59afa493fa
fix: improve handling of custom concurrency key/tag with preprocessors ( #5762 )
...
* fix
* rm spurrious diff
* handle failing preprocessors
* nits
* update
* update
2025-05-17 10:52:28 +02:00
Diego Imbert
b29c6e7636
fix: S3 sql mode returns S3Object ( #5764 )
...
* fix upload_s3_file not checking response
* Return S3Object instead of path string
2025-05-16 19:28:57 +02:00
dieriba
aba6f450aa
add null typing to openapi spec for easier gen ( #5759 )
2025-05-16 09:59:45 +02:00
Ruben Fiszel
4496006a56
chore(main): release 1.491.4 ( #5758 )
...
* chore(main): release 1.491.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-05-16 01:19:58 +02:00
HugoCasa
9b1c30eeff
fix: add v1 preprocessor support to workspace preprocessor script ( #5757 )
...
* fix: add v1 preprocessor support to workspace preprocessor script
* nit
* build
2025-05-16 01:10:51 +02:00
Ruben Fiszel
6390eee792
chore(main): release 1.491.3 ( #5754 )
...
* chore(main): release 1.491.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-05-15 22:07:45 +02:00
HugoCasa
d53bceb800
fix: http trigger routers cache version sequence ( #5755 )
...
* fix: http trigger routers cache version sequence
* nit
2025-05-15 21:59:30 +02:00
Ruben Fiszel
747c53dfed
chore(main): release 1.491.2 ( #5747 )
...
* chore(main): release 1.491.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-05-15 20:27:36 +02:00
Ruben Fiszel
0dcb78307a
fix
2025-05-15 20:11:00 +02:00
Ruben Fiszel
b15964b8a3
fix
2025-05-15 20:10:03 +02:00
dieriba
9e9514b9af
fix: http trigger signature validation ( #5753 )
...
* fix
* fix import
* nits: force raw string on signature authentication
* fix
2025-05-15 20:07:05 +02:00
Ruben Fiszel
c6d512d054
add alerts by workspace index
2025-05-15 19:19:53 +02:00
Ruben Fiszel
f23878feb8
nit sqlx
2025-05-15 18:24:11 +02:00
Ruben Fiszel
72501cbf2e
add dependency_map grants
2025-05-15 17:54:49 +02:00
Ruben Fiszel
62b6540a78
nit delete performance
2025-05-15 17:52:25 +02:00
wendrul
b12feaf50a
fix: Improve indexer performance by factoring required queries to the DB # ( #5749 )
...
* search modal UI improvements
* Add ee repo ref
* Prepare sqlx
* Remove unused variable
2025-05-15 17:38:57 +02:00
HugoCasa
ddd18d22a6
perf: cache http trigger routers and auth ( #5748 )
...
* perf: cache http trigger routers and auth
* fix build
* fix
* fix build
* fix build
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-05-15 17:38:45 +02:00
Ruben Fiszel
f135f8e420
update sqlx
2025-05-15 16:07:21 +02:00
Ruben Fiszel
0efba945ba
fix: improve perf of job deletion
2025-05-15 15:44:55 +02:00
dieriba
e05e1834cc
nit queue metrics drawer ( #5745 )
2025-05-15 11:03:16 +02:00
Ruben Fiszel
98e25da177
chore(main): release 1.491.1 ( #5744 )
...
* chore(main): release 1.491.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-05-15 09:43:14 +02:00
Ruben Fiszel
e87d4f3c1a
fix: avoid deadlocks in sending completed job to result processors ( #5742 )
...
* buffer
* unbounded and bounded
* fix
* buffer
* impl clone
* flume it all
* update
* update
* update
2025-05-15 09:13:09 +02:00