Ruben Fiszel
f88fd0e61e
chore(main): release 1.586.0 ( #7239 )
...
* chore(main): release 1.586.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
v1.586.0
2025-11-27 17:47:07 +00:00
Ruben Fiszel
267171f2c9
feat(app): Add progress bar app component ( #7242 )
...
* Add progress bar app component
- Create AppJobProgressBar component for displaying job progress
- Register jobprogressbarcomponent in component system
- Add component rendering in ComponentInner
- Component accepts jobId configuration parameter
- Similar to jobidlogcomponent and jobidflowstatuscomponent
Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com>
* feat(app): Add job progress bar to component picker
Add jobprogressbarcomponent to the display component set so it appears
in the component picker UI alongside other job-related components.
Co-authored-by: Ruben Fiszel <rubenfiszel@users.noreply.github.com >
* Add jobprogressbarcomponent to quickStyleProperties
Co-authored-by: Ruben Fiszel <rubenfiszel@users.noreply.github.com >
---------
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: Ruben Fiszel <rubenfiszel@users.noreply.github.com >
2025-11-27 17:42:23 +00:00
Diego Imbert
6886ba72d1
fix InsertModuleButton sometimes disappearing when waiting events ( #7246 )
2025-11-27 17:42:13 +00:00
Ruben Fiszel
e8fd36e2e7
fix(cli): support better esm mode for codebases
2025-11-27 17:21:04 +00:00
claude[bot]
d876c2c31c
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
9817e0d96b
add webfetch and websearch to claude ( #7231 )
2025-11-27 17:09:09 +00:00
Diego Imbert
5bfcca8b75
Fix sed calls in mac ( #7245 )
2025-11-27 17:08:53 +00:00
Diego Imbert
c7d66af793
fix order by name desc ( #7243 )
2025-11-27 17:08:43 +00:00
Ruben Fiszel
580e435962
rm log
2025-11-27 16:05:21 +00:00
Ruben Fiszel
e3b59752bd
fix(bun): do not add builtin to lockfiles
2025-11-27 16:03:57 +00:00
Ruben Fiszel
d22d8b7af0
fix(cli): update jszip to 3.8.0
2025-11-27 15:11:53 +00:00
windmill-internal-app[bot]
cabff41acf
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
fc1a52c1b3
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
440a4c7d13
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
4639a5f9d9
fix ol use
2025-11-27 06:41:20 +00:00
Ruben Fiszel
eebcbf068d
update rolldown-vite to 7.2.8
2025-11-27 06:08:25 +00:00
Ruben Fiszel
f7d3d165c5
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 >
v1.585.1
2025-11-26 20:54:47 +01:00
wendrul
faad0006b4
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
3f9dae39c9
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
a573e6de95
chore: update cli versions in git sync scripts
2025-11-26 17:07:50 +01:00
HugoCasa
67895abc9f
add option to build wasm packages for nodejs
2025-11-26 16:20:16 +01:00
Ruben Fiszel
d450ab29e1
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 >
v1.585.0
2025-11-26 11:09:36 +00:00
hugocasa
8922be11a6
fix(frontend): workspace color race condition for superadmins ( #7229 )
2025-11-26 11:02:21 +00:00
Ruben Fiszel
c0a92f83b0
fix(cli): improve back-compatibility with app.yaml with policy still present
2025-11-26 11:00:59 +00:00
Diego Imbert
8d00730c90
fix $app.darkMode not set ( #7230 )
2025-11-26 09:56:46 +00:00
Ruben Fiszel
cba9552e2f
cookie_domain impacts csrf cookie name
2025-11-26 07:37:05 +00:00
hugocasa
f8a0bfc20d
feat(frontend): move app reports script to hub ( #7227 )
2025-11-25 18:22:34 +00:00
wendrul
f56f3b0fe6
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
93c34c6d76
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
79a0d3edc9
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
2388e38a9c
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 >
v1.584.0
2025-11-25 12:17:34 +00:00
Guilhem
c37dde096c
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
de7739a3ee
fix(cli): handle better public apps
2025-11-25 12:12:49 +00:00
Ruben Fiszel
897faf085b
fix: list scripts without 1000 limits
2025-11-25 11:11:18 +00:00
hugocasa
e87f814709
fix(frontend): loading saved/history inputs when json view is on ( #7217 )
2025-11-25 11:02:36 +00:00
hugocasa
dccee1dba0
fix(frontend): forking UI issues ( #7215 )
...
* fix(frontend): forking UI issues
* fix dark mode
2025-11-24 21:41:05 +00:00
Guilhem
a2d3297343
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
7eed0ddd8e
remove outdated tooltip ( #7216 )
2025-11-24 19:37:08 +00:00
centdix
c47669be0b
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
2bd2bfec9a
fix update sqlx git command ( #7212 )
2025-11-24 17:39:19 +00:00
Ruben Fiszel
1a1fdab5bd
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 >
v1.583.3
2025-11-24 17:19:36 +00:00
Ruben Fiszel
0e717c9588
fix: fix deadlock on oidc
2025-11-24 17:15:10 +00:00
Ruben Fiszel
29d8ad2e5d
fix(cli): fix pushing non existing apps with cli
2025-11-24 15:03:40 +00:00
Ruben Fiszel
6e230a8ea2
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 >
v1.583.2
2025-11-24 13:30:40 +00:00
Ruben Fiszel
80c7911641
fix: listScripts include description with opt-out query arg ( #7210 )
...
* description jobs
* all
2025-11-24 08:37:55 +00:00
Alexander Petric
193efe31c8
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
2b4c171ed0
fix on success trigger ( #7202 )
2025-11-21 18:41:38 +00:00
Diego Imbert
e4e9db5488
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
2155f91959
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 >
v1.583.1
2025-11-21 14:51:17 +00:00
Ruben Fiszel
b857d15352
fix(cli): improve cli local policy generation
2025-11-21 14:47:28 +00:00