Ruben Fiszel
4c8c90e7fb
nits
2025-01-08 23:01:54 +01:00
Ruben Fiszel
ec2ff527d0
chore(main): release 1.444.0 ( #5017 )
...
* chore(main): release 1.444.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2025-01-06 13:59:13 +01:00
HugoCasa
01c6f84520
feat: captures ( #4807 )
...
* feat: captures
* flow UI and improvements
* fix: build
* fix sqlx
* Move Capture WIP
* Add capture to webhook and websocket
* Move connection status viewer in the head
* change trigger section label
* Add popover capture picker using melt ui
* Add shortcut to triggers capture from input form
* remove capture tab in input
* Allways show capture
* remove useless logs
* Add email capture
* Add kafka capture into triggers
* Add edit option in capture table
* use light header for arg input
* Add prefilled group id
* Change button label
* fix logic
* Open resource drawer if prototype has fields
* fix default completion
* Change name Prototype
* Dissociate Editor Mode for triggers
* Fix bug for script
* Fix apply args
* fix apply schema
* Add capture table to script
* fix apply args
* Add capture button for script
* Delete capture tab
* Set capture on when opening triggers capture
* fix connection indicator
* fix minor issues
* Add preprocessor logic
* Use slot in log Panel for captures
* handle capture refresh in script
* Delete capture tab from script editor
* reset kafka resource on toggle static
* fix minor issue
* Allow resource in kafka capture
* use simple capture button in flow
* Remove capture panel
* Polish route trigger editor
* Fix resource saving
* Remove excessive padding
* merge nits
* add workflow_dispatch to build
* add workflow_dispatch to build
* better capture UI
* fix sqlx
* fix build
* fix build
* build
* make initial_messages optional in line with db
* fix npm check
* better handle args for capture webhook and http
* improve migration + http capture fixes
* fix sqlx
* update ee ref
---------
Co-authored-by: Guilhem <guilhemlemouel@gmail.com >
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-01-06 12:07:09 +01:00
Ruben Fiszel
bc87efd69e
chore(main): release 1.443.0 ( #5013 )
...
* chore(main): release 1.443.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2025-01-04 03:29:11 +01:00
Ruben Fiszel
eeb712c270
chore(main): release 1.442.0 ( #4991 )
...
* chore(main): release 1.442.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2025-01-03 18:13:32 +01:00
Ruben Fiszel
6bcdde927c
chore(main): release 1.441.2 ( #4987 )
...
* chore(main): release 1.441.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-27 16:37:20 +01:00
Ruben Fiszel
d440a71e2f
chore(main): release 1.441.1 ( #4966 )
...
* chore(main): release 1.441.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-24 11:40:49 +09:00
Ruben Fiszel
82031a920d
chore(main): release 1.441.0 ( #4962 )
...
* chore(main): release 1.441.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-20 22:20:54 +01:00
Ruben Fiszel
cfd93a3ead
chore(main): release 1.440.3 ( #4955 )
...
* chore(main): release 1.440.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-19 01:47:19 +01:00
Ruben Fiszel
0770613fa4
chore(main): release 1.440.2 ( #4953 )
...
* chore(main): release 1.440.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-18 19:00:18 +01:00
Ruben Fiszel
fb72e89d49
chore(main): release 1.440.1 ( #4948 )
...
* chore(main): release 1.440.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-18 12:29:23 +01:00
Ruben Fiszel
d8d47d910d
chore(main): release 1.440.0 ( #4931 )
...
* chore(main): release 1.440.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-18 11:40:33 +01:00
Ruben Fiszel
e4bffe4741
chore(main): release 1.439.0 ( #4925 )
...
* chore(main): release 1.439.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-16 10:53:56 +01:00
Ruben Fiszel
30256ae6ec
chore(main): release 1.438.0 ( #4899 )
...
* chore(main): release 1.438.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-13 17:58:50 +01:00
wendrul
c85d2a4957
feat: add C# support ( #4908 )
...
* Add csharp stuff and merge after the rewrite
* Add csharp, boilerplate + minimal execution
* Add initial parser
* Frontend + wasm export of the tree sitter parser
* Arg spread and use cache
* More types and req parsing
* Add logo
* Parse async and void to fit the wrapper to the main sig
* Csharp editor resource and var buttons
* Lockfile generation
* Add default parsing using serde_json::from_str
* Update init code for c#
* Nsjail for c#
* Remove c_variadic feature
* Remove unused imports
* Add c_variadic only for wasm32 assembly
* Fix c# test
* Add dotnet to the images
* Update dockerfiles
* Update dockerfile again
* Touch Dockerfile
* npm install c# parser
* Add opt mount in nsjail
* Update ee repo ref
* Add csharp to backend image for tests
* Add setting to set nuget package
* Windows compatibility
* Disable csharp test
* ADd feature flag
2024-12-13 00:29:01 +01:00
Ruben Fiszel
cbdb6ab8e2
chore(main): release 1.437.1 ( #4891 )
...
* chore(main): release 1.437.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-10 19:45:16 +01:00
Ruben Fiszel
7ab42de977
chore(main): release 1.437.0 ( #4877 )
...
* chore(main): release 1.437.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-10 17:47:48 +01:00
HugoCasa
7014389d67
fix(parsers): more robust pwsh param parsing ( #4884 )
2024-12-09 20:55:43 +01:00
Ruben Fiszel
5366c8a882
chore(main): release 1.436.0 ( #4858 )
...
* chore(main): release 1.436.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-09 19:11:21 +01:00
Ruben Fiszel
555851706a
chore update vite to 5.4.11 + adapters
2024-12-05 17:17:11 +01:00
Ruben Fiszel
efd9fbe1ca
update svelte-kit to 2.9.0
2024-12-05 17:03:49 +01:00
Ruben Fiszel
205c1a69f2
Revert "chore(deps-dev): bump @sveltejs/kit from 2.5.0 to 2.9.0 in /frontend …" ( #4854 )
...
This reverts commit cf7278e245 .
2024-12-05 16:42:04 +01:00
dependabot[bot]
cf7278e245
chore(deps-dev): bump @sveltejs/kit from 2.5.0 to 2.9.0 in /frontend ( #4832 )
...
Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit ) from 2.5.0 to 2.9.0.
- [Release notes](https://github.com/sveltejs/kit/releases )
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md )
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.9.0/packages/kit )
---
updated-dependencies:
- dependency-name: "@sveltejs/kit"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-12-05 16:40:35 +01:00
Ruben Fiszel
185848ceb1
chore(main): release 1.435.2 ( #4853 )
...
* chore(main): release 1.435.2
* Apply automatic changes
* Update WindmillClient.psd1
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-05 16:28:00 +01:00
Ruben Fiszel
7284f72427
chore(main): release 1.435.1 ( #4846 )
...
* chore(main): release 1.435.1
* Apply automatic changes
* Update WindmillClient.psd1
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-05 13:37:44 +01:00
Ruben Fiszel
a7bdeb5fca
chore(main): release 1.435.0 ( #4840 )
...
* chore(main): release 1.435.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-05 12:36:05 +01:00
Ruben Fiszel
4efa9c2b0a
chore(main): release 1.434.2 ( #4836 )
...
* chore(main): release 1.434.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-04 14:11:44 +01:00
Ruben Fiszel
73a783d1b9
preprocess script for pkg export
2024-11-30 10:45:35 +01:00
Ruben Fiszel
131056a9b3
chore(main): release 1.434.1 ( #4825 )
...
* chore(main): release 1.434.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-29 22:07:25 +01:00
Ruben Fiszel
392023dabf
chore(main): release 1.434.0 ( #4823 )
...
* chore(main): release 1.434.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-29 19:31:35 +01:00
Ruben Fiszel
f6eeef0dc6
chore(main): release 1.433.0 ( #4819 )
...
* chore(main): release 1.433.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-29 10:21:39 +01:00
Ruben Fiszel
f7908682d3
chore(main): release 1.432.0 ( #4818 )
...
* chore(main): release 1.432.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-29 09:12:46 +01:00
Ruben Fiszel
05416054bb
nit exportable whitelabel
2024-11-28 19:56:19 +01:00
Ruben Fiszel
12dbbab401
chore(main): release 1.431.1 ( #4816 )
...
* chore(main): release 1.431.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-28 17:36:52 +01:00
Ruben Fiszel
8a814d4699
chore(main): release 1.431.0 ( #4788 )
...
* chore(main): release 1.431.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-28 17:22:24 +01:00
Ruben Fiszel
8f56456701
fix: global timeout not set correctly on load
2024-11-28 16:02:52 +01:00
Ruben Fiszel
1baf9d008b
chore(main): release 1.430.2 ( #4782 )
...
* chore(main): release 1.430.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-25 09:42:04 +01:00
Ruben Fiszel
e4f1ac1f7c
chore(main): release 1.430.1 ( #4780 )
...
* chore(main): release 1.430.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-23 08:52:59 +01:00
Ruben Fiszel
c194e124da
chore(main): release 1.430.0 ( #4764 )
...
* chore(main): release 1.430.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-22 16:41:12 +01:00
HugoCasa
b49ba59da7
fix: infer python list inner type from default if unknown inner ( #4771 )
2024-11-21 14:44:19 +01:00
Ruben Fiszel
3f74eeb684
chore(main): release 1.429.0 ( #4761 )
...
* chore(main): release 1.429.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-20 20:46:56 +01:00
Guilhem
37318861ac
feat: app editor ctrl nav ( #4757 )
...
* Add panzoom
* Add panzoom
* scroll top when reseting view
* fix drop in component
* Enable panzoom in connection mode
* nit view fix
* clean
* clean
* prevent component to change when using zoom menu
* Add button to enter panzoom
* Polish grid outline
* darker outline on darkmode
* change hand icon when holding cmd
* remove unused code
* reset isModifierKeyPressed on tab change
* fix resizing component issue
2024-11-20 19:44:14 +01:00
Ruben Fiszel
83ac5f032e
chore(main): release 1.428.1 ( #4759 )
...
* chore(main): release 1.428.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-20 10:12:08 +01:00
Ruben Fiszel
b4be86c706
chore(main): release 1.428.0 ( #4749 )
...
* chore(main): release 1.428.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-19 20:19:21 +01:00
HugoCasa
35bad085a2
use unpkg cdn for pdfjs worker ( #4755 )
2024-11-19 19:45:58 +01:00
dependabot[bot]
673189cdf4
chore(deps): bump chart.js from 4.4.0 to 4.4.6 in /frontend ( #4735 )
...
Bumps [chart.js](https://github.com/chartjs/Chart.js ) from 4.4.0 to 4.4.6.
- [Release notes](https://github.com/chartjs/Chart.js/releases )
- [Commits](https://github.com/chartjs/Chart.js/compare/v4.4.0...v4.4.6 )
---
updated-dependencies:
- dependency-name: chart.js
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-19 13:49:44 +01:00
dependabot[bot]
3eb7545bf3
chore(deps-dev): bump postcss from 8.4.41 to 8.4.49 in /frontend ( #4736 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.41 to 8.4.49.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.41...8.4.49 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-19 13:49:30 +01:00
Ruben Fiszel
8e8608869c
chore(main): release 1.427.0 ( #4747 )
...
* chore(main): release 1.427.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-19 11:32:00 +01:00
Ruben Fiszel
5e975260df
chore(main): release 1.426.1 ( #4741 )
...
* chore(main): release 1.426.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-19 00:30:25 +01:00
Ruben Fiszel
46fae2a6c2
chore(main): release 1.426.0 ( #4732 )
...
* chore(main): release 1.426.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-18 17:14:55 +01:00