Ruben Fiszel
402d0e3cef
chore(main): release 1.190.0 ( #2491 )
...
* chore(main): release 1.190.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-10-23 21:49:32 +02:00
Ruben Fiszel
65b36baf41
feat: dedicated worker for python ( #2492 )
...
* update
* all
2023-10-23 20:21:16 +02:00
Ruben Fiszel
f586e2eec0
fix: stats nits ( #2490 )
...
Co-authored-by: HugoCasa <hugo@casademont.ch >
2023-10-23 18:07:24 +02:00
Ruben Fiszel
e86c7f1f3f
chore(main): release 1.189.0 ( #2481 )
...
* chore(main): release 1.189.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-10-23 17:21:30 +02:00
HugoCasa
b076e093df
feat: add unique id ( #2483 )
...
* feat: add unique id
* fix: sqlx prepare
* feat: add disable option
* fix: cron schedule
2023-10-23 17:05:54 +02:00
Ruben Fiszel
462b0d4737
add circle dependency checker
2023-10-23 16:06:07 +02:00
Ruben Fiszel
f9c75c95ce
fix circular dependencies frontend
2023-10-23 15:08:31 +02:00
Ruben Fiszel
75c30b0ce1
fix circular dependencies frontend
2023-10-23 14:24:35 +02:00
Guillaume Bouvignies
bd69bafe59
feat: Priority queue ( #2476 )
...
* BE v1 for priority queue
* Add FE prototype
* sqlx prepare
* Disply priority badge in job detail view
* sqlx prepare post merge
* Add priority number input field next to toggle
* increase dnd timeout for app events
* Update db migration
* Fix FE import
* Add badge to script/flow details page and fix EE-only mention in tooltip
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2023-10-23 14:22:59 +02:00
Ruben Fiszel
ccf260e166
fix outputs overflow-auto
2023-10-23 14:09:53 +02:00
Faton Ramadani
be1c6ab3df
Fix dependencies issues ( #2486 )
...
* fix(frontend): Fix dependencies issues
* fix(frontend): fix build
* fix(frontend): remove code duplication
2023-10-23 13:54:31 +02:00
Ruben Fiszel
6d32821139
fix improve component docs
2023-10-22 18:14:42 +02:00
Ruben Fiszel
c531ed9544
fix improve component docs
2023-10-22 18:14:34 +02:00
Ruben Fiszel
65f2433ec0
feat: add form validation for apps
2023-10-22 17:55:05 +02:00
Ruben Fiszel
f82e4fa1db
fix: fix drawer escape order
2023-10-22 16:46:07 +02:00
Ruben Fiszel
e65a744ae2
increase dnd timeout for app events
2023-10-22 15:36:36 +02:00
Ruben Fiszel
32def95e73
feat: improve dragndrop experience on editor
2023-10-22 15:27:16 +02:00
Ruben Fiszel
9dd210478e
feat: dragndrop component on creation
2023-10-21 22:50:19 +02:00
Ruben Fiszel
43f5c234ba
chore(main): release 1.188.1 ( #2479 )
...
* chore(main): release 1.188.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-10-21 14:51:57 +02:00
Ruben Fiszel
3ac45ce79c
chore(main): release 1.188.0 ( #2478 )
...
* chore(main): release 1.188.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-10-21 14:44:48 +02:00
Ruben Fiszel
3bebe2b0f5
make select tab more resilient
2023-10-21 14:44:12 +02:00
Ruben Fiszel
d035c5d433
fix: fix app reactivity
2023-10-21 14:33:07 +02:00
Ruben Fiszel
f134b8c693
remove hub specific errors
2023-10-21 14:07:49 +02:00
Ruben Fiszel
cb62a11a01
fix findFreeSpace for apps
2023-10-21 10:49:10 +02:00
Ruben Fiszel
dd4883a38e
minor app timelines adjustments
2023-10-21 10:02:51 +02:00
Ruben Fiszel
1e212161d2
chore(main): release 1.187.0 ( #2472 )
...
* chore(main): release 1.187.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-10-21 02:34:57 +02:00
Ruben Fiszel
da842a05a1
fix: windmill_status_code script now properly return + script bash default arg
2023-10-21 02:32:47 +02:00
Ruben Fiszel
81dcaa4b6e
feat: timelines for apps
2023-10-20 22:50:36 +02:00
Ruben Fiszel
c00ff69f04
feat: timelines for apps
2023-10-20 22:50:36 +02:00
Faton Ramadani
3065acab1b
fix(frontend): Remove monaco as a dependency of AppPreview ( #2475 )
2023-10-20 17:48:26 +02:00
HugoCasa
9de96dc974
fix: hub scripts search types ( #2471 )
2023-10-20 10:08:55 +02:00
Ruben Fiszel
976e6a34d1
chore(main): release 1.186.0 ( #2466 )
...
* chore(main): release 1.186.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-10-20 01:44:40 +02:00
Ruben Fiszel
0e1dc1396c
feat: timeline for apps ( #2470 )
...
* progress
* progress
* feat: timelnes for apps
* all
2023-10-20 01:42:27 +02:00
Guillaume Bouvignies
3443cf5ba5
feat: Flow approvers user groups can be JS InputTransforms ( #2468 )
...
* backend auth user validation
* Approval page suggesting login
* BE impl to support groups
* Add FE for setting suspend on flow step
* handle admin as a specific case
* restrict feature to entperprise only
* group names as static input transforms
* Suspend settings with tabs
* Update enterprise edition check
* cleanup
* FE InputTransformForm
* BE InputTransform
* Fix FE
* cleanup
* ArgInput list multiselect
* cleanup
* reset vscode settings
2023-10-20 01:39:31 +02:00
HugoCasa
c43762d3ae
fix: hub scripts search ( #2469 )
2023-10-20 00:20:58 +02:00
Guillaume Bouvignies
5f5604a2aa
feat: Approval step optionally require logged-in user ( #2462 )
...
* backend auth user validation
* Approval page suggesting login
* BE impl to support groups
* Add FE for setting suspend on flow step
* handle admin as a specific case
* restrict feature to entperprise only
* group names as static input transforms
* Suspend settings with tabs
* Update enterprise edition check
* cleanup
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2023-10-20 00:20:20 +02:00
HugoCasa
0603fc82c9
feat: local hub embeddings search ( #2463 )
...
* feat: local hub embeddings search
* fix: cargo lock
* fix: sqlx prepare
* fix: cargo tinyvector
* feat: add DISABLE_EMBEDDING env var
* fix: cargo lock
2023-10-19 17:27:42 +02:00
HugoCasa
f7ecbb9de7
feat: test openai key + improve AI UI ( #2465 )
2023-10-19 16:15:18 +02:00
Ruben Fiszel
b91b133e0e
chore(main): release 1.185.0 ( #2461 )
...
* chore(main): release 1.185.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-10-19 15:57:12 +02:00
Ruben Fiszel
56ab8470a1
fix nested app component hover
2023-10-18 23:44:28 +02:00
Ruben Fiszel
a878789816
fix: add select tabs as list inputs for apps
2023-10-18 21:56:31 +02:00
Ruben Fiszel
f03a2e7062
remove unecessary key
2023-10-18 19:30:32 +02:00
Ruben Fiszel
093295be85
feat: add timeline progress bars to flows" ( #2464 )
...
* add timeline
* progress
* all
* all
2023-10-18 19:22:09 +02:00
Ruben Fiszel
4b0736f7fd
chore(main): release 1.184.0 ( #2438 )
...
* chore(main): release 1.184.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-10-18 01:35:50 +02:00
Faton Ramadani
e8dfea3f0a
feat(frontend): app editor tutorials ( #2443 )
...
* feat(frontend): wip
* feat(frontend): skeleton done
* feat(frontend): background runnables
* feat(frontend): fix build
* feat(frontend): finish background runnable tuto
* feat(frontend): connection output
* feat(frontend): add simple app tutorial
* feat(frontend): add simple app trigger
* feat(frontend): fix wording
* feat(frontend): remove duplicate code
* feat(frontend): wip tutorial rework
* feat(frontend): Tutorial done
* feat(frontend): Fix build
2023-10-17 22:44:47 +02:00
Guillaume Bouvignies
09e29d6b3c
feat: Mute workspace error handler for flows and scripts ( #2458 )
...
* feat: Mute workspace error handler for flows and scripts
* implement BE muting
* Add tooltip to bell icon
* change field name to ws_error_handler_muted
* revert new field for queue table
* Error when error handler not set
* extract svelte component and use flow table column
* Fix flow error handler result arg
2023-10-17 22:07:13 +02:00
Ruben Fiszel
61ac5e45f5
fix multiselect for mobile v2
2023-10-17 10:43:44 +02:00
Ruben Fiszel
1eeaf2e16f
fix app multiselect
2023-10-17 07:40:41 +02:00
Ruben Fiszel
c15aca19e9
improve error handling after refactor
2023-10-16 18:40:01 +02:00
Ruben Fiszel
ae99a578cc
improve non selected error message for flow builder
2023-10-16 11:41:11 +02:00