HugoCasa
2e60105beb
feat: filter resource types passed to gpt-4 ( #2430 )
...
* feat: code gen filter resource types
* fix: minor
* feat: using snake case for flow inputs
* fix: filter resource types for python
* fix: correct resrouce type name + wmill import
* fix: disable automerge ci
* fix: remove unnecessary json parsing
2023-10-11 17:50:21 +02:00
Ruben Fiszel
cf44852267
chore(main): release 1.183.0 ( #2433 )
...
* chore(main): release 1.183.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-10-11 17:18:03 +02:00
Ruben Fiszel
156e60be19
handle default base_url in instance settings
2023-10-11 14:50:47 +02:00
Ruben Fiszel
b08a5b9a43
chore(main): release 1.182.3 ( #2424 )
...
* chore(main): release 1.182.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-10-10 17:33:26 +02:00
Ruben Fiszel
83c8d72a7f
chore(main): release 1.182.2 ( #2422 )
...
* chore(main): release 1.182.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-10-10 17:22:37 +02:00
Ruben Fiszel
48289fb7e6
chore(main): release 1.182.1 ( #2420 )
...
* chore(main): release 1.182.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-10-10 17:08:38 +02:00
Ruben Fiszel
e133e0e090
chore(main): release 1.182.0 ( #2393 )
...
* chore(main): release 1.182.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-10-10 15:40:11 +02:00
Guillaume Bouvignies
cfe45f7044
Better error when executable not found ( #2407 )
...
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2023-10-09 18:06:05 +02:00
Ruben Fiszel
9c9a001631
Revert "chore(deps): bump prettyplease from 0.1.25 to 0.2.15 in /backend ( #2256 )" ( #2410 )
...
This reverts commit 230e05bdde .
2023-10-09 17:58:00 +02:00
Ruben Fiszel
35a614b68c
Revert "chore(deps): bump openapiv3 from 1.0.2 to 1.0.3 in /backend ( #2236 )" ( #2408 )
...
This reverts commit 92e7d03e7b .
2023-10-09 17:45:40 +02:00
dependabot[bot]
92e7d03e7b
chore(deps): bump openapiv3 from 1.0.2 to 1.0.3 in /backend ( #2236 )
...
Bumps [openapiv3](https://github.com/glademiller/openapiv3 ) from 1.0.2 to 1.0.3.
- [Commits](https://github.com/glademiller/openapiv3/compare/v1.0.2...v1.0.3 )
---
updated-dependencies:
- dependency-name: openapiv3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-09 15:40:12 +00:00
dependabot[bot]
230e05bdde
chore(deps): bump prettyplease from 0.1.25 to 0.2.15 in /backend ( #2256 )
...
Bumps [prettyplease](https://github.com/dtolnay/prettyplease ) from 0.1.25 to 0.2.15.
- [Release notes](https://github.com/dtolnay/prettyplease/releases )
- [Commits](https://github.com/dtolnay/prettyplease/compare/0.1.25...0.2.15 )
---
updated-dependencies:
- dependency-name: prettyplease
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-09 15:40:11 +00:00
Ruben Fiszel
00434f1a78
fix: improve handling of large results by frontend
2023-10-08 15:37:10 +02:00
Ruben Fiszel
96b02a3331
add support for single tenant microsoft login
2023-10-08 13:31:51 +02:00
Ruben Fiszel
e5731504d0
feat: add support for aggrid ee
2023-10-06 17:34:13 +02:00
Ruben Fiszel
96bf122934
fix: tarball for workspace export is generated in /tmp/windmill
2023-10-05 23:00:15 +02:00
Ruben Fiszel
1ff5bc2f7a
feat: manage cache and init scripts from worker group UI ( #2396 )
...
* cache & inits
* cache & inits
* cache & inits
* all
* fix tests
* improve
2023-10-05 19:42:15 +02:00
Ruben Fiszel
c9285b539d
chore(main): release 1.181.0 ( #2369 )
...
* chore(main): release 1.181.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-10-05 09:56:30 +02:00
HugoCasa
9002a0e05a
fix: add numeric, array and date types ( #2379 )
...
* fix: add numeric, array and date types
* fix: update parser npm
2023-10-05 09:13:56 +02:00
HugoCasa
8319f5d0e5
fix: add reserved variables in args ( #2371 )
...
* fix: add reserved variables in args
* fix: only get job when necessary
2023-10-03 18:14:37 +02:00
Ruben Fiszel
6e6a714775
add dnspython
2023-10-03 01:08:37 +02:00
Ruben Fiszel
c8543d7ed4
feat: add npm_config_registry support for bun, deno and being settable from UI ( #2373 )
...
* foo
* foo
* npm config
2023-10-02 14:45:29 +02:00
Ruben Fiszel
dbd310fced
chore(main): release 1.180.0 ( #2366 )
...
* chore(main): release 1.180.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-10-01 21:06:13 +02:00
Ruben Fiszel
76d9dcbe4a
feat: code content search ( #2367 )
...
* code search
* foo
* foo
* all
* all
2023-10-01 21:03:08 +02:00
Ruben Fiszel
fc3844738d
chore(main): release 1.179.1 ( #2365 )
...
* chore(main): release 1.179.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-09-30 09:03:20 +02:00
Ruben Fiszel
b6df36d63b
fix: fix 0 len flow module processing
2023-09-30 09:00:39 +02:00
Ruben Fiszel
bef3d981cc
fix 0 len flow module processing
2023-09-30 08:50:32 +02:00
Ruben Fiszel
5651c5bd7c
catch error for loading inner modules
2023-09-30 08:06:23 +02:00
Ruben Fiszel
11b7e1d82f
chore(main): release 1.179.0 ( #2354 )
...
* chore(main): release 1.179.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-09-30 07:54:22 +02:00
Ruben Fiszel
2ae6050cd5
fix worker groups for non superadmins
2023-09-30 07:50:13 +02:00
Ruben Fiszel
9ccb12296e
fix: improve superadmin settings page
2023-09-30 06:29:28 +02:00
Ruben Fiszel
3f296d6125
fix: remove shared http clients in rest runtime
2023-09-30 05:42:47 +02:00
Ruben Fiszel
6efee0af20
do not stop early if module is a flow step
2023-09-30 00:54:49 +02:00
Ruben Fiszel
40477b8803
fix build
2023-09-30 00:06:56 +02:00
Ruben Fiszel
953c7700fe
feat: add trustedDependencies escape hatch for bun ( #2364 )
...
* trustedDeps
* fix frontend
* trustedDeps
* fix frontend
2023-09-29 20:27:13 +02:00
HugoCasa
bff09d45e9
feat: ai code completion ( #2361 )
2023-09-29 16:04:28 +02:00
Ruben Fiszel
5ed68b7a5e
add tutorial progress backend
2023-09-29 15:56:21 +02:00
denglertai
7adf04858e
feat(backend): parse expires_in from string in TokenResponse ( #2353 )
...
* feat(backend): parse expires_in from string in TokenResponse
* Update more_serde.rs
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2023-09-29 11:34:27 +02:00
Ruben Fiszel
c3292f10e8
fix: non skipped failures stop even in presence of an error handler
2023-09-29 00:39:17 +02:00
Ruben Fiszel
0cad2bdb2f
fix: error handler does not recover flow anymore and error handler is called only once up the flow
2023-09-29 00:28:11 +02:00
Ruben Fiszel
87da00c65c
chore(main): release 1.178.1 ( #2350 )
...
* chore(main): release 1.178.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-09-28 05:04:27 +02:00
Ruben Fiszel
1dffd5dc7b
improve license key check
2023-09-28 04:58:44 +02:00
Ruben Fiszel
93f536c26a
fix: improve license key check
2023-09-28 04:28:52 +02:00
Ruben Fiszel
020f9e7143
chore(main): release 1.178.0 ( #2349 )
...
* chore(main): release 1.178.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-09-28 03:13:33 +02:00
Ruben Fiszel
a1f036aec4
fix sqlx
2023-09-28 02:58:56 +02:00
Faton Ramadani
0ec664d739
feat(frontend): add app groups management ( #2347 )
...
* feat(frontend): add app groups management
* feat(frontend): add app groups management
* app groups
* app groups
* app groups
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2023-09-28 01:18:35 +02:00
HugoCasa
7d2f05c7aa
fix: add env tags to default worker group ( #2348 )
2023-09-27 10:11:21 -07:00
Ruben Fiszel
8343d59562
chore(main): release 1.177.1 ( #2342 )
...
* chore(main): release 1.177.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-09-26 20:43:29 +02:00
Ruben Fiszel
926aef393b
chore(main): release 1.177.0 ( #2331 )
...
* chore(main): release 1.177.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-09-26 03:08:11 -07:00
Ruben Fiszel
2ee959cd2e
feat: add custom oauth support ( #2336 )
...
* custom oauth
* all
* revert ee changes
* fix frontend
2023-09-26 11:56:02 +02:00