Ruben Fiszel
14f37cb97d
fix: fix rename apps from home menu
2024-01-19 12:11:16 +01:00
Ruben Fiszel
42c2b5b6dd
fix: add ability to rename group from scim
2024-01-18 14:19:17 +01:00
Ruben Fiszel
fa7ffbb4f2
fix: fix OIDC issuer
2024-01-18 12:18:40 +01:00
Anthony Angel
4df17cf5f1
chore: typo ( #3040 )
2024-01-18 10:54:55 +01:00
Guillaume Bouvignies
b7d4971531
fix: lock file in metadata is now a string ( #3027 )
2024-01-17 20:06:33 +01:00
Ruben Fiszel
8d09f349fb
fix: oidc token generation endpoint GET -> POST
2024-01-17 11:30:26 +01:00
Ruben Fiszel
c744d61da6
fix: oidc token generation endpoint GET -> POST
2024-01-17 11:15:39 +01:00
Ruben Fiszel
a6a63c4bde
improve .well-known for OIDC
2024-01-17 09:47:23 +01:00
Ruben Fiszel
a6fdbbc6b4
increase oidc token by 48h
2024-01-17 09:33:39 +01:00
Ruben Fiszel
a24645ee00
feat: OIDC support ( #3017 )
...
* oidc
* update
* feat: add support for multiselect in python
* d
* d
* progress
* all
* all
* all
2024-01-16 23:32:26 +01:00
Guillaume Bouvignies
33788f6361
feat: add script bootstrap and script generate-metadata CLI commands ( #3007 )
...
* feat: add script bootstrap and script generate-metadata CLI commands
* Address PR comments on code
2024-01-16 18:25:51 +01:00
Guillaume Bouvignies
602afbe457
fix: s3 resource is accessed by backend with admin permissions ( #3011 )
2024-01-16 18:05:40 +01:00
Ruben Fiszel
8b1800251b
fix: improve oauth accounts permissions
2024-01-13 13:00:04 +01:00
Guillaume Bouvignies
2edba18038
feat: Tag override for scheduled scripts ( #2998 )
...
* feat: Tag override for scheduled scripts
* Refactor WorkerTagPicker to component
* Fix test
2024-01-13 00:06:54 +01:00
Guillaume Bouvignies
c9962203c4
feat: GIt sync to multiple repo ( #2996 )
2024-01-12 16:19:28 +01:00
Guillaume Bouvignies
165d5cbfc8
feat: Instance group management page ( #2994 )
2024-01-12 13:37:06 +01:00
Guillaume Bouvignies
0a9127f30a
feat: Instance group CRUD API ( #2992 )
2024-01-12 11:43:29 +01:00
Guillaume Bouvignies
2138171c5a
fix: git sync now works for delete and rename ( #2988 )
...
* fix: git sync now works for delete and rename
* update hub script
* sqlx prepare
* Archiving a script/flow removes it from repo
2024-01-12 11:42:54 +01:00
Guillaume Bouvignies
b406f0995e
feat: S3 multipart upload accepts a custom S3 resource ( #2982 )
2024-01-10 16:42:32 +01:00
Ruben Fiszel
ca4aac5eaa
feat: add ability to use secrets in pip requirements
2024-01-10 13:12:20 +01:00
Ruben Fiszel
45a794b1b3
feat: add support for multiselect in python
2024-01-10 13:12:20 +01:00
Ruben Fiszel
142f164f92
fix script deployment
2024-01-08 06:37:08 +01:00
Ruben Fiszel
bb84ab654a
feat: improve git sync and recompute dependents when common python script is redeployed ( #2967 )
...
* fix: allow extraConfig for agGrid to set onGridReady
* depmap
* depmap
* depmap
* depmap
2024-01-07 15:18:27 +01:00
Guillaume Bouvignies
05ca6ada86
fix: Deleting workspace delete all workspace related values in DB ( #2961 )
...
* fix: Deleting workspace delete all workspace related values in DB
* sqlx prepare
2024-01-05 18:02:40 +01:00
Guillaume Bouvignies
dd56514e35
feat: git sync can now push commits to individual branches ( #2959 )
2024-01-05 15:52:18 +01:00
Guillaume Bouvignies
6f2ad5f5f4
feat: Detailed job memory footprint on job run page ( #2956 )
...
* feat: Detailed job memory footprint
* Address rubens comment
* double presion -> real
* sql query returns only metric_type
2024-01-05 09:13:05 +01:00
Guillaume Bouvignies
08d24fe37b
feat: Job caching now works with S3 files ( #2934 )
2023-12-30 03:40:05 +01:00
Ruben Fiszel
aa65093e94
feat: no overlap for flows togglable on schedules
2023-12-26 16:31:04 +01:00
Ruben Fiszel
b290cbb758
feat: add summary to schedules
2023-12-26 14:15:46 +01:00
Guillaume Bouvignies
cd48fdce2e
feat: move S3 file within bucket ( #2913 )
2023-12-22 15:02:16 +01:00
Guillaume Bouvignies
2870d4882d
feat: Retry for scheduled scripts ( #2893 )
...
* feat: Retry for scheduled scripts
* rename scheduldedscriptwithretry to singlescriptflow
* Schedule options under tabs
2023-12-22 14:59:46 +01:00
Guillaume Bouvignies
539312bb7e
fix: Update S3 TS code snippets and Python SDK for Polars 0.20.X ( #2911 )
...
* fix: update S3 TS code snippets
* use S3Object type from SDK
* update python snippets as well
* Update python SDK for Polars 0.20.X
2023-12-22 08:39:35 +01:00
Guillaume Bouvignies
d238fc366a
feat: S3 delete file and upload new ( #2909 )
2023-12-22 08:38:09 +01:00
Ruben Fiszel
ebff484347
fix audit logs
2023-12-21 01:56:53 +01:00
Guillaume Bouvignies
fd55c3d8e3
feat: S3 objects are now typed in Python and TS SDK ( #2878 )
...
* feat: S3 objects are now typed in Python and TS SDK
* fix ts and python SDK after testing
* cleanup
2023-12-20 09:16:33 +01:00
Ruben Fiszel
9e70279696
feat: add overridable tag directly from run page
2023-12-17 15:27:56 +01:00
Guillaume Bouvignies
36b5b9982d
fix: Stopping perpetual scripts ( #2860 )
2023-12-15 15:19:30 +01:00
Ruben Fiszel
c1ba6a4164
improve embeddings model api error
2023-12-15 01:45:35 +01:00
Guillaume Bouvignies
b484a8dc27
feat: Add download button to S3 file picker ( #2857 )
2023-12-14 15:45:37 +01:00
Guillaume Bouvignies
71743801c8
feat: Cancel persistent script runs from drawer ( #2847 )
...
* feat: Cancel persistent script runs from drawer
* Add explicit buttons
* revert change to docker compose
2023-12-14 15:30:39 +01:00
Ruben Fiszel
5ce3aabbf1
fix(cli): remove is_expired from variables
2023-12-14 12:34:16 +01:00
Ruben Fiszel
ddf420bdb0
fix: getVariable can now return the encrypted value
2023-12-14 09:21:02 +01:00
HugoCasa
850cf5df36
feat: ee-only stats ( #2849 )
2023-12-13 18:46:03 +01:00
Guillaume Bouvignies
3a96d61da2
chore: Rename FF saml to enterprise_saml ( #2844 )
2023-12-13 09:19:24 +01:00
Guillaume Bouvignies
7c71b65a99
feat: Add default timeout for instance and custom timeout for scripts ( #2811 )
...
* feat: Add default timeout for instance and custom timeout for scripts
* final
* sqlx prepare
* Logs a warning in the job logs
* Fix merge
* JOB_DEFAULT_TIMEOUT is an optional
* Fix JOB_DEFAULT_TIMEOUT monitor loading
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2023-12-13 07:08:07 +01:00
Guillaume Bouvignies
953b80cab7
feat: Add jitter to exponential backoff ( #2842 )
2023-12-12 18:36:22 +01:00
HugoCasa
ab8377aff8
fix: openai cache lock ( #2841 )
2023-12-12 15:52:04 +01:00
HugoCasa
95261a7f86
feat: oauth flow openai key ( #2833 )
...
* feat: oauth flow openai key
* fix: rawvalue insert
2023-12-12 07:57:18 +01:00
Guillaume Bouvignies
346d9affa5
feat: Add possibility to delete flow step results when the flow is complete ( #2806 )
...
* feat: Add possibility to delete flow step results when the flow is complete
* Add third layer of tabs and gate feature to EE
2023-12-08 21:30:44 +01:00
Ruben Fiszel
e485811309
fix: improve sql default arg parsing + auto invite
2023-12-08 16:37:11 +01:00