Ruben Fiszel
359276537b
chore(main): release 1.395.0 ( #4394 )
...
* chore(main): release 1.395.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-17 10:41:26 +02:00
Alexander Petric
65dfad8275
fix(frontend): new resource type name must be snake case ( #4396 )
...
* check if newResourceType.name is camel case
* adding option to convert to snake case
* signing commit
* validate numbers in snake case, externalize 'valid' field of newResourceType
2024-09-17 00:15:55 +02:00
Faton Ramadani
fda1f21d5e
fix(frontend): add support for step id change for forloops and branch… ( #4395 )
...
* fix(frontend): add support for step id change for forloops and branchone + add initial value for DebounchedInput
* fix(frontend): fix initial value of DebouncedInput
2024-09-16 23:12:23 +02:00
Ruben Fiszel
3e3b57f203
fix: improve vscode extension handling of relative paths
2024-09-16 20:57:27 +02:00
Ruben Fiszel
91bd6f73d2
fix(cli): update CLI schema parsers to latest
2024-09-16 11:28:24 +02:00
Ruben Fiszel
f04a4a78b3
chore(main): release 1.394.6 ( #4393 )
...
* chore(main): release 1.394.6
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-15 21:07:50 +02:00
Ruben Fiszel
d533a017a7
fix: improve first time setup experience
2024-09-15 21:02:36 +02:00
Ruben Fiszel
a146e0588b
chore(main): release 1.394.5 ( #4385 )
...
* chore(main): release 1.394.5
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-13 23:39:12 +02:00
Ruben Fiszel
307b46cb9c
fix: parquet renderer display number of rows" ( #4389 )
...
* all
* all
* all
* nocheck
2024-09-13 23:34:36 +02:00
Ruben Fiszel
f73e18c7db
handle better false values as defaultValue of appselect
2024-09-13 17:49:03 +02:00
Ruben Fiszel
6c3f9696cb
fix: add filename to s3 upload
2024-09-13 11:52:17 +02:00
HugoCasa
7e01908b3a
fix: update internal hub scritps to bun ( #4384 )
2024-09-13 11:41:58 +02:00
Ruben Fiszel
98799b54f6
update how monaco workers is loaded ( #4383 )
...
* update
* update 2
* Update package.json
* all
* update
* update
* Update package.json
2024-09-13 11:32:47 +02:00
Ruben Fiszel
b7e164c88e
chore(main): release 1.394.4 ( #4375 )
...
* chore(main): release 1.394.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-13 08:52:34 +02:00
Ruben Fiszel
284029ed98
appselect default value fix nit + editor workers are url based
2024-09-12 21:41:06 +02:00
Manuel
e0a6cfaeac
fix(frontend): prompt fix-AI not to rename existing variables ( #4382 )
...
* fix(frontend): prompt fix-AI not to rename existing variables
* fix(frontend): prompt fix-& edit-AI not to rename existing variables
---------
Co-authored-by: Manu [tennox] <tennox+git@txlab.io >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-09-12 18:55:46 +02:00
Ruben Fiszel
bb23c3267e
remove obsoelte flip on schemaform
2024-09-12 18:54:04 +02:00
Ruben Fiszel
4a7b6aa77f
fix: tighten number input validity if min or max is set
2024-09-12 14:51:03 +02:00
Ruben Fiszel
770b475aa2
fix: multiple secret picker candidates in resource adder
2024-09-12 13:52:16 +02:00
Ruben Fiszel
bc30996188
fix: improve password input for resources editor
2024-09-12 13:13:04 +02:00
HugoCasa
5227a67035
fix(frontend): table footer display on safari ( #4377 )
2024-09-12 11:38:53 +02:00
Ruben Fiszel
5a481e0a8e
fix: improve app select propagation to list inputs in apps
2024-09-12 09:18:06 +02:00
Ruben Fiszel
ea44afec41
chore(main): release 1.394.3 ( #4374 )
...
* chore(main): release 1.394.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-11 23:56:17 +02:00
Ruben Fiszel
816a303f7e
chore(main): release 1.394.2 ( #4372 )
...
* chore(main): release 1.394.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-11 23:05:33 +02:00
Ruben Fiszel
34b130d018
fix: add tag_override for script in flows
2024-09-11 23:02:45 +02:00
Ruben Fiszel
7d29651d3e
fix: graceful worker exits for same worker jobs ( #4371 )
...
* all
* fix compile
2024-09-11 18:32:08 +02:00
Ruben Fiszel
dd6643aab7
chore(main): release 1.394.1 ( #4366 )
...
* chore(main): release 1.394.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-11 12:19:19 +02:00
Ruben Fiszel
90f7ba47f2
nit overflow and scrllbar height
2024-09-11 00:11:11 +02:00
Ruben Fiszel
452ca9bbd4
chore(main): release 1.394.0 ( #4358 )
...
* chore(main): release 1.394.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-10 20:57:11 +02:00
Ruben Fiszel
99c9267be4
whileloop details in flowviewer
2024-09-10 20:52:13 +02:00
Ruben Fiszel
6de024e55e
nit accept underscore for flow editor
2024-09-10 20:31:12 +02:00
Ruben Fiszel
9e8c9fb1cb
feat: add ability to edit id in flows ( #4364 )
...
* all
* all
* nit mailto
* fix
* fix
2024-09-10 20:16:43 +02:00
Henri Courdent
23a66af9c7
Changelog refresh frontend ( #4362 )
2024-09-10 15:08:15 +02:00
Henri Courdent
a6c939ba43
Typos frontend Instance settings ( #4361 )
2024-09-10 10:57:09 +02:00
Ruben Fiszel
d00e3de5f6
custom baseUrl fixes
2024-09-09 17:20:44 +02:00
Ruben Fiszel
9fb8c195e8
fix: migrate git sync to using bun based script
2024-09-09 14:31:37 +02:00
Ruben Fiszel
df59ad7b89
chore(main): release 1.393.4 ( #4356 )
...
* chore(main): release 1.393.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-09 14:06:26 +02:00
Ruben Fiszel
16e9f063f7
fix: bun scripts cached in docker image have their dependencies pre-loaded
2024-09-09 13:52:12 +02:00
Ruben Fiszel
8423e5f8c2
put sed helpers to remove anscii codes in downloaded logs
2024-09-09 10:26:17 +02:00
Ruben Fiszel
5c288d7c2f
chore(main): release 1.393.3 ( #4353 )
...
* chore(main): release 1.393.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-07 21:31:27 +02:00
Ruben Fiszel
5817efc16f
fix(cli): guide users to migrate to node version of the CLI
2024-09-07 21:27:36 +02:00
Ruben Fiszel
9eea0c95d4
synchronize hub script is moved to new windmill cli
2024-09-07 19:05:34 +02:00
Ruben Fiszel
ec697cf24a
chore(main): release 1.393.2 ( #4351 )
...
* chore(main): release 1.393.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-07 14:00:03 +02:00
Ruben Fiszel
5f09089288
chore(main): release 1.393.1 ( #4350 )
...
* chore(main): release 1.393.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-07 11:56:37 +02:00
Ruben Fiszel
e3b924818b
chore(main): release 1.393.0 ( #4348 )
...
* chore(main): release 1.393.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-07 11:15:31 +02:00
Ruben Fiszel
77830effba
migrate more to windmill-cli
2024-09-07 11:08:55 +02:00
Ruben Fiszel
d11284feb2
chore(main): release 1.392.0 ( #4341 )
...
* chore(main): release 1.392.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-09-07 01:20:26 +02:00
Ruben Fiszel
c4bc294db2
nit scrollbars
2024-09-07 01:19:20 +02:00
Ruben Fiszel
d225e806b4
fix: make select not reset on user changes in app + app css fix
2024-09-07 00:33:55 +02:00
HugoCasa
a009c8df23
feat: schedule success handler ( #4346 )
2024-09-06 19:03:09 +02:00