HugoCasa
47e526ad04
feat: autocomplete v2 + AI chat ( #5323 )
...
* feat: autocomplete v2
* wip chat
* wip
* feat: chat ai review and apply
* feat: multiple providers
* update cli gen
* fixes
* improvements
* fix build
* fix issues
* fix build
* final nits
* nits
* nits
2025-03-25 19:53:48 +01:00
pyranota
f55cb420dd
feat: add nu-lang support ( #5217 )
...
* feat: add nu (nushell) support
* add worker tests
* deactivate tables and non-any types below top-level
full support will come in V1
for V0 it's better to keep things minimal and simple
* add syntax highlighting
used python's grammar, since nushell isn't supported by monaco nor svelte-highlights
for V1 nu will get it`s own grammar
* add logo
* partially implement plugin support
* change logo + ability to deploy + nsjail draft
* static variables + get_resource + get_variable
* lsp/dev.nu + initial nu lsp (not working yet)
* make it work with nsjail
* nullguard
* Much more flexible signature parsing and better error-messages
* add init script
* rename nulsp to nu
* install nu to dockerfile
* fix merge
* implement Default for MainArgSignature
* stage NU_CACHE_DIR
* improve dockerfiles
* dev.nu for parser-wasm + flake.nix
* update code for windows
* add nushell to flake
* upload Cargo.lock
* make build.sh work on nixos
* build wasm cli parsers
* add docs to README_DEV.md
* add helper script docker/dev.nu
* improve docker/dev.nu
* fix windows
* commit frontend/package(lock).json
* update cargo.lock
* correctly update cargo.lock
* remove lsp
* update flake.nix to include svelte server and nushell
* Revert base.sql to main
* remove PLUGIN_USE_RE
* make CARGO_PATH private
* add nu to cli
* Change flags to build wasm-nu-parser
* remove flake.nix from parser-wasm
* update wasm-build target
* remove unused import
* add cli support for nu
* update github workflows
* wasm-build 0.17 -> 0.19
* update build script
* update cargo.lock
* Fix typographical error
* update Cargo.lock
* update ENV_SETTINGS
* use published nu parser
* update package.lock
* rewrite parser in tree-sitter
* implement parser from scratch
* polishing
* change init script to match new parser
* fix imports
* fix cli build
* fix cli build
* merge
* update wasm
* use MiniPulledJob
* update cli
* change cli wasm schema
* change cli
* update deno.json
* make wasm modules load lazily
* regenerate parsers
* remove leftover
* update cargo.lock
* clean up dnt.ts
* add docs to cli/test.nu
* add schema validation option
* add Nu to try_validate_schema
* reference frontend to new parser version
2025-03-20 16:45:21 +01:00
Ruben Fiszel and rubenfiszel
e5978c8003
chore(main): release 1.478.1 ( #5492 )
...
* chore(main): release 1.478.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-03-20 12:01:55 +01:00
Ruben Fiszel and rubenfiszel
4f998d5543
chore(main): release 1.478.0 ( #5478 )
...
* chore(main): release 1.478.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-03-20 10:11:14 +01:00
Ruben Fiszel and rubenfiszel
5c7c46c84b
chore(main): release 1.477.1 ( #5475 )
...
* chore(main): release 1.477.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-03-13 10:44:33 +01:00
Ruben Fiszel and rubenfiszel
c5d67dc71d
chore(main): release 1.477.0 ( #5471 )
...
* chore(main): release 1.477.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-03-13 08:00:31 +01:00
Ruben Fiszel
8514cf54ad
cli nits
2025-03-12 07:24:31 +01:00
Ruben Fiszel and rubenfiszel
2c1d05858b
chore(main): release 1.476.0 ( #5469 )
...
* chore(main): release 1.476.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-03-11 22:04:18 +01:00
Ruben Fiszel
09b859e1ae
fix: codebases compatible with git sync ( #5470 )
2025-03-11 19:38:55 +01:00
Ruben Fiszel and rubenfiszel
879c090653
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
Ruben Fiszel and rubenfiszel
1235448176
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
Ruben Fiszel
b363019335
fix(cli): fix wmill user create-token with email and password
2025-03-05 09:42:07 +01:00
Ruben Fiszel
8efcad92e2
nit improvements for CLI
2025-03-05 09:17:10 +01:00
0955af1aea
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 and rubenfiszel
02d3f37211
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 and rubenfiszel
ca1b0cca43
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 and rubenfiszel
0ffa18c410
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
Ruben Fiszel and rubenfiszel
b1ae6dabd5
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
1b37d40ac8
chore(main): release 1.472.0 ( #5393 )
2025-02-26 19:29:22 +01:00
Ruben Fiszel and rubenfiszel
edd078ccb7
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 and rubenfiszel
2f8a02143e
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 and rubenfiszel
378ee87e85
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 and rubenfiszel
82152dde3e
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 and rubenfiszel
fc66427212
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 and rubenfiszel
5179266259
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
Ruben Fiszel
fc074273b3
unify variable add
2025-02-24 15:16:50 +01:00
Ruben Fiszel
0b7b77af5a
fix: handle better forced value propagation in apps
2025-02-24 15:16:33 +01:00
Ruben Fiszel and rubenfiszel
879207720c
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 and rubenfiszel
ce872fe829
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 and rubenfiszel
bd9ed6b74b
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 and rubenfiszel
9434329c9d
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 and rubenfiszel
fe2a087962
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
7d7ab9c4ef
fix(cli): improve flow cli dependency error clarity
2025-02-20 02:48:17 +01:00
Ruben Fiszel
97f2f8733c
fix(cli): improve cli dependency error clarity
2025-02-20 01:51:47 +01:00
Ruben Fiszel and rubenfiszel
4d03e7026f
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
Ruben Fiszel and rubenfiszel
1ed474cedd
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
c1351f8155
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 and rubenfiszel
ed0f51c22c
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 and rubenfiszel
57bfb183b6
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
eb476ba281
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 and rubenfiszel
2af6128d6e
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 and rubenfiszel
15fa7fe7fa
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 and rubenfiszel
88c03c77bb
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 and rubenfiszel
6bacf87ef0
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 and rubenfiszel
49ade140db
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
HugoCasa
88ae1dc990
feat: parse script for preprocessor/no_main_func on deploy ( #5292 )
...
* feat: parse script for preprocessor/no_main_func on deploy
* fix substitute for linux
2025-02-14 15:42:18 +01:00
Ruben Fiszel
ea0e125dd7
chore(main): release 1.462.3 ( #5290 )
...
* chore(main): release 1.462.2
* bump
2025-02-14 11:50:12 +01:00
Ruben Fiszel and rubenfiszel
147b6e9d9d
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 and rubenfiszel
163374e487
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 and rubenfiszel
d0d8650f5a
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