Guillaume Bouvignies
bfb5eb27b5
feat: Add workspace settings to sync scripts/flows/apps to git repo on deployment ( #2740 )
...
* feat: Add workspace settings to sync script to git repo on deployment
* track deployment callback jobs in separate table
* sqlx prepare
* update deployment_metadata table
* Point to hub script
* Add details to the settings page and restrict to EE only
* cleanup unused impots
* Flows and Apps are now pushed to GH as well
* Ignore scripts/flows/apps located in private user folders
2023-12-04 14:26:27 +01:00
Guillaume Bouvignies
ba5af7d069
feat: Various minor improvements for S3 DX ( #2760 )
...
* feat: Various minor improvements for S3 DX
* Fix openAPI yaml
* Remove unused imports
2023-12-04 13:20:04 +01:00
Guillaume Bouvignies
36db047a86
feat: Custom content type for script and flow results ( #2767 )
2023-12-04 13:19:40 +01:00
Ruben Fiszel
f31cdc46ff
feat: save inline scripts of apps to workspace + search by path
2023-12-03 15:13:57 +01:00
HugoCasa
13547a6399
fix: string or enum ( #2752 )
2023-12-01 16:07:16 +01:00
HugoCasa
eecc4755f5
fix: do not prorate for team plan checkouts mornings of firsts ( #2751 )
2023-12-01 15:16:54 +01:00
Ruben Fiszel
b6891c7683
chore(main): release 1.219.1 ( #2742 )
...
* chore(main): release 1.219.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-12-01 07:41:18 +01:00
Ruben Fiszel
00a3e07a7a
chore(main): release 1.219.0 ( #2739 )
...
* chore(main): release 1.219.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-12-01 01:20:38 +01:00
Ruben Fiszel
c051dffea6
fix: limit log pull from queued jobs
2023-12-01 01:14:01 +01:00
Ruben Fiszel
205339b3b6
fix: improve quickstyle to be in static ccomponents only
2023-11-30 21:09:27 +01:00
Ruben Fiszel
056d03b386
fix: support INET in pg
2023-11-30 20:18:43 +01:00
Ruben Fiszel
532b0ac53f
chore(main): release 1.218.0 ( #2731 )
...
* chore(main): release 1.218.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-11-30 17:22:05 +01:00
Ruben Fiszel
b4b08d694c
fix: make REST language support URLSearchParams, headers, FormData
2023-11-30 16:50:00 +01:00
Guillaume Bouvignies
5bc00dad02
fix: Using latest gosyn ( #2737 )
2023-11-30 15:57:16 +01:00
HugoCasa
4ad47d4981
fix: update deployed even when draft only ( #2694 )
...
* fix: update deployed even when draft only
* feat: create new when draft only and saving draft
* fix: nit
* fix: final fixes
2023-11-30 15:46:44 +01:00
dependabot[bot]
57d752b12a
chore(deps): bump aws-sdk-s3 from 0.36.0 to 0.39.1 in /backend ( #2672 )
...
* chore(deps): bump aws-sdk-s3 from 0.36.0 to 0.39.1 in /backend
Bumps [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust ) from 0.36.0 to 0.39.1.
- [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-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix compile breaks
* Add behavior version
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: gbouv <guillaume@windmill.dev >
2023-11-30 14:01:20 +01:00
Guillaume Bouvignies
d472dbab18
fix: Pull patched version of gosyn ( #2734 )
2023-11-30 13:34:49 +01:00
HugoCasa
3aabbbe224
fix: s3 resource openapi spec ( #2730 )
2023-11-29 21:18:17 +01:00
Ruben Fiszel
9ceffdaa6e
chore(main): release 1.217.0 ( #2705 )
...
* chore(main): release 1.217.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-11-29 18:28:51 +01:00
Ruben Fiszel
8c2c593820
restart dedicated worker regardless of config being present
2023-11-29 17:49:01 +01:00
HugoCasa
253b679271
feat: scheduled app reports ( #2714 )
...
* feat: app preview discord
* feat: add custom, slack, email + worker groups
* fix: npm build
* fix: add assignable chromium tag
* feat: use workspace linked slack resource + hub scripts
* fix: nit
2023-11-29 16:35:42 +01:00
Guillaume Bouvignies
bb3960c509
fix: minor fixes to private NPM and python registries to get everything working ( #2728 )
2023-11-29 16:30:45 +01:00
Ruben Fiszel
0cd5685415
fix: make dedicated workers able to redeploy automatically
2023-11-29 12:28:06 +01:00
Guillaume Bouvignies
2081e7a8ff
chore: Add examples on how to deploy private registries ( #2719 )
...
* chore: Add examples on how to deploy private registries
* chore: example for private pypiserver with https
* Allow DENO_CERT certificate with native workers
* Add BUN_TLS_REJECT_UNAUTHORIZED
2023-11-29 11:38:23 +01:00
Ruben Fiszel
9105c7ad0e
fix: only list session and permanent token in user settings
2023-11-29 00:34:04 +01:00
HugoCasa
0ae29310ee
fix: better error for moved openai resource ( #2724 )
...
* fix: better error for moved openai resource
* fix: nit
2023-11-29 00:24:56 +01:00
Guillaume Bouvignies
029bf7106a
fix: generate cargo lock file ( #2722 )
2023-11-28 20:07:49 +01:00
Guillaume Bouvignies
83eaa51fd8
fix: Deno can talk to private NPM registries behind HTTPS ( #2713 )
2023-11-27 21:46:19 +01:00
dependabot[bot]
fc6e49533d
chore(deps): bump aws-config from 0.57.2 to 1.0.0 in /backend ( #2671 )
...
Bumps [aws-config](https://github.com/smithy-lang/smithy-rs ) from 0.57.2 to 1.0.0.
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases )
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/smithy-lang/smithy-rs/commits )
---
updated-dependencies:
- dependency-name: aws-config
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>
Co-authored-by: Guillaume Bouvignies <guillaume@windmill.dev >
2023-11-27 12:17:26 +01:00
Guillaume Bouvignies
d750f22f7d
fix: Error handler now supports flows ( #2707 )
...
* fix: Error handler now supports flows
* Update README
* remove unused import
2023-11-27 10:15:46 +00:00
Ruben Fiszel
1467c0c356
fix: trim .bun.ts for local imports
2023-11-27 00:59:14 +01:00
Ruben Fiszel
f2ff03e154
feat: add support for raw query args
2023-11-26 16:47:32 +01:00
Ruben Fiszel
3d61829bc8
chore(main): release 1.216.0 ( #2692 )
...
* chore(main): release 1.216.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-11-26 14:40:33 +01:00
Ruben Fiszel
49ecb54692
feat: add early return for flows
2023-11-26 14:30:49 +01:00
Guillaume Bouvignies
9c2125bb89
fix: S3 bucket browser small improvements and fixes ( #2700 )
...
* fix: S3 bucket browser small improvements and fixes
* Bump file limits to 20 in CE and add a message in the FE
2023-11-24 20:18:02 +01:00
Ruben Fiszel
378945560f
chore(main): release 1.215.0 ( #2689 )
...
* chore(main): release 1.215.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-11-23 15:07:52 +01:00
HugoCasa
5dfd0c04bd
feat: query embeddings from s3 ( #2683 )
...
* feat: query embeddings from s3
* fix: better error handling + logging
2023-11-23 15:03:12 +01:00
HugoCasa
797d7590a5
fix: bigquery schema and date inputs ( #2688 )
2023-11-23 14:59:33 +01:00
Ruben Fiszel
1aca3f8f5c
chore(main): release 1.214.1 ( #2673 )
...
* chore(main): release 1.214.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-11-23 08:51:19 +01:00
Ruben Fiszel
e1301503d8
fix: relax tags constraints
2023-11-22 18:30:43 +01:00
Ruben Fiszel
fb2c23ef54
v2
2023-11-22 18:29:51 +01:00
HugoCasa
7badc7d4f6
fix: graphql variables ( #2682 )
2023-11-22 18:17:37 +01:00
Guillaume Bouvignies
0882279055
fix: Various fixes and improvements for Windmill S3 capabilities ( #2674 )
2023-11-22 12:29:50 +01:00
Ruben Fiszel
7b20946c2f
fix: fix backend build
2023-11-22 10:40:59 +01:00
Ruben Fiszel
3ebe03c02e
chore(main): release 1.214.0 ( #2669 )
...
* chore(main): release 1.214.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-11-22 10:32:07 +01:00
Ruben Fiszel
050daee33d
fix: fix flow primary schedule clearing
2023-11-21 17:58:26 +01:00
Ruben Fiszel
737f60e2ec
chore(main): release 1.213.0 ( #2658 )
...
* chore(main): release 1.213.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-11-21 15:50:42 +01:00
Ruben Fiszel
0e0359dd5d
fix: fix error handling for list of errors
2023-11-21 15:24:38 +01:00
Ruben Fiszel
b9ff39efd4
add more logs around completed job
2023-11-21 14:25:48 +01:00
Ruben Fiszel
03d397fb36
fix: fix embedded approval step timeouts
2023-11-21 13:51:55 +01:00