Ruben Fiszel
db226e221c
fix build
2025-07-16 22:52:29 +00:00
Ruben Fiszel
d9ce833d9e
fix: support enum for array list as multiselect
2025-07-16 22:31:15 +00:00
centdix
069729d0ae
feat(aichat): add logs api endpoint as tool ( #6197 )
...
* add logs
* add logs search + better load tools logic
* use json
* nit
* only add for ee
* nit
* filter out search after first fail
* Revert "filter out search after first fail"
This reverts commit 2abf0db6e5a1be84e67d1a153281b74d448cb5cd.
* call endpoint to know if it is available
* cleaning
* Apply suggestion from @graphite-app[bot]
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
* fix
* draft
* call enabled endpoint
* not workspaced
* remove from system prompt if not enterprise
* fix eeref command
* update ee ref
---------
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
2025-07-16 17:59:47 +00:00
Guilhem
88ae0ae901
fix(frontend): add error handler on trigger delete ( #6208 )
2025-07-16 17:26:48 +00:00
HugoCasa
c21034cce9
feat: better explanation for dev key renewal ( #6209 )
...
* fix: hide s3 catalog picker in anonymous apps
* nit reactivity upload text
* no signed s3 object warning
* remove warning
* fix check
* feat: better dev key explanation
2025-07-16 17:26:37 +00:00
HugoCasa
96c260592b
fix: hide s3 catalog picker in anonymous apps ( #6204 )
...
* fix: hide s3 catalog picker in anonymous apps
* nit reactivity upload text
* no signed s3 object warning
* remove warning
* fix check
2025-07-16 16:44:19 +00:00
Guilhem
c094d96e8c
fix(frontend): enable delete triggers on detail page ( #6206 )
...
* Allways show trigger update button
* allow delete deployed trigger
2025-07-16 16:44:06 +00:00
Diego Imbert
6e97c03aac
fix batch rerun reactivity issue ( #6205 )
2025-07-16 14:30:15 +00:00
Ruben Fiszel
050d9050e0
chore(main): release 1.507.2 ( #6202 )
...
* chore(main): release 1.507.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-07-16 13:26:45 +00:00
Ruben Fiszel
35fb611624
fix(cli): fix cli --skip-resources --skip-variables
2025-07-16 13:22:45 +00:00
Diego Imbert
5e58f9b6b3
Fix unsatisfying delete button in flow module when clicking fast ( #6203 )
2025-07-16 10:52:57 +00:00
centdix
d47e3d7d68
add small help text ( #6200 )
2025-07-16 10:47:07 +00:00
HugoCasa
5014ffb6d3
fix: cancel autocomplete on escape + autocomplete qol ( #6201 )
...
* fix: cancel autocomplete on escape + autocomplete qol
* missing
2025-07-16 10:46:43 +00:00
Ruben Fiszel
6d034d2996
chore(main): release 1.507.1 ( #6199 )
...
* chore(main): release 1.507.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-07-16 10:37:50 +00:00
HugoCasa
44d5f62c6c
fix: nested delete after use in flows ( #6194 )
2025-07-16 10:28:28 +00:00
Guilhem
aef173a87f
fix flow dev sync ( #6198 )
2025-07-16 10:28:01 +00:00
Ruben Fiszel
8b7c50f2b7
better error message for ill-defined flow
2025-07-16 08:54:41 +00:00
Ruben Fiszel
008303ef96
nit log
2025-07-16 00:01:28 +00:00
Ruben Fiszel
0d59ccfc96
chore(main): release 1.507.0 ( #6189 )
...
* chore(main): release 1.507.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-07-15 17:18:16 +00:00
Ruben Fiszel
ddc39f5121
nit compile
2025-07-15 16:45:11 +00:00
Ruben Fiszel
30f5cfc591
nit compile
2025-07-15 16:39:16 +00:00
Ruben Fiszel
8e63c38032
tracing error exit loop
2025-07-15 16:31:35 +00:00
Alexander Petric
27bf4e34d8
feat: git sync improvements ( #6182 )
...
* init checkpoint
* ui second pass...
* round 1 backend + saving settings + detecting changes...
* checkpoint
* fix openapi
* saving + correct wmill.yaml diff
* cli refactor
* cli and tests refactor done
* cli multi workspace support
* cli support skip core types to align with ui
* new test framework
* sqlx
* openapi spec
* frontend
* sync + settings changes
* some fixes
* some fixes
* security: Remove hardcoded EE license key, use environment variable only
- Remove hardcoded license key from containerized test backend
- Environment variable EE_LICENSE_KEY now required for EE features
- License key no longer stored in database during tests
* sqlx
* tests
* fixing tests
* fix tests
* checkpoint
* checkpoint
* cli build
* frontend - cli exchange
* settings match
* ee repo ref
* npm check
* openapi
* tests
* checkpoint
* cli + tests
* reset to preview on changes
* merge issue ee
* cleanup
* hubscript
* simplifications
* ee repo ref
* cli fixes
* fix sync and add tests
* extra test
* git sync settings / key change aware
* ee-repo ref
* ee-repo ref
* ee repo ref
* ee ref
* review 1
* ee ref
* Update frontend/src/lib/components/PullGitRepoPopover.svelte
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Update frontend/src/routes/(root)/(logged)/workspace_settings/+page.svelte
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* ee ref
* remove extra includes from ui
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-07-15 16:25:31 +00:00
HugoCasa
574f14b349
feat: multi s3 arg input ( #6187 )
...
* feat: multi s3 arg input
* nits
2025-07-15 15:42:25 +00:00
Ruben Fiszel
97639d127d
prevent forever loops nit
2025-07-15 15:36:42 +00:00
Ruben Fiszel
867ef7a620
fix: prevent worker not exiting if special case of same worker job
2025-07-15 15:32:26 +00:00
Guilhem
454949f789
fix(frontend): fix dev graph not loading ( #6190 )
...
* fix(frontend): fix dev graph not loading
* nit
2025-07-15 14:15:54 +00:00
Ruben Fiszel
2ecae8eedd
prevent tight cpu loop on job pull
2025-07-15 14:14:24 +00:00
Ruben Fiszel
76ed133d69
fix: only close app dropdown when action is done
2025-07-15 13:51:45 +00:00
centdix
d331d9b36e
pin rmcp version ( #6188 )
2025-07-15 12:22:20 +00:00
Ruben Fiszel
74ff2e5c82
chore(main): release 1.506.0 ( #6183 )
...
* chore(main): release 1.506.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-07-15 09:57:49 +00:00
HugoCasa
eb1b4466bc
feat(frontend): app static and user resource picker default values ( #6179 )
2025-07-15 09:52:54 +00:00
centdix
ee528b4f68
pull before push ( #6186 )
2025-07-15 09:39:37 +00:00
Alexander Petric
3d2ae8bb92
feat: add oauth client_credentials support ( #6110 )
...
* feat: add oauth client_credentials support
* refactor: client_id / secret at instance level
* trim
* only visma / custom oauth
* ee ref
* Update SQLx metadata
---------
Co-authored-by: GitHub Action <action@github.com >
2025-07-15 01:50:22 +02:00
Ruben Fiszel
f3d6fbbd5e
chore(main): release 1.505.4 ( #6178 )
...
* chore(main): release 1.505.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-07-14 14:55:12 +00:00
HugoCasa
dc492fefca
fix: retry telemetry and renewal ( #6175 )
...
* feat: retry telemetry and renewal
* Update ee-repo-ref.txt
---------
Co-authored-by: GitHub Action <action@github.com >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-07-14 14:29:52 +00:00
Ruben Fiszel
09afa1930f
load secondary storages only on need
2025-07-14 13:00:29 +00:00
Ruben Fiszel
cdcccfc1a4
chore(main): release 1.505.3 ( #6177 )
...
* chore(main): release 1.505.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-07-14 13:26:34 +02:00
HugoCasa
5d4ab69b7c
fix: add grants to asset table ( #6176 )
2025-07-14 13:08:28 +02:00
Ruben Fiszel
b32f0d1a64
nit check
2025-07-14 09:47:03 +00:00
Ruben Fiszel
9e32515d64
add wm_renderer
2025-07-14 09:42:58 +00:00
Ruben Fiszel
73e38ca0c0
close dropdown on click
2025-07-14 09:08:08 +00:00
Ruben Fiszel
6a76cbd619
nit
2025-07-13 23:02:42 +00:00
Ruben Fiszel
deb5ddfd73
nit unused import
2025-07-13 22:25:05 +00:00
Ruben Fiszel
39917bc157
apply iptables for cloud hosted only
2025-07-13 20:08:09 +00:00
Ruben Fiszel
0f2e2502d0
chore(main): release 1.505.2 ( #6172 )
...
* chore(main): release 1.505.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-07-13 14:47:55 +00:00
Ruben Fiszel
14f787b6aa
nit import
2025-07-13 14:38:59 +00:00
Ruben Fiszel
0ca0a16d5f
fix: make usage stats on jobs on last 48h to reduce db load
2025-07-13 14:32:03 +00:00
Ruben Fiszel
230ec8cf42
nit script editor chat ai default mode on open
2025-07-13 14:10:54 +00:00
Ruben Fiszel
86a8f0a404
mend
2025-07-13 14:05:59 +00:00