HugoCasa
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
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
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
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
HugoCasa
f7f7a6d85f
feat: add php ( #3725 )
...
* feat: add php
* fix: nsjail + frontend build
2024-05-15 08:12:11 +02:00