dieriba
61a5ceaba3
feat: option to prefix http route with workspace id ( #5461 )
...
* add new column
* handled worskpaced route
* update .sqlx
* update: rename migration file, rewrite query for checking existing route path key, add copy button url for each route trigger
* update .sqlx
* update sql query
* update .sqlx
* fix: prevent precedence on query
* nits
* update .sqlx
* update query
* Update http_triggers.rs
* nits
---------
Co-authored-by: HugoCasa <hugo@casademont.ch >
2025-03-11 15:24:22 +00:00
Ruben Fiszel
5fd58e5da6
chore(main): release 1.475.1 ( #5465 )
...
* chore(main): release 1.475.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-03-11 11:03:06 +01:00
dieriba
6d64bd9ad1
use-exists-function-for-folder-and-improve-error-handling ( #5464 )
...
* update: removing try and catch for checkExistalready fn and use exist function folder instead of get folder for folder kind
* update .sqlx
2025-03-10 12:38:11 +01:00
Ruben Fiszel
2ea589a1e4
chore(main): release 1.475.0 ( #5426 )
...
* chore(main): release 1.475.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-03-06 18:24:36 +01:00
dieriba
b210ae36f7
feat: deploy triggers to prod/staging workspace ( #5429 )
...
* add deploy to staging prod option to trigger
* remove unused import
* handle schedule trigger, fix update fn
* Update frontend/src/lib/utils_deployable.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Update backend/windmill-common/src/workspaces.rs
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Update frontend/src/lib/components/DeployWorkspace.svelte
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* update kind name and handle script kind flow for websocket
* nits: english wording
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-03-06 17:02:11 +01:00
Alexander Petric
8dbe0fa644
feat(frontend): pick image from workspace storage bucket ( #5382 )
...
* feat(frontend): pick image from workspace storage bucket
* also upload
* update policy for unauthed s3 download
* sqlx prep
* sqlx prep
* force policy
* no need for ee
* image picker
* Update frontend/src/lib/components/apps/editor/settingsPanel/InputsSpecEditor.svelte
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* field not needed
* feature flag
* filter for image files
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-03-06 11:53:53 +01:00
dieriba
5c39037aea
feat: MQTT triggers ( #5277 )
...
* first commit
* update migration mqtt
* chore: update dependencies
* add cli support and update schema for mqtt
* update: casing style
* update: rename get_resource function and moving to resource.rs
* feat:
* feat: refactored
* feat: add ready endpoints for workers to enterprise
* feat: handle connection to server
* fix: main.rs
* feat: added support v5
* feat: 🚧 updated .github, handle more case for v5 and handle v3
* feat: handled client, update script helper
* update .sqlx
* refactor: added generic implement and trait to remove redundant code, misses client impleme
* feat: remove optinal property update test function
* feat: done
* handle client certificate
* minor fix
* fix: tls and mtls
* fix: min topic len in frontend
* Update frontend/src/lib/components/triggers/mqtt/MqttEditorConfigSection.svelte
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Update backend/windmill-api/openapi.yaml
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Update backend/windmill-api/src/mqtt_triggers.rs
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* update openapi, and script_helper.ts
* fix: toggle button and update mqtt migration
* nits: remove postgres type and only relies on serde
* fix: timeout connection
* fix typo and captures
* fix: capture table reactivity
* handle more mqtt v5 option
* nits: remove clone method
* update: better naming
* nits: display tooltip qos
* fix: hanle tls connection with natively
* update: add documentation links for qos and topics
* fix tooltip and add default value
* update: shoz preprocessor only if selected in capture table
* nits: show mqtt icon in resource related componenets
* update hub link and repo ref
* fix: unused var
* update ee ref
* fix: give good reference id for script hub
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Co-authored-by: Clement Zhang <clement.zhang2@gmail.com >
2025-03-04 23:52:47 +01:00
Ruben Fiszel
a87288aeb2
chore(main): release 1.474.0 ( #5423 )
...
* chore(main): release 1.474.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-03-04 20:31:55 +01:00
Ruben Fiszel
f6a9fc2b87
chore(main): release 1.473.1 ( #5416 )
...
* chore(main): release 1.473.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-03-04 00:49:11 +01:00
Ruben Fiszel
56b417c669
chore(main): release 1.473.0 ( #5399 )
...
* chore(main): release 1.473.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-03-03 15:18:06 +01:00
HugoCasa
46c784574a
feat: app s3 input anonymous delete ( #5401 )
...
* feat: app s3 input anonymous delete
* tmp ee ref
* fix build
2025-02-27 16:28:56 +01:00
HugoCasa
7bf9e25ede
feat: track workspace runnables used in flows ( #5369 )
...
* feat: track workspace runnables used in flows
* track script hash
* weird
* do it with lock
* Revert "feat: add support for | None and Optional in python (#5361 )"
This reverts commit 9736355d5f .
* Revert "Revert "feat: add support for | None and Optional in python (#5361 )""
This reverts commit bb8f709894 .
* update openapi
* delete old in lock_modules + don't track hub scripts
2025-02-27 10:01:12 +01:00
Ruben Fiszel
07f91af535
chore(main): release 1.472.1 ( #5397 )
...
* chore(main): release 1.472.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-26 21:45:51 +01:00
Ruben Fiszel
63af3ce0b1
chore(main): release 1.472.0 ( #5393 )
2025-02-26 19:29:22 +01:00
Ruben Fiszel
318b654106
chore(main): release 1.471.1 ( #5389 )
...
* chore(main): release 1.471.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-26 13:07:47 +01:00
Ruben Fiszel
e2cd8dbdf0
chore(main): release 1.471.0 ( #5385 )
...
* chore(main): release 1.471.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-26 11:06:07 +01:00
Ruben Fiszel
33b0e71523
chore(main): release 1.470.1 ( #5383 )
...
* chore(main): release 1.470.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-26 05:35:17 +01:00
Ruben Fiszel
b26ebb3a79
chore(main): release 1.470.0 ( #5381 )
...
* chore(main): release 1.470.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-26 05:13:15 +01:00
Ruben Fiszel
47c8b334ef
chore(main): release 1.469.0 ( #5377 )
...
* chore(main): release 1.469.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-25 21:51:55 +01:00
Ruben Fiszel
03f6db0cb8
chore(main): release 1.468.0 ( #5356 )
...
* chore(main): release 1.468.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-24 23:14:49 +01:00
HugoCasa
b3e00b7fdc
feat: add audit logs scope filter in admins workspace ( #5352 )
...
* feat: add audit logs scope filter in admins workspace
* fix build
* disallow creating a workspace named global
* Update ee-repo-ref.txt
2025-02-24 15:25:28 +01:00
Ruben Fiszel
b8e6d0da79
feat: make flow lock deployment error visible in UI
2025-02-22 15:02:16 +01:00
Ruben Fiszel
2e4ec7842a
chore(main): release 1.467.1 ( #5355 )
...
* chore(main): release 1.467.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-22 02:12:27 +01:00
Ruben Fiszel
8adedc4964
chore(main): release 1.467.0 ( #5344 )
...
* chore(main): release 1.467.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-21 21:29:50 +01:00
Ruben Fiszel
215dde2813
chore(main): release 1.466.3 ( #5341 )
...
* chore(main): release 1.466.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-20 14:34:20 +01:00
Ruben Fiszel
05150a0118
chore(main): release 1.466.2 ( #5335 )
...
* chore(main): release 1.466.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-20 03:13:13 +01:00
Ruben Fiszel
3e03f86e7d
chore(main): release 1.466.1 ( #5334 )
...
* chore(main): release 1.466.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-20 03:02:39 +01:00
Ruben Fiszel
00d2d08e75
chore(main): release 1.466.0 ( #5326 )
...
* chore(main): release 1.466.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-19 22:25:32 +01:00
HugoCasa
35d5293fba
feat: add support for gemini ( #5235 )
...
* feat: add support for gemini
* nit
* fix
2025-02-19 15:03:35 +01:00
Ruben Fiszel
e19fc6723e
chore(main): release 1.465.0 ( #5324 )
...
* chore(main): release 1.465.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-18 23:54:38 +01:00
dieriba
58a67a3ac0
feat: SQS triggers ( #5182 )
...
* feat: first commit
* fix: npm check
* fix: openapi file
* feat: update openapi and migration
* feat: basic implementation done
* fix: fix: no used function when no feature
* feat: capture done
* Update capture.rs
* nits: change sqs trigger
* fix: make migration great again
* feat: add message attributes
* feat: nits: fix error messages, remove console.log and add try catch
* update sqs icon and ee feature for sqs_trigger
* update: change sqs name casing and added test connection button
* nits: update Icon and add create from template button
* fix: ci build and error compilation
* update migration type sqs
* update link on create from template button for sqs, add archive in workspace export and update sqlx
* fix: ci
* Update SqsTriggerEditorInner.svelte
* add link to docs, use generic function for resource and fix import error
* chore: update .github ci
* nits: remove empty
* update to match ee repo changement
* Update backend/windmill-api/src/resources.rs
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* add sqs handling for the cli and refacoring sqsEditorInner
* Update cli/sync.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* fix: add break to switch statement for sqs case
* fix: display aws_resource_path when retrieve or create a new trigger
* rework sqs ui, fix postgres optional port
* fix: ci
* update ui for trigger
* update repo ref and specific
* feat: add ready endpoints for workers to enterprise
* update ref
* Update frontend/src/lib/script_helpers.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
---------
Co-authored-by: HugoCasa <hugo@casademont.ch >
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-02-18 23:49:45 +01:00
Ruben Fiszel
8559c4e23e
chore(main): release 1.464.0 ( #5322 )
...
* chore(main): release 1.464.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-18 21:57:34 +01:00
Ruben Fiszel
07237a0eb1
chore(main): release 1.463.6 ( #5320 )
...
* chore(main): release 1.463.6
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-18 14:43:46 +01:00
Ruben Fiszel
112361adba
chore(main): release 1.463.5 ( #5318 )
...
* chore(main): release 1.463.4
* update
* Update CHANGELOG.md
2025-02-18 10:32:38 +01:00
Ruben Fiszel
3d7882577f
chore(main): release 1.463.4 ( #5309 )
...
* chore(main): release 1.463.4
* Update CHANGELOG.md
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-18 00:55:01 +01:00
Ruben Fiszel
fe337293da
chore(main): release 1.463.3 ( #5308 )
...
* chore(main): release 1.463.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-17 15:41:06 +01:00
Ruben Fiszel
449cbcf0c3
chore(main): release 1.463.2 ( #5305 )
...
* chore(main): release 1.463.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-16 02:07:01 +01:00
Ruben Fiszel
cad14c25f6
chore(main): release 1.463.1 ( #5303 )
...
* chore(main): release 1.463.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-15 20:44:26 +01:00
Ruben Fiszel
f1d9922688
chore(main): release 1.463.0 ( #5293 )
...
* chore(main): release 1.463.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-14 23:07:39 +01:00
Ruben Fiszel
7ec4f68dbb
chore(main): release 1.462.3 ( #5290 )
...
* chore(main): release 1.462.2
* bump
2025-02-14 11:50:12 +01:00
Ruben Fiszel
9c5756507b
chore(main): release 1.462.2 ( #5286 )
...
* chore(main): release 1.462.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-14 04:38:09 +01:00
Ruben Fiszel
6f05b7785f
chore(main): release 1.462.1 ( #5285 )
...
* chore(main): release 1.462.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-14 03:14:52 +01:00
Ruben Fiszel
0b4cfd8ffa
chore(main): release 1.462.0 ( #5281 )
...
* chore(main): release 1.462.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-14 00:28:22 +01:00
Alexander Petric
149d5fb3e1
feat: teams workspace scripts ( #5238 )
...
* backend and clients
* adding teams_team_name to workspace_settings
* openapi.yaml adding teams workspace settings endpoints
* teams workspace settings frontend
* workspaces router
* build ce
* ee gate
* ee oauth
* update client
* workspace error handler
* remove log
* ce
* point to new hub scripts
* updating hubPaths
* updating hubPaths
* cleanup
* merge
* schedule teams error
* polish, reactivity
* sqlx compilewarning
* sqlx migrate
* make it build
* router
* fix
* remove sqlx workaround
* Update ee-repo-ref.txt
* simplify some logic
* sqlx
* latest ee ref
* latest ee ref
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-02-13 16:53:57 +01:00
Ruben Fiszel
768c11310f
chore(main): release 1.461.1 ( #5278 )
...
* chore(main): release 1.461.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-13 01:54:48 +01:00
Ruben Fiszel
97c64b3dc2
chore(main): release 1.461.0 ( #5276 )
...
* chore(main): release 1.461.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-13 01:41:05 +01:00
Ruben Fiszel
55cff6d2d2
chore(main): release 1.460.1 ( #5274 )
...
* chore(main): release 1.460.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-12 12:16:14 +01:00
Ruben Fiszel
3a490728a8
chore(main): release 1.460.0 ( #5272 )
...
* chore(main): release 1.460.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-11 20:47:56 +01:00
dieriba
57cfa4045b
feat: add postgres trigger captures ( #5165 )
...
* feat: 🚧 add postgres trigger config in back
* feat: add capture section for postgres
* feat: update postgres trigger panel, update capture migration
* fix: ci and casing style
* feat: capture done
* fix: update sqlx
* fix: remove unused
* feat: handle persisting data
* fix: add feature flag
* feat: capture done
* fix: feature flag
* feat: capture done
* nits: add plus into postgres capture label
* feat: trigger done
* Update PostgresTriggerEditorInner.svelte
* Update script_helpers.ts
* nit
* chore: update to meet pr comment requirement
* refactor:
* fix:
* fix: miss closing curly braces
* fix:
* fix: ci
* Update mod.rs
* polishing postgres trigger
* update minor changes on UI
* nits: remove log and update function parameters
* fix: remove wrong name
* nits: change icon
* fix: nit migration
* nits: refacto and remove alert
* nits: change variable name
* update workspaces_export
* fix: ci
---------
Co-authored-by: HugoCasa <hugo@casademont.ch >
Co-authored-by: Guilhem <guilhemlemouel@gmail.com >
2025-02-11 18:16:12 +01:00
Ruben Fiszel
d368bf5b07
chore(main): release 1.458.4 ( #5254 )
...
* chore(main): release 1.458.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-10 11:43:02 +01:00