HugoCasa and Ruben Fiszel
ae8f29a4cb
feat: http routing ( #4339 )
...
* feat: http routing
* all
* feat: improve UI
* final stuff
* fix: sqlx
* fix: nit
* fix: nits
* fix: error handler display
* fix: routes panel perms
* all
* fix: improve ability to paste from macos in vscode extension
* fix lock-write for deno
* all
* cleaning
* fix
* cli preprocessor
* nits
* nits
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2024-09-20 15:38:38 +02:00
wendrul
b0cb1e0b27
feat: ansible playbook support ( #4399 )
...
* Ansible execution and parsing
* Working collections and pip dependencies
* Remove unused vars
* File resources logic for ansible
* Make frontend for ansible and resource file
* Format file
* Change naming of file resource and inventory fields
* Add autocomplete for file extension resource creation
* Add endpoint to list file formats for resource types
* Add CLI functionality to pull/push file resources
* Add beta tag to ansible
* Add Full image dockerfiles containing ansible
* Prepare sqlx
* Update cargo.lock
* Update ansible path
* Remove unused imports
* Add back import removed by rust-analyzer
* Improve ansible init code
* Prepare sqlx
* Change dockerfile to make the full windmill image
* Remove old dockerfile
* Improve autocomplete file resource extension select
* Remove comment
* Validate file extension
* Add icons to text file resources
* Remove editability of file resource types
* Remove unused import
* Missing space
* Add yaml parser
2024-09-19 00:21:15 +02:00
Ruben Fiszel
91bd6f73d2
fix(cli): update CLI schema parsers to latest
2024-09-16 11:28:24 +02:00
wendrul and Ruben Fiszel
91d328b132
feat: add rust ( #4253 )
...
* Add rust on frontend
* Add parser for rust
* Handle rust job execution
* Main has to return a result that is serializable
* Update parser: parse many rust types
* Rust parser dependencies
* Frontend wasm parser
* Add windmill parser rust to windmill parser wasm (temporarily)
* Add rust as a tag on worker__default
* Change init code for rust
* Cleanup rust_executor.rs
* Remove tree-sitter dep and fix unused imports
* Add lockfile and build logic
* Add cargo and rustup to windmill image
* Fix env var to work on docker image and dev env
* modify package.json
* Deps after parser publish
* Add stashed migration
* Unify rust versions
* Add error message when php or cargo are not present to use another image
* Error message conditionally on feature flag
* all ci/cd changes
* all ci/cd changes
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2024-08-30 17:01:04 +02:00
858f63344f
split script argument and dependency parser packages to lighten initial load of the script editor ( #4287 )
...
* Add feature flags to split parsers into different pkgs
* Split wasm parser imports
* Use regex-lite, reorganize the parser split
* Update imports to the new wasm parser split
* Remove panic system on wasm and simplify snake case convert logic
* Adapt new imports
* Fix to_snake_case + fix tests
* Adapt wasm test dependencies
* Add publish script
* Fix publish script
* Publish script relative to script location
* pkg diff + publish
* Fix TS WASM import + add pakcage lock
* Fix lint
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2024-08-28 13:26:55 +02:00
HugoCasa
1897ef2f13
fix: mysql params starting with underscore ( #4201 )
2024-08-06 22:06:01 +02:00
HugoCasa
6b41a3473b
fix: mysql support for underscore in named param ( #4200 )
2024-08-06 21:59:29 +02:00
HugoCasa
2b9b4eedc3
feat: multi sql statement with pg fix ( #4134 )
...
* Revert "Revert "feat: multi statement sql (#4104 )" (#4133 )"
This reverts commit c578f05e2d .
* fix: sort pg args
2024-07-26 09:23:39 +02:00
Ruben Fiszel
c578f05e2d
Revert "feat: multi statement sql ( #4104 )" ( #4133 )
...
This reverts commit 5bc0e96171 .
2024-07-26 01:24:03 +02:00
HugoCasa
5bc0e96171
feat: multi statement sql ( #4104 )
...
* feat: multi statement pg
* fix: add other flavors
* feat: make pg params start at 1 and sequential
* fix: improve sql statement parsing
* add tests
* fix: allow no semi in last statement
* fix: merge conflict
* fix: minor improvement
* fix: parser version
2024-07-25 20:46:04 +02:00
Ruben Fiszel
a07070d084
fix: update parsers for CLI
2024-07-22 20:25:56 +02:00
Ruben Fiszel
7b724f1394
feat: dynamic select ( #4110 )
2024-07-22 13:53:32 +02:00
HugoCasa
6b8dbb6e28
chore: publish oneOf parser improvement ( #4091 )
...
* chore: publish oneOf parser improvement
* fix: indent
2024-07-17 11:16:26 +02:00
Dominik Polzer and HugoCasa
d63bed3826
Refactored nested match expressions for TS parser. ( #3955 )
...
* Refactored nested match expressions into inline pattern matching with early returns for improved readability and reduced nesting
* Updated fn naming, map_while instead of filter_map fix
---------
Co-authored-by: HugoCasa <hugo@casademont.ch >
2024-07-16 14:22:38 +02:00
HugoCasa
c986ccb261
fix: make gql params optional by default + use default value if undefined ( #4003 )
...
* fix: make gql params optional by default + use default value if undefined
* fix: tests
* fix: improve tests
2024-07-01 16:25:26 +02:00
HugoCasa
008db4c054
fix: non-ASCII support in parsers ( #3986 )
2024-06-26 19:36:11 +02:00
HugoCasa
6da5e15903
feat: add support for bytea in pg ( #3926 )
...
* feat: add support for bytea in pg
* fix: editor nits
2024-06-18 17:38:46 +02:00
HugoCasa
13c8d3f492
feat: oneOf inputs ( #3893 )
...
* feat: oneOf input for typescript
* feat: oneOf order and light form
* feat: oneOf UI builder
2024-06-17 21:35:46 +02:00
Danny Summerlin
5549e6c30c
adding msgraph-sdk to Python module aliases ( #3913 )
2024-06-17 14:01:52 +02:00
Ruben Fiszel
b99107e8c0
add lokalize exception to import map
2024-06-10 22:14:13 +02:00
HugoCasa
c9f4ae7dd8
fix: remove main decorator after split from end of file during py imports parsing ( #3887 )
...
* fix: remove main decorator after split from end of file during py imports parsing
* fix: nit
2024-06-07 22:08:22 +02:00
HugoCasa
ce5c52198a
feat: display last key renewal attempt ( #3839 )
...
* feat: display last key renewal attempt
* feat: improve UI + add renew button + dev instance
* fix: nits
* chore: update ee ref
* fix: nit
* fix: tests
2024-05-29 16:28:00 +02:00
Ruben Fiszel
47c722b20f
add opensearchpy to lib.rs mapping
2024-05-27 16:41:30 +02:00
HugoCasa
a79e09d65f
feat: improve parsers when no main func ( #3805 )
...
* feat: improve parsers when no main func
* chore: update parser version
2024-05-23 20:36:16 +02:00
Jeremy Worden
2f9b6aa2d2
Update lib.rs ( #3795 )
...
add ldap=>python-ldap remapping
2024-05-23 08:53:42 +02:00
HugoCasa
f7f7a6d85f
feat: add php ( #3725 )
...
* feat: add php
* fix: nsjail + frontend build
2024-05-15 08:12:11 +02:00
Ruben Fiszel
d7ef9a1062
add github=>pygithub remapping
2024-05-01 21:02:02 +02:00
HugoCasa
e8905b2734
feat: pg add json support ( #3620 )
2024-04-26 13:28:15 +02:00
HugoCasa
b1ae732df0
fix: support all pg types from db studio ( #3613 )
...
* fix: support all pg types from db studio
* chore: parser pkg frontend update
2024-04-25 17:32:06 +02:00
Ruben Fiszel
8830a33406
support spaces in requirements regex
2024-04-24 18:56:39 +02:00
erickv and Ruben Fiszel
de637a3dfa
import replacement: haystack >> haystack-ai ( #3587 )
...
* import replacement: haystack >> haystack-ai
* Update lib.rs
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2024-04-22 17:52:55 +02:00
Ruben Fiszel
6b98bb1f55
add pymysql
2024-04-17 22:31:07 +02:00
Ruben Fiszel
548949e39e
fix: remove requirement on full wasm parser for row insert of db studio
2024-04-11 01:12:47 +02:00
Ruben Fiszel
c08eb0abc8
fix: remove requirement on full wasm parser for row insert of db studio
2024-04-11 01:12:41 +02:00
Ruben Fiszel
7714221f3e
feat: large log disk and distributed storage compaction
2024-03-23 10:55:29 +01:00
Ruben Fiszel
7dafa3d62a
fix compile on non ee
2024-03-20 15:09:28 +01:00
wanglf and Ruben Fiszel
969940e7dd
add pytenable to resolution exception mapping
...
* Update lib.rs
PYTHON_IMPORTS_REPLACEMENT: tenable => pyTenable
* Update lib.rs
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2024-03-12 11:59:07 +01:00
HugoCasa
c03c73797b
fix: pg timstamptz param ( #3364 )
2024-03-06 12:50:01 +01:00
Ruben Fiszel
14154d2e79
feat: workflow as code for typescript
2024-03-05 23:14:04 +01:00
Ruben Fiszel
ff3aa8ab06
feat: workflow as code v0
2024-03-04 20:19:34 +01:00
HugoCasa
1ee45a1f7d
feat: allow to pin database in sql scripts ( #3304 )
2024-02-27 19:59:52 +01:00
HugoCasa
8782ab3503
chore: publish parser with pwsh datetime ( #3303 )
2024-02-27 16:37:42 +01:00
lfanew and HugoCasa
99335de925
PowerShell datetime & tests ( #3299 )
...
* Added pwsh datetime type supp and basic tests
* Added more comprehensive pwsh tests
* Removed unused vars in test string
Visual only change to make test code string
less confusing
---------
Co-authored-by: HugoCasa <hugo@casademont.ch >
2024-02-27 15:30:34 +01:00
Ruben Fiszel
3420faae45
fix: parse wmill.S3Object as S3Object
2024-02-24 19:36:19 +01:00
Ruben Fiszel
3f657861fa
fix(frontend): improve handling of optional enums
2024-02-21 12:25:10 +01:00
Ruben Fiszel
9af7684f06
fix(python): ignore stdlib imports with _
2024-02-21 00:10:52 +01:00
Ruben Fiszel
e2f7ee33f4
add zoneinfo to stdlib
2024-02-20 20:27:49 +01:00
Ruben Fiszel
2ee069a1b8
fix(python): handle recursive python imports with loop
2024-02-20 19:42:11 +01:00
Ruben Fiszel
52b2b5048d
fix: prevent postgres timeout abuse
2024-02-19 19:59:43 +01:00
Ruben Fiszel
df607c2a10
fix: bun default registry and performance improvements
2024-01-24 16:51:08 +01:00