Alexander Petric
cc3fabbb0e
remove unused reactive statement ( #5044 )
...
* fix workspace color picker issue
* removing useless reactive statement
2025-01-10 16:50:00 +01:00
Alexander Petric
6d934ddb43
fix workspace color picker issue ( #5043 )
2025-01-10 16:36:14 +01:00
Alexander Petric
0c391372cc
feat(frontend): allow workspace admin to set workspace color ( #5032 )
...
* feat(frontend): allow workspace admin to set workspace color
* sqlx prep
* sqlx prep
* make border wider, add removed comment
2025-01-09 06:42:36 +01:00
Alexander Petric
53c62f2dbc
fix: support html in github markdown plugin ( #5031 )
...
* support html in github markdown plugin
* also support github alerts in markdown
2025-01-09 06:40:54 +01:00
Ruben Fiszel
4c8c90e7fb
nits
2025-01-08 23:01:54 +01:00
Alexander Petric
02b96ba00f
doc link job labels ( #5028 )
2025-01-08 18:50:08 +01:00
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
HugoCasa
0c19171f57
feat: allow s3 file download/preview from inside apps ( #5004 )
...
* feat: allow s3 file download/preview from inside apps
* improve security + handle image preview
* fix build
* fix build
2025-01-04 01:47:57 +01:00
Alexander Petric
c999788c71
snowflake resource picker to show both snowflake + snowflake_oauth ( #5005 )
2025-01-03 16:28:09 +01:00
HugoCasa
bbf7fd695b
feat: update git sync scripts with url redacted ( #5008 )
2025-01-03 16:26:48 +01:00
Alexander Petric
736e241e71
adding otel example + small typos in instance settings ( #5009 )
2025-01-03 16:26:13 +01:00
Ruben Fiszel
9bdf0e680f
nits script lang
2024-12-25 14:02:03 +01:00
Ruben Fiszel
03694dcf92
nits script lang
2024-12-25 13:58:11 +01:00
Ruben Fiszel
c1d11ce044
improve app editor behavior when hiding right panel
2024-12-21 00:53:55 +01:00
HugoCasa
ce9cb510f9
fix frontend checks for script and flow preview jobs ( #4961 )
2024-12-21 05:13:27 +09:00
Ruben Fiszel
d45cdf8a04
improve oneOf handling
2024-12-19 14:37:04 +01:00
Ruben Fiszel
1b008409e2
flow editor improvements
2024-12-18 00:21:25 +01:00
Ruben Fiszel
33bacb2ee8
improve date setValue
2024-12-17 22:17:58 +01:00
wendrul
d8806555f1
fix: add workspace selector and fix css for create webhook page ( #4939 )
...
* fix: add workspace selector and fix css for create webhook page
* Improve the tooltip message about token generation
2024-12-17 15:41:16 +01:00
michael and Ruben Fiszel
d39193063f
Update displayDate to use local time format preferences ( #4826 )
...
* update date display time to use local browser locale
* incorporate displaySecond and displayDate
* rewrite
* a
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-12-16 11:18:52 +01:00
Alexander Petric
0e11c43014
small ui fix for result display in psql + adding --return_last_result to psql script helper ( #4919 )
2024-12-13 17:55:19 +01:00
Ruben Fiszel
a7ef9e9f52
fix flow module adder
2024-12-13 16:56:45 +01:00
wendrul
393b838ec9
Target dotnet 9.0 for C# ( #4920 )
2024-12-13 15:41:39 +01:00
Ruben Fiszel
1b0d4dd46b
nit
2024-12-13 12:11:16 +01:00
4fb366d11f
Harmonization sentence cases ( #4888 )
...
Co-authored-by: HugoCasa <hugo@casademont.ch >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-12-13 11:31:46 +01:00
wendrul
afac8a73f0
fix: c#: nsjail image, default langs and feature cage imports ( #4917 )
...
* fix: nsjail image, default langs and feature cage csharp imports
* Fix unused imports with csharp flag
2024-12-13 09:36:17 +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
HugoCasa
952cbd182d
fix: app custom url diff ( #4914 )
...
* fix: app custom url diff
* update ee ref
2024-12-12 18:37:34 +01:00
HugoCasa
762ac30b59
fix(frontend): schedule operator perms + add instance settings in operator menu ( #4912 )
...
* fix(frontend): schedule operator perms + add instance settings in operator menu
* fix npm timeout
* forgot
2024-12-12 18:11:44 +01:00
Alexander Petric
aed793e548
updating hub script: adding error logging to git sync ( #4913 )
2024-12-12 18:11:05 +01:00
Ruben Fiszel
0dab23f6bf
improve subobjects handling in schemaForm
2024-12-12 02:19:20 +01:00
HugoCasa
4ce4fba18f
fix(frontend): form and content update when script is emptied ( #4887 )
...
* fix(frontend): form and content update when script is emptied
* fix no schema on init
2024-12-12 00:31:45 +01:00
Ruben Fiszel
ee5c95002e
frontend check fix
2024-12-11 22:44:09 +01:00
HugoCasa
9d180ba61c
add xero oauth ( #4867 )
...
* add xero oauth
* revert
* Revert "revert"
This reverts commit 46a9ed3456 .
* remove xero
* add back xero
2024-12-10 00:43:39 +01:00
Ruben Fiszel
7fbf3cb7f5
improve nested field editor
2024-12-10 00:35:14 +01:00
wendrul
4dfbc32109
Don't truncate hostnames when graph is not showing ( #4862 )
2024-12-10 00:02:16 +01:00
Ruben Fiszel
23875033dd
feat: add ctx.name to apps #4885
2024-12-09 23:58:30 +01:00
HugoCasa
1046c0b055
fix: disabling app custom url ( #4868 )
2024-12-09 19:09:18 +01:00
Ruben Fiszel
2c5d07f3d9
feat: docker runtime
2024-12-09 18:02:18 +01:00
Ruben Fiszel
d551bf424f
nits
2024-12-08 01:44:06 +01:00
Ruben Fiszel
6d047449e2
feat: add otlp support ( #4869 )
...
* all
* all
* add otel
* add otel
* update docker-image
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
2024-12-07 16:29:20 +01:00
Lucas Abel
691ef64688
feat(frontend): render new job kinds ( #4864 )
2024-12-06 15:11:57 +01:00
Lucas Abel
2bc4934c4f
feat: add db storage for app inline scripts ( #4837 )
2024-12-06 13:37:45 +01:00
Ruben Fiszel
e5efefc7e8
improve retries max value handling
2024-12-06 01:03:46 +01:00
Ruben Fiszel
9ecc94a268
optimize for loop rendering with more than 500 iterations
2024-12-05 23:52:34 +01:00
Ruben Fiszel
be624b1a9a
load all branchall even if branches > 20
2024-12-05 22:45:45 +01:00
Henri Courdent
b8fd0e3849
Update changelog nov ( #4859 )
...
* Update changelog nov
* Updated link tantivy
* No duplicate
2024-12-05 19:19:58 +01:00
Ruben Fiszel
97901182b6
nit cache and skip on input node
2024-12-05 17:54:45 +01:00
Alexander Petric
c67fd8dbb9
removing unneccessary requests to backend ( #4852 )
2024-12-05 16:19:59 +01:00
wendrul
a99e63f543
fix: job search toast on error ( #4851 )
2024-12-05 16:10:59 +01:00