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
Ruben Fiszel
4b2c83d0b7
chore(main): release 1.235.1 ( #2966 )
...
* chore(main): release 1.235.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-01-07 14:15:40 +01:00
Ruben Fiszel
6d04e935ce
chore(main): release 1.235.0 ( #2964 )
...
* chore(main): release 1.235.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-01-06 17:32:41 +01:00
Ruben Fiszel
d56a56496c
chore(main): release 1.234.1 ( #2962 )
...
* chore(main): release 1.234.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-01-05 18:30:26 +01:00
Ruben Fiszel
628187bce8
chore(main): release 1.234.0 ( #2957 )
...
* chore(main): release 1.234.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-01-05 18:24:22 +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
Ruben Fiszel
66b81d1c2d
chore(main): release 1.233.0 ( #2926 )
...
* chore(main): release 1.233.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-01-03 13:20:20 +01:00
Guillaume Bouvignies
08d24fe37b
feat: Job caching now works with S3 files ( #2934 )
2023-12-30 03:40:05 +01:00
Ruben Fiszel
8f0bf6a2e8
chore(main): release 1.232.0 ( #2924 )
...
* chore(main): release 1.232.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-12-27 15:04:51 +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
Ruben Fiszel
fe0230da04
chore(main): release 1.231.0 ( #2917 )
...
* chore(main): release 1.231.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-12-26 07:10:27 +01:00
Guillaume Bouvignies
1ec1d94b78
feat: bun can read private npm package ( #2915 )
...
* feat: bun can read private package
* Add / at the end of url
2023-12-25 09:03:40 +01:00
Ruben Fiszel
ecf3a723b1
chore(main): release 1.230.0 ( #2905 )
...
* chore(main): release 1.230.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-12-22 18:20:33 +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
0ed5da1ab1
chore(main): release 1.229.0 ( #2898 )
...
* chore(main): release 1.229.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-12-21 09:07:18 +01:00
Ruben Fiszel
ebff484347
fix audit logs
2023-12-21 01:56:53 +01:00
Ruben Fiszel
f4e153d326
chore(main): release 1.228.1 ( #2896 )
...
* chore(main): release 1.228.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-12-20 16:57:28 +01:00
Ruben Fiszel
f3537d76c8
chore(main): release 1.228.0 ( #2875 )
...
* chore(main): release 1.228.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-12-20 14:30:58 +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
38b6b286fb
chore(main): release 1.227.1 ( #2874 )
...
* chore(main): release 1.227.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-12-17 20:18:10 +01:00
Ruben Fiszel
3ab0bb2b67
chore(main): release 1.227.0 ( #2855 )
...
* chore(main): release 1.227.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-12-18 01:39:50 +09: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
41947274cc
chore(main): release 1.226.1 ( #2853 )
...
* chore(main): release 1.226.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-12-14 09:24:00 +01:00
Ruben Fiszel
ddf420bdb0
fix: getVariable can now return the encrypted value
2023-12-14 09:21:02 +01:00
Ruben Fiszel
2d7efc45fa
chore(main): release 1.226.0 ( #2850 )
...
* chore(main): release 1.226.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-12-14 02:54:38 +01:00
Ruben Fiszel
d37d8c5836
fix: fix s3 test connection
2023-12-14 02:51:53 +01:00
dependabot[bot]
8fb00d2b1c
chore(deps): bump aws-sdk-s3 from 0.39.1 to 1.5.0 in /backend ( #2836 )
...
Bumps [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust ) from 0.39.1 to 1.5.0.
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases )
- [Changelog](https://github.com/awslabs/aws-sdk-rust/blob/main/CHANGELOG.md )
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits )
---
updated-dependencies:
- dependency-name: aws-sdk-s3
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-14 02:29:47 +01:00
HugoCasa
850cf5df36
feat: ee-only stats ( #2849 )
2023-12-13 18:46:03 +01:00
Ruben Fiszel
a7034a4f95
chore(main): release 1.225.1 ( #2846 )
...
* chore(main): release 1.225.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-12-13 16:34:35 +01:00
Guillaume Bouvignies
3a96d61da2
chore: Rename FF saml to enterprise_saml ( #2844 )
2023-12-13 09:19:24 +01:00
Ruben Fiszel
d7156c0e1f
chore(main): release 1.225.0 ( #2837 )
...
* chore(main): release 1.225.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-12-13 08:28:55 +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
Ruben Fiszel
205c2b0713
chore(main): release 1.224.1 ( #2832 )
...
* chore(main): release 1.224.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-12-11 17:29:06 +01:00
Ruben Fiszel
bb6d59a6b2
chore(main): release 1.224.0 ( #2825 )
...
* chore(main): release 1.224.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-12-10 13:53:39 +01:00
Ruben Fiszel
d674bcaf7d
chore(main): release 1.223.1 ( #2821 )
...
* chore(main): release 1.223.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-12-09 05:35:25 +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