Ruben Fiszel
373f9e2e57
fix sqlx
2023-12-14 12:37:22 +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
HugoCasa
297a31d468
fix: pwsh modules nsjail ( #2845 )
2023-12-13 14:16:08 +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
HugoCasa
0af9b9b2b5
feat: powershell deps ( #2820 )
...
* feat: powershell deps v-1
* feat: powershell profile + editor helpers + arm img
* fix: make sure powershell cache dir exists
2023-12-13 07:09:08 +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
c32b88c5f5
feat: EnvVar allow list is configurable from the UI ( #2829 )
...
* feat: EnvVar allow list is configurable from the UI
* variable renaming
2023-12-12 07:04:55 +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
715cb08fcd
fix: make cleanup_module backcompatible
2023-12-10 13:29:51 +01:00
Ruben Fiszel
33c24e1186
feat: embedded server only get killed after last job of worker
2023-12-10 10:51:32 +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
Guillaume Bouvignies
a38614d367
fix: Fix test_complex_flow_restart ( #2813 )
2023-12-08 19:15:08 +01:00
HugoCasa
19c909ce66
fix: deno chromium support when nsjail enabled ( #2815 )
2023-12-08 18:18:20 +01:00
Ruben Fiszel
e485811309
fix: improve sql default arg parsing + auto invite
2023-12-08 16:37:11 +01:00
Ruben Fiszel
b9f7fd882a
fix: support interval in pg
2023-12-08 11:47:41 +01:00
HugoCasa
7082c2fbcd
feat: no worker with tag warning ( #2803 )
...
* feat: no worker with tag warning
* feat: better design and flow jobs
* fix: sqlx
* fix: clear timeout on destroy
2023-12-08 00:18:41 +01:00
HugoCasa
825448e1f1
feat: add mysql datetime ( #2808 )
...
* feat: mysql datetime support
* feat: nits
2023-12-08 00:14:08 +01:00
Ruben Fiszel
71cf7eac04
chore(main): release 1.222.0 ( #2801 )
...
* chore(main): release 1.222.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-12-07 19:04:46 +01:00
HugoCasa
6e138528dd
feat: mysql named params ( #2805 )
2023-12-07 18:55:14 +01:00
Ruben Fiszel
e3e25476bd
multiple small fixes
2023-12-07 15:40:14 +01:00
Guillaume Bouvignies
837b7e5ad0
fix: add saml feature flag ( #2802 )
2023-12-07 15:04:31 +01:00
Ruben Fiszel
7792942994
chore(main): release 1.221.0 ( #2786 )
...
* chore(main): release 1.221.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-12-07 00:50:26 +01:00
HugoCasa
47a71ccde4
feat: limit pro plans ( #2794 )
2023-12-06 17:47:32 +01:00
Guillaume Bouvignies
90b1f0faf4
fix: Deno allow run git ( #2791 )
2023-12-06 15:00:45 +01:00
Guillaume Bouvignies
07b4eb4954
fix: Allow run git for Deno ( #2790 )
2023-12-06 13:56:00 +01:00
Ruben Fiszel
dd9bc64966
fix: smtp doesn't require username/password
2023-12-06 12:25:44 +01:00
Guillaume Bouvignies
5cc80f36d2
fix: Allow run git for Deno ( #2789 )
2023-12-06 12:18:25 +01:00
Ruben Fiszel
54f5f03f2b
chore(main): release 1.220.0 ( #2744 )
...
* chore(main): release 1.220.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-12-05 19:52:32 +01:00
Guillaume Bouvignies
925632ffd7
feat: CLI now accepts message arg for sync push ( #2784 )
2023-12-05 19:01:09 +01:00
HugoCasa
2768379885
feat: app reports v2 ( #2778 )
...
* fix: schema autocomplete
* feat: app reports v2
* fix: remove global copilot api call
* feat: nits
* fix: backward compatible slack notif
* feat: nits
* feat: log browser logs
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2023-12-05 18:55:46 +01:00
Guillaume Bouvignies
2980402ca3
feat: History commit message can be updated from the UI ( #2777 )
...
* feat: History comit message can be updated from the UI
* Script version history
* Display commit message in left column
* Fix FE compile break
* sqlx prepare and fix openapi file
2023-12-05 15:45:36 +01:00
Guillaume Bouvignies
e6e8b95042
fix: Array of S3 files now shows links to the S3 explorer ( #2783 )
...
* fix: array of s3 object result
* Add more text file extensions
* Fix bug when adding a s3object param
2023-12-05 15:44:10 +01:00
Ruben Fiszel
fde056a62f
fix: add access-control-allow-origin to static assets
2023-12-05 12:15:21 +01:00
Guillaume Bouvignies
0ac99e57da
fix: strip prefix of s3 resource ( #2780 )
2023-12-05 09:52:49 +01:00
Ruben Fiszel
7beccdb886
feat: perpetual scripts
2023-12-04 19:46:43 +01:00
Guillaume Bouvignies
5e693cc28a
fix: deployment_metadata table app_version is a nullable BIGINT ( #2769 )
2023-12-04 17:00:52 +01:00
Guillaume Bouvignies
244db422f2
fix: string results with custom content types are not quoted ( #2768 )
2023-12-04 15:07:56 +01:00