HugoCasa
ded0bb890b
fix: set session code completion to enabled by default ( #2664 )
2023-11-20 22:53:16 +01:00
Guillaume Bouvignies
baac93f401
feat: Expanding an s3object result now opens the S3 file browser ( #2656 )
...
* feat: Expanding an s3object result now opens the S3 file browser
* Add s3 explorer link
* Revert changes in ArgInfo
2023-11-20 17:07:52 +01:00
HugoCasa
de1e1f545d
fix: ask to return value ( #2659 )
2023-11-20 16:29:42 +01:00
HugoCasa
6d426b4ec4
feat: code completion UI + other nits ( #2657 )
...
* fix: nits
* feat: add code completion in UI
2023-11-20 16:24:33 +01:00
HugoCasa
8ea98c2c8d
feat: upgrade to gpt-4-turbo ( #2655 )
2023-11-20 12:54:22 +01:00
Ruben Fiszel
c2598b3304
feat: test an iteration
2023-11-20 12:26:24 +01:00
Ruben Fiszel
6000c5dbc0
use userStore email for Usermenu
2023-11-20 10:53:32 +01:00
Ruben Fiszel
d31559c56b
improve auto-invites
2023-11-20 10:35:38 +01:00
Guillaume Bouvignies
624b4d0e98
feat: S3 file picker as a drawer ( #2640 )
...
* feat: Pick a S3 file drawer
* Add endpoint to generate simple file preview
* FE prototype for file preview
* More info on the preview
* Small fix
* Fix BE compile
* fix BE compile
* remove weird vite.config.js file
* Fix fronte NodeJS.Timer -> NodeJS.Timeout and rename dataset to file for S3
* Add EE restrictions and polish FE
* Fix merge conflicst
* replace dataset with s3 object
* Update wording
* BE throws an error when bucket too large in CE
* regenerate Cargo.lock
* Fix typo in error message
2023-11-20 10:26:36 +01:00
Ruben Fiszel
4882d94dfe
fix: add refresh button to item picker
2023-11-19 18:26:22 +01:00
Ruben Fiszel
19907e4012
feat: ai regex
2023-11-19 14:45:25 +01:00
Ruben Fiszel
2f15ebc5f9
feat: custom error messages for forms
2023-11-19 13:54:32 +01:00
Ruben Fiszel
70f121035e
fix: fix base64 assignment (file input)
2023-11-19 12:36:07 +01:00
Ruben Fiszel
c476543570
improve flow preview content
2023-11-19 11:51:33 +01:00
Ruben Fiszel
4023bca192
improve flow preview content
2023-11-19 11:46:48 +01:00
Ruben Fiszel
75021c444e
fix svelte-check errors
2023-11-18 15:19:17 +01:00
Ruben Fiszel
ee243dedc6
fix: leave workspace + instance api
2023-11-18 15:07:06 +01:00
Ruben Fiszel
36379d6db0
fix: add toggle to invites
2023-11-18 13:46:51 +01:00
Ruben Fiszel
ab9adacfad
improve auto-invite UX
2023-11-18 13:17:39 +01:00
HugoCasa
08c14e51c7
fix: flow copilot arg types ( #2648 )
2023-11-18 13:16:25 +01:00
Ruben Fiszel
c07e9056f1
fix: auto-invite all instead of by domain
2023-11-18 12:36:08 +01:00
Ruben Fiszel
526b14cca3
fix: restore flow local storage
2023-11-17 21:02:58 +01:00
Ruben Fiszel
a1e33ee34f
nit template editor
2023-11-17 20:42:14 +01:00
Ruben Fiszel
05d3fcad26
feat: truncate logs when necessary
2023-11-17 20:22:51 +01:00
Ruben Fiszel
4d92745786
feat: truncate logs when necessary
2023-11-17 20:22:45 +01:00
Ruben Fiszel
41465bc872
fix template editor
2023-11-17 18:25:33 +01:00
Ruben Fiszel
8aa146bc9f
fix template editor
2023-11-17 18:24:17 +01:00
Ruben Fiszel
9c7bb5ecd9
fix: www-url-encoded body
2023-11-17 16:59:26 +01:00
Ruben Fiszel
59d862661c
workspace create fix
2023-11-17 16:40:09 +01:00
Ruben Fiszel
a69c4c1703
z-index nit
2023-11-17 16:35:19 +01:00
Ruben Fiszel
c3bb8a10aa
create workspace require superadmin is now default
2023-11-17 16:30:19 +01:00
Faton Ramadani
998843ba62
feat(frontend): Add optional dropdown trigger ( #2642 )
2023-11-17 14:44:30 +01:00
Ruben Fiszel
33dfcfbdc7
fix: nested schemas can use required
2023-11-17 14:38:00 +01:00
HugoCasa
1aef2aae90
fix: x overflow scroll + add clear history btn ( #2641 )
2023-11-17 12:38:52 +01:00
Faton Ramadani
1d1258ff58
feat(frontend): add filter by resource on Audit Log page ( #2628 )
...
* feat(frontend): add filter by resouce on Audit Log page
* feat(frontend): fix build
2023-11-17 12:35:16 +01:00
Ruben Fiszel
9a0ef97eb5
dedicated workers nit
2023-11-17 10:10:47 +01:00
Ruben Fiszel
d1d43765c0
dedicated workers nit
2023-11-17 10:06:05 +01:00
Ruben Fiszel
b13cc58315
feat: dedicated workers for flows ( #2637 )
...
* dw for flows
* dw for flows
* all
* sqlx
* sqlx
* dedicated workers
* more comments
2023-11-17 10:00:04 +01:00
HugoCasa
c2557a270f
feat: add prompt history ( #2638 )
2023-11-17 09:29:10 +01:00
HugoCasa
8183c38d05
feat: collect vcpus and accounts usage ( #2635 )
2023-11-16 13:52:56 +01:00
Guillaume Bouvignies
90093656b4
feat: Add Python SDK capabilities to generate Polars and DuckDB connection settings to S3 ( #2625 )
...
* feat: Add Python SDK capabilities to generate Polars and DuckDB connection settings to S3
* Add endpoint to list S3 objects
* Add FE to set the workspace S3 resource
* Fix openapi
* sqlx prepare
* Hide Windmil LFS tab
2023-11-15 19:37:02 +01:00
HugoCasa
f38498b725
feat: sync team plans ( #2619 )
...
* feat: sync team plans
* fix: migration
* fix: remove sub id + set billing cycle
* fix: msg
* feat: add overquota state
* fix: minor
* fix: overall improvements
* fix: sql prepare
* fix: disable seats warning for enterprise
* fix: use lazy static everywhere
2023-11-15 19:36:17 +01:00
Guillaume Bouvignies
0d6c1ec064
fix: Resource secret heuristic is wrong ( #2632 )
2023-11-15 19:29:14 +01:00
HugoCasa
34abe01c2f
feat: add yaml for import/export/diff ( #2631 )
...
* feat: add yaml for import/export/diff
* fix: speeeeeeed
2023-11-15 18:44:16 +01:00
Henri Courdent
a234d2d0df
Update chart components ( #2629 )
2023-11-15 16:02:09 +01:00
Ruben Fiszel
b1937de84e
improve download button
2023-11-15 15:55:10 +01:00
Ruben Fiszel
97e7242303
fix non secure deploy
2023-11-15 15:39:03 +01:00
Ruben Fiszel
b2c477e3cc
hub nits
2023-11-15 15:24:54 +01:00
Ruben Fiszel
366b5324ae
small fix
2023-11-15 14:55:38 +01:00
Ruben Fiszel
4c0914c2b1
fix re-evaluate position has absolute pos
2023-11-15 14:54:23 +01:00