HugoCasa
1446cb45ad
feat: generate script summary ( #3110 )
...
* feat: generate script summary
* fix: design nits
* feat: better ui + descriptions
2024-01-31 23:12:50 +01:00
HugoCasa
6b772dd2a7
feat: auto-add users ( #3114 )
...
* feat: auto-add users
* feat: improve UI
* fix: user name validation
* fix: username remove invalid chars
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-01-31 23:10:34 +01:00
Ruben Fiszel
2a039d7e03
make reorder more resilient
2024-01-31 20:52:02 +01:00
Ruben Fiszel
7468ceb62c
make reorder more resilient
2024-01-31 20:36:29 +01:00
Ruben Fiszel
6ee8da0d3b
chore(main): release 1.258.4 ( #3121 )
...
* chore(main): release 1.258.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
v1.258.4
2024-01-31 20:12:34 +01:00
Ruben Fiszel
23f06d1a04
fix: improve git sync
2024-01-31 20:08:43 +01:00
Ruben Fiszel
cc0aec8743
fix: improve git sync
2024-01-31 19:59:35 +01:00
Ruben Fiszel
6e02dc06b2
chore(main): release 1.258.3 ( #3119 )
...
* chore(main): release 1.258.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
v1.258.3
2024-01-31 19:57:09 +01:00
Ruben Fiszel
db06ba3e71
small cli fix
2024-01-31 19:56:30 +01:00
Ruben Fiszel
7494e7ee2d
fix(cli): restore other files support
2024-01-31 19:53:37 +01:00
Ruben Fiszel
b0631648c3
fix: improve git sync
2024-01-31 19:43:03 +01:00
Anthony Angel
e9c7fe1b3b
chore: fix typo ( #3120 )
2024-01-31 19:01:05 +01:00
Ruben Fiszel
1c4129c4f6
fix: improve git sync
2024-01-31 18:40:51 +01:00
Henri Courdent
4344db9c2b
DB studio url fix ( #3118 )
2024-01-31 18:14:44 +01:00
Faton Ramadani
740801f4a7
fix(frontend): Fix adding nodes to decision tree ( #3107 )
...
* fix(frontend): wip
* fix(frontend): fix decision tree + add missing outputs
* fix(frontend): remove console.logs
* feat(frontend): add fallback to go previous when we have no history (manual selection)
* feat(frontend): add a context to keep track of when a decision tree is being debugged
* fix(frontend): fix nameoverride
* fix(frontend): getFirstNode to make sure we correclty select the head
2024-01-31 16:54:12 +01:00
Ruben Fiszel
56e458c300
docker build nit
2024-01-31 15:04:48 +01:00
Ruben Fiszel
10ef976f0f
chore(main): release 1.258.2 ( #3117 )
...
* chore(main): release 1.258.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
v1.258.2
2024-01-31 14:58:51 +01:00
Ruben Fiszel
319d9d0caa
nit
2024-01-31 14:56:00 +01:00
Ruben Fiszel
d2cbc7a416
fix(cli): push folders first + on_behalf_of stripped from metadata
2024-01-31 14:53:09 +01:00
Ruben Fiszel
3b374a41ab
chore(main): release 1.258.1 ( #3115 )
...
* chore(main): release 1.258.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
v1.258.1
2024-01-31 13:01:29 +01:00
Ruben Fiszel
c0e192b5c7
add cuda dockerfile
2024-01-31 11:20:06 +01:00
Ruben Fiszel
5cec2edaef
fix: fix RETENTION period setting UI
2024-01-31 11:02:28 +01:00
Ruben Fiszel
2c4bd63e20
JOB_RETENTION_SECS set to 30days by default
2024-01-31 10:55:28 +01:00
Ruben Fiszel
f0e0c7bf38
fix readme nit
2024-01-31 10:54:10 +01:00
Ruben Fiszel
b4d0a3c423
fix(cli): add support for restart_unless_cancelled in sync
2024-01-31 08:47:52 +01:00
Ruben Fiszel
3e3625a353
chore(main): release 1.258.0 ( #3113 )
...
* chore(main): release 1.258.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
v1.258.0
2024-01-31 08:28:22 +01:00
Ruben Fiszel
d7c2f3d558
fix(deno): remove unstable warnings
2024-01-31 07:45:05 +01:00
Ruben Fiszel
782a1aec9e
small nits
2024-01-30 21:17:33 +01:00
Audrius Butkevicius
a719170a6a
feat: Support sending SIGINT to jobs ( #3094 )
...
* feat: Support sending SIGINT to jobs
This makes it easier to clean up in languages like python, where
you get a nice KeyboardInterrupt exception, and don't have to explicitly
install signal handlers, making the scripts easier to reason about.
* Make sigint unconditional on the sigterm flag
2024-01-30 20:51:26 +01:00
Ruben Fiszel
ef17fd0f5e
fix: improve array static editor
2024-01-30 20:42:40 +01:00
Ruben Fiszel
e161fda1b5
chore(main): release 1.257.0 ( #3108 )
...
* chore(main): release 1.257.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
v1.257.0
2024-01-30 18:52:26 +01:00
Faton Ramadani
b55c0bd2c5
fix(frontend): expose Filters + Displayed row count in the outputs ( #3101 )
...
* fix(frontend): expose Filters + Displayed row count in the outputs
* fix(frontend): expose Filters + Displayed row count in the outputs
* feat(frontend): update wizard to support filters
* Update AppAggridTable.svelte
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-01-30 18:44:11 +01:00
Ruben Fiszel
565e1668b3
fix(cli): avoid flows in script generate-metadata
2024-01-30 18:33:35 +01:00
Faton Ramadani
64441b3452
fix(frontend): fix logpanel ( #3111 )
2024-01-30 18:16:28 +01:00
Faton Ramadani
8ebc90abb2
feat(frontend): Correctly set the licence key on the approval page ( #3112 )
2024-01-30 16:04:25 +01:00
Ruben Fiszel
34253fd43b
fix: simplify folder creation by non admins
2024-01-30 13:43:50 +01:00
Ruben Fiszel
700a982a7d
chore(main): release 1.256.0 ( #3105 )
...
* chore(main): release 1.256.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
v1.256.0
2024-01-30 13:01:52 +01:00
Ruben Fiszel
47fcfbbbdf
fix: add support for NPM_CONFIG_REGISTRY
2024-01-30 12:58:52 +01:00
HugoCasa
26d5c6c1ba
feat: list jobs metrics ( #3104 )
...
* feat: list jobs metrics
* fix: remove serialization metric
* fix: log query
2024-01-30 11:08:11 +01:00
Faton Ramadani
0102dcef8e
fix(frontend): fix chartjs when resolvedDatasets is not defined ( #3106 )
2024-01-30 11:07:15 +01:00
Ruben Fiszel
27f4624b30
fix: add support for NPM_CONFIG_REGISTRY
2024-01-29 20:56:48 +01:00
Ruben Fiszel
27d7f345dc
chore(main): release 1.255.0 ( #3091 )
...
* chore(main): release 1.255.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
v1.255.0
2024-01-29 19:24:35 +01:00
Ruben Fiszel
87320bbaf0
fix build
2024-01-29 19:17:15 +01:00
Ruben Fiszel
49c1bc50f3
feat(cli): global generate-metadata + inherit deps from closest package.json/requirements.txt + bun settable as default ( #3102 )
...
* all
* rm console logs
* rm console logs
* all
* push
* push
* fixes
* fixes
* all
* all
2024-01-29 19:06:56 +01:00
HugoCasa
8fcf119798
fix: use extra headers when urlencoded ( #3103 )
...
* fix: use extra headers when urlencoded
* fix: webhook tabs reset
2024-01-29 15:52:24 +01:00
Guillaume Bouvignies
6160889793
feat: Download s3 file as stream in Python and TS ( #3099 )
2024-01-29 14:49:08 +01:00
Faton Ramadani
cbfa5ff887
fix(frontend): various UI fix ( #3098 )
...
* fix(frontend): Fix Tree view whitespace break + add w-max to contextual variable table + Migrate script history tab to Datatable + uniformize branch one/all settings + Migrate cache setting old layout
* fix(frontend): add class prop to datatable
* fix(frontend): add noBorder prop
2024-01-29 14:19:50 +01:00
Ruben Fiszel
5eb7295dd2
improve save draft mechanism in case of renaming
2024-01-29 12:52:04 +01:00
Ruben Fiszel
e872614cd3
rm console logs
2024-01-29 12:48:36 +01:00
HugoCasa
6d77578590
feat: update openai models + increase length + improve code completion ( #3097 )
...
* feat: update openai models + increase gen length + improve code completion
* fix: nit
2024-01-29 11:57:28 +01:00