Faton Ramadani
65bacdcd7d
Tutorials improvement ( #2384 )
...
* fix(frontend): fix tutorials
* fix(frontend): simplify
* fix(frontend): simplify
* fix(frontend): fix skip all
* fix(frontend): fix toggle
* fix(frontend): simplify
2023-10-04 14:28:37 +02:00
Faton Ramadani
0cb70d975b
fix(frontend): fix flow tutorials ( #2383 )
...
* fix(frontend): fix flow tutorials
* fix(frontend): restore tainted
* fix(frontend): add guide about key arrows
* fix(frontend): add how first tutorial is started
* fix(frontend): add how first tutorial is started
* fix(frontend): remove debugger
* fix(frontend): fix deployement issues
2023-10-04 11:12:28 +02:00
Faton Ramadani
33b1c752ae
feat(frontend): add driverjs ( #2327 )
...
* feat(frontend): add driverjs
* feat(frontend): pipeline done
* feat(frontend): texts updated
* feat(frontend): split tutorials into two
* feat(frontend): Branch one tutorial
* wip
* feat(frontend): flow editor tutorial v0 done
* feat(frontend): flow editor tutorial v0 done
* feat(frontend): fix how tutorials are started
* feat(frontend): fix how tutorials are started
2023-10-04 10:12:07 +02:00
HugoCasa
8319f5d0e5
fix: add reserved variables in args ( #2371 )
...
* fix: add reserved variables in args
* fix: only get job when necessary
2023-10-03 18:14:37 +02:00
Ruben Fiszel
97acb6b757
improve displayed flow inputs
2023-10-03 16:16:12 +02:00
HugoCasa
62d090fcc9
fix: flow trigger prompt + lower temp ( #2377 )
...
* fix: flow trigger prompt + lower temp
* fix: add back await
2023-10-03 12:00:31 +02:00
Ruben Fiszel
6e6a714775
add dnspython
2023-10-03 01:08:37 +02:00
HugoCasa
63a455f1c8
fix: schema autocomplete/ai ( #2372 )
...
instanceof does not work with primitive types
2023-10-02 19:57:02 +02:00
HugoCasa
78742e2d3e
fix: ai flow prompt fix + explanation in ui ( #2374 )
2023-10-02 19:40:06 +02:00
Ruben Fiszel
c8543d7ed4
feat: add npm_config_registry support for bun, deno and being settable from UI ( #2373 )
...
* foo
* foo
* npm config
2023-10-02 14:45:29 +02:00
HugoCasa
3e7827ed09
fix: trigger bun prompt ( #2368 )
2023-10-02 09:53:18 +02:00
Ruben Fiszel
dbd310fced
chore(main): release 1.180.0 ( #2366 )
...
* chore(main): release 1.180.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-10-01 21:06:13 +02:00
Ruben Fiszel
76d9dcbe4a
feat: code content search ( #2367 )
...
* code search
* foo
* foo
* all
* all
2023-10-01 21:03:08 +02:00
Ruben Fiszel
2be257e594
add fullscreen for eval fields
2023-10-01 00:21:22 +02:00
Ruben Fiszel
079de25784
fix: improve connection in apps
2023-09-30 23:53:04 +02:00
Ruben Fiszel
eb369d6287
improve mouseover behavior for components
2023-09-30 19:59:38 +02:00
Ruben Fiszel
fc3844738d
chore(main): release 1.179.1 ( #2365 )
...
* chore(main): release 1.179.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-09-30 09:03:20 +02:00
Ruben Fiszel
b6df36d63b
fix: fix 0 len flow module processing
2023-09-30 09:00:39 +02:00
Ruben Fiszel
bef3d981cc
fix 0 len flow module processing
2023-09-30 08:50:32 +02:00
Ruben Fiszel
5651c5bd7c
catch error for loading inner modules
2023-09-30 08:06:23 +02:00
Ruben Fiszel
11b7e1d82f
chore(main): release 1.179.0 ( #2354 )
...
* chore(main): release 1.179.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-09-30 07:54:22 +02:00
Ruben Fiszel
2ae6050cd5
fix worker groups for non superadmins
2023-09-30 07:50:13 +02:00
Ruben Fiszel
3acc250e95
preserve order for form on apps
2023-09-30 07:32:21 +02:00
Ruben Fiszel
9ccb12296e
fix: improve superadmin settings page
2023-09-30 06:29:28 +02:00
Ruben Fiszel
3f296d6125
fix: remove shared http clients in rest runtime
2023-09-30 05:42:47 +02:00
Ruben Fiszel
6efee0af20
do not stop early if module is a flow step
2023-09-30 00:54:49 +02:00
Ruben Fiszel
40477b8803
fix build
2023-09-30 00:06:56 +02:00
Ruben Fiszel
953c7700fe
feat: add trustedDependencies escape hatch for bun ( #2364 )
...
* trustedDeps
* fix frontend
* trustedDeps
* fix frontend
2023-09-29 20:27:13 +02:00
HugoCasa
bff09d45e9
feat: ai code completion ( #2361 )
2023-09-29 16:04:28 +02:00
Ruben Fiszel
03805b77d3
add tutorial progress backend
2023-09-29 15:56:21 +02:00
Ruben Fiszel
5ed68b7a5e
add tutorial progress backend
2023-09-29 15:56:21 +02:00
Faton Ramadani
372373d15b
fix(frontend): timezone fix ( #2360 )
...
* fix(frontend): timezone fix
* fix(frontend): remove svelte-timezone-picker: ^2.0.3,
* feat(frontend): fix dark mode
* feat(frontend): add default value + group by timezone
* feat(frontend): remove useless files
2023-09-29 13:57:36 +02:00
Faton Ramadani
1b6e66c1ab
feat(frontend): copy schema from json and past runs in flow inputs ( #2352 )
...
* feat(frontend): copy schema from json and past runs in flow inputs
* feat(frontend): copy schema from json and past runs in flow inputs
2023-09-29 12:02:47 +02:00
denglertai
7adf04858e
feat(backend): parse expires_in from string in TokenResponse ( #2353 )
...
* feat(backend): parse expires_in from string in TokenResponse
* Update more_serde.rs
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2023-09-29 11:34:27 +02:00
Ruben Fiszel
c3292f10e8
fix: non skipped failures stop even in presence of an error handler
2023-09-29 00:39:17 +02:00
Ruben Fiszel
0cad2bdb2f
fix: error handler does not recover flow anymore and error handler is called only once up the flow
2023-09-29 00:28:11 +02:00
Ruben Fiszel
a1f9e9071f
clarify oauth settings
2023-09-28 20:06:00 +02:00
Faton Ramadani
dfde7fc195
fix(frontend): Properly handle click ( #2351 )
...
* fix(frontend): Properly handle click
* fix(frontend): Properly handle click
2023-09-28 05:07:26 -07:00
Ruben Fiszel
87da00c65c
chore(main): release 1.178.1 ( #2350 )
...
* chore(main): release 1.178.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-09-28 05:04:27 +02:00
Ruben Fiszel
1dffd5dc7b
improve license key check
2023-09-28 04:58:44 +02:00
Ruben Fiszel
93f536c26a
fix: improve license key check
2023-09-28 04:28:52 +02:00
Ruben Fiszel
020f9e7143
chore(main): release 1.178.0 ( #2349 )
...
* chore(main): release 1.178.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-09-28 03:13:33 +02:00
Ruben Fiszel
a1f036aec4
fix sqlx
2023-09-28 02:58:56 +02:00
Faton Ramadani
0ec664d739
feat(frontend): add app groups management ( #2347 )
...
* feat(frontend): add app groups management
* feat(frontend): add app groups management
* app groups
* app groups
* app groups
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2023-09-28 01:18:35 +02:00
Ruben Fiszel
68f3664b61
UX nits
2023-09-27 23:51:30 +02:00
Faton Ramadani
4f6d5c9692
feat(frontend): add AppDrawer controls ( #2339 )
...
* feat(frontend): add AppDrawer controls
* feat(frontend): add AppDrawer controls
* Update utils.ts
* fix app drawer cc
* fix app drawer cc
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2023-09-27 23:22:54 +02:00
Faton Ramadani
711e85e1af
feat(frontend): Switch to component list when deleting a component ( #2346 )
...
* feat(frontend): Switch to component list when deleting a component
* feat(frontend): remove console.log
2023-09-27 10:13:57 -07:00
HugoCasa
7d2f05c7aa
fix: add env tags to default worker group ( #2348 )
2023-09-27 10:11:21 -07:00
Ruben Fiszel
8343d59562
chore(main): release 1.177.1 ( #2342 )
...
* chore(main): release 1.177.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-09-26 20:43:29 +02:00
HugoCasa
2c1b9325c1
fix: disable schema awareness when object resource ( #2343 )
2023-09-26 20:12:34 +02:00