Ruben Fiszel
8586ef2fa3
fix(cli): support better esm mode for codebases
2025-11-27 17:21:04 +00:00
claude[bot]
e2e7a8c292
feat: add license key expiration warning on workers page ( #7225 )
...
* feat: add license key expiration warning on workers page
- Add license expiration check for superadmins in enterprise mode
- Show error toast if license is expired
- Show warning toast if license expires within 7 days
- Follows existing license parsing pattern from InstanceSetting.svelte
Fixes #7224
Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com>
* nit
* nit
---------
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com>
Co-authored-by: HugoCasa <hugo@casademont.ch >
2025-11-27 17:09:22 +00:00
centdix
b39c473892
add webfetch and websearch to claude ( #7231 )
2025-11-27 17:09:09 +00:00
Diego Imbert
b4e85cfe41
Fix sed calls in mac ( #7245 )
2025-11-27 17:08:53 +00:00
Diego Imbert
ab554241ce
fix order by name desc ( #7243 )
2025-11-27 17:08:43 +00:00
Ruben Fiszel
ae0b86f4db
rm log
2025-11-27 16:05:21 +00:00
Ruben Fiszel
8b4558c7c7
fix(bun): do not add builtin to lockfiles
2025-11-27 16:03:57 +00:00
Ruben Fiszel
37a6913deb
fix(cli): update jszip to 3.8.0
2025-11-27 15:11:53 +00:00
windmill-internal-app[bot]
9d71e5fed6
docs(changelog): add new entries from changelog ( #7178 )
...
Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com>
2025-11-27 14:09:23 +00:00
hugocasa
1b5a0058b4
fix(frontend): check resource type name conflict in frontend ( #7237 )
...
* feat: Add debounced validation for duplicate resource type names
- Adds real-time duplicate name checking in resource type editor drawer
- Shows error message when resource type name already exists
- Disables save button when name conflicts are detected
- Validates with 300ms debounce to avoid excessive checks
- Re-validates when 'disable c_ prefix' toggle changes
Fixes #7234
Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com>
* avoid conflict on start
---------
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com>
2025-11-27 10:14:38 +00:00
Ruben Fiszel
577017eb0d
add DISABLE_WORKSPACE_FORK environment variable ( #7238 )
...
Add environment variable to disable workspace forking for non-superadmin users.
When DISABLE_WORKSPACE_FORK is set to "true", only superadmins can create
workspace forks. Non-superadmin users will receive an error stating that
the endpoint requires superadmin privileges.
Changes:
- Added DISABLE_WORKSPACE_FORK env var (defaults to false)
- Modified create_workspace_fork to check superadmin permission when env is set
- Modified create_workspace_fork_branch to check superadmin permission when env is set
Fixes #7236
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com>
2025-11-27 10:11:18 +00:00
Ruben Fiszel
04831c5143
fix ol use
2025-11-27 06:41:20 +00:00
Ruben Fiszel
c1ab753014
update rolldown-vite to 7.2.8
2025-11-27 06:08:25 +00:00
Ruben Fiszel
b34ee10970
chore(main): release 1.585.1 ( #7235 )
...
* chore(main): release 1.585.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-11-26 20:54:47 +01:00
wendrul
806df155c7
fix: clone group members on workspace forks ( #7232 )
...
* Clone usr_to_group table on windmill fork
* Update sqlx
2025-11-26 20:49:12 +01:00
hugocasa
0f759bc672
fix build ( #7233 )
...
* fix build
* Update ee-repo-ref.txt
---------
Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com>
2025-11-26 20:48:13 +01:00
HugoCasa
06f0bf5b32
chore: update cli versions in git sync scripts
2025-11-26 17:07:50 +01:00
HugoCasa
85e4073b91
add option to build wasm packages for nodejs
2025-11-26 16:20:16 +01:00
Ruben Fiszel
24320ebad6
chore(main): release 1.585.0 ( #7222 )
...
* chore(main): release 1.585.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-11-26 11:09:36 +00:00
hugocasa
0368907360
fix(frontend): workspace color race condition for superadmins ( #7229 )
2025-11-26 11:02:21 +00:00
Ruben Fiszel
aa28a85520
fix(cli): improve back-compatibility with app.yaml with policy still present
2025-11-26 11:00:59 +00:00
Diego Imbert
020f8693ee
fix $app.darkMode not set ( #7230 )
2025-11-26 09:56:46 +00:00
Ruben Fiszel
1ddf8db50f
cookie_domain impacts csrf cookie name
2025-11-26 07:37:05 +00:00
hugocasa
af710ed32e
feat(frontend): move app reports script to hub ( #7227 )
2025-11-25 18:22:34 +00:00
wendrul
4660303e29
fix: workspace forks shouldn't inherit promotion mode repo ( #7223 )
...
* fix: workspace forks shouldn't inherit promotion mode repo
* fix: git sync: don't default to main when talking about target branches in git
2025-11-25 17:26:05 +00:00
hugocasa
914ee6c881
feat: flow for loop squashing ( #7107 )
...
* feat: flow for loop optimization
* fix: make dedicated flows work with flow nodes
* fix: transform dedicated inputs + better error handling + differentiate squash from same worker
* fix builds
* fix build
* fix build
* make dedicated worker private
* update ee ref
* frontend nits
* nit
* add trace to dedicated worker
* update ee ref
* Update ee-repo-ref.txt
---------
Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com>
2025-11-25 17:25:34 +01:00
Guilhem
9c73d1817e
add tip to triggers pannel ( #7220 )
...
* improve triggers pannel
* nit
* nit
* improve placement and transition
* Add tip
* stop input selection when adding a preprocessor
2025-11-25 15:56:24 +00:00
Ruben Fiszel
456b1d4159
chore(main): release 1.584.0 ( #7213 )
...
* chore(main): release 1.584.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-11-25 12:17:34 +00:00
Guilhem
a500dc9b9d
fix(frontend): show trigger table when no trigger selected ( #7219 )
...
* improve triggers pannel
* nit
* nit
2025-11-25 12:14:19 +00:00
Ruben Fiszel
4fa2e25991
fix(cli): handle better public apps
2025-11-25 12:12:49 +00:00
Ruben Fiszel
cebaa7c712
fix: list scripts without 1000 limits
2025-11-25 11:11:18 +00:00
hugocasa
5504c576d4
fix(frontend): loading saved/history inputs when json view is on ( #7217 )
2025-11-25 11:02:36 +00:00
hugocasa
c135eb3025
fix(frontend): forking UI issues ( #7215 )
...
* fix(frontend): forking UI issues
* fix dark mode
2025-11-24 21:41:05 +00:00
Guilhem
c3b5dbd714
fix(frontend): improve preprocessor discoverability ( #7214 )
...
* add tooltip
* show payload tooltip
* Add preprocessor button
* nit
* improve preprocessor template
* fix add preprocessor
* fix oneof wrapping
* clean
* Use funnel cog icon for preprocessor step
* nit
2025-11-24 19:43:14 +00:00
Diego Imbert
d686fb1010
remove outdated tooltip ( #7216 )
2025-11-24 19:37:08 +00:00
centdix
2385dc262d
feat(app): add chat component ( #7199 )
...
* draft
* fix
* use user message
* correctly stream
* add send trigger
* add control
* fix on success trigger
* add warning about expected input
* nit
* styling
* fix stream
* styling
* dry
* dry
* nit
* better logic
* css
* cleaning
* use managed by component input
* fix
* fix managed inputs
* handle memory
* cleaning
* cleaning
* cleaning
* update sqlx
* use id
2025-11-24 17:39:35 +00:00
centdix
6c674792c7
fix update sqlx git command ( #7212 )
2025-11-24 17:39:19 +00:00
Ruben Fiszel
6320dbf1ce
chore(main): release 1.583.3 ( #7211 )
...
* chore(main): release 1.583.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-11-24 17:19:36 +00:00
Ruben Fiszel
48c6b28c7d
fix: fix deadlock on oidc
2025-11-24 17:15:10 +00:00
Ruben Fiszel
9f5f3f4d9a
fix(cli): fix pushing non existing apps with cli
2025-11-24 15:03:40 +00:00
Ruben Fiszel
f3dfb72676
chore(main): release 1.583.2 ( #7204 )
...
* chore(main): release 1.583.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-11-24 13:30:40 +00:00
Ruben Fiszel
7bb68a5d73
fix: listScripts include description with opt-out query arg ( #7210 )
...
* description jobs
* all
2025-11-24 08:37:55 +00:00
Alexander Petric
6021c5a011
fix(scim): use value instead of display for group updates ( #7203 )
...
* fix(scim): use value instead of display for group updates
* ee ref
2025-11-21 20:26:36 +01:00
centdix
d4c427e4f9
fix on success trigger ( #7202 )
2025-11-21 18:41:38 +00:00
Diego Imbert
dd106db731
Duckdb & s3 proxy unit tests ( #7197 )
...
* chore(main): release 1.581.1 (#7183 )
* chore(main): release 1.581.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
* duckdb unitests
* add parquet to cargo test features
* Update ee-repo-ref.txt
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-11-21 17:16:48 +00:00
Ruben Fiszel
f031b7ea55
chore(main): release 1.583.1 ( #7201 )
...
* chore(main): release 1.583.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-11-21 14:51:17 +00:00
Ruben Fiszel
5c07f0258c
fix(cli): improve cli local policy generation
2025-11-21 14:47:28 +00:00
Ruben Fiszel
23a1a1a36d
chore(main): release 1.583.0 ( #7198 )
...
* chore(main): release 1.583.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-11-21 13:06:12 +00:00
Ruben Fiszel
bf68189c05
feat(cli): app policies are generated locally ( #7200 )
2025-11-21 13:01:33 +00:00
hugocasa
d081020da7
fix(backend): handle malformed errors in flow error handler ( #7196 )
2025-11-21 11:40:37 +00:00