Ruben Fiszel
2d9878647b
make bun cache rw on nsjail
2023-10-12 02:03:31 +02:00
Ruben Fiszel
ec02f9b140
fix bun on nsjail
2023-10-11 23:13:10 +02:00
HugoCasa
e20889b910
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 and rubenfiszel
5b8e39c9cd
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
4d26c01df8
handle default base_url in instance settings
2023-10-11 14:50:47 +02:00
Ruben Fiszel and rubenfiszel
d97325f178
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 and rubenfiszel
aef26ea567
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 and rubenfiszel
dcc6e64f01
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 and rubenfiszel
c37c6f5d5d
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 and Ruben Fiszel
e960efb499
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
007e4df42c
Revert "chore(deps): bump prettyplease from 0.1.25 to 0.2.15 in /backend ( #2256 )" ( #2410 )
...
This reverts commit 08f561bdad .
2023-10-09 17:58:00 +02:00
Ruben Fiszel
112844f294
Revert "chore(deps): bump openapiv3 from 1.0.2 to 1.0.3 in /backend ( #2236 )" ( #2408 )
...
This reverts commit a93af1f3c4 .
2023-10-09 17:45:40 +02:00
dependabot[bot]
a93af1f3c4
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]
08f561bdad
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
21454a7a05
fix: improve handling of large results by frontend
2023-10-08 15:37:10 +02:00
Ruben Fiszel
dece99dd70
add support for single tenant microsoft login
2023-10-08 13:31:51 +02:00
Ruben Fiszel
bfad05c438
list users require being admin
2023-10-07 06:02:50 +02:00
Ruben Fiszel
c4a817aeb6
feat: add support for aggrid ee
2023-10-06 17:34:13 +02:00
Ruben Fiszel
f4957d66b9
fix: tarball for workspace export is generated in /tmp/windmill
2023-10-05 23:00:15 +02:00
Ruben Fiszel
2c9ae41706
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 and rubenfiszel
0f1de9af48
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
768f972cbf
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
e7165f3357
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
4109bd76d0
add dnspython
2023-10-03 01:08:37 +02:00
Ruben Fiszel
c42b8750f1
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 and rubenfiszel
4166931b94
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
fb960594fc
feat: code content search ( #2367 )
...
* code search
* foo
* foo
* all
* all
2023-10-01 21:03:08 +02:00
Ruben Fiszel and rubenfiszel
c863480f99
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
f97289a3d8
fix: fix 0 len flow module processing
2023-09-30 09:00:39 +02:00
Ruben Fiszel
db63eaf29c
fix 0 len flow module processing
2023-09-30 08:50:32 +02:00
Ruben Fiszel
c48afe558f
catch error for loading inner modules
2023-09-30 08:06:23 +02:00
Ruben Fiszel and rubenfiszel
37ea4ed147
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
79ead8f8e3
fix worker groups for non superadmins
2023-09-30 07:50:13 +02:00
Ruben Fiszel
b029027c1c
fix: improve superadmin settings page
2023-09-30 06:29:28 +02:00
Ruben Fiszel
4931ed95c4
fix: remove shared http clients in rest runtime
2023-09-30 05:42:47 +02:00
Ruben Fiszel
56e38b2376
do not stop early if module is a flow step
2023-09-30 00:54:49 +02:00
Ruben Fiszel
be64f39416
fix build
2023-09-30 00:06:56 +02:00
Ruben Fiszel
52df2650ea
feat: add trustedDependencies escape hatch for bun ( #2364 )
...
* trustedDeps
* fix frontend
* trustedDeps
* fix frontend
2023-09-29 20:27:13 +02:00
HugoCasa
093770692a
feat: ai code completion ( #2361 )
2023-09-29 16:04:28 +02:00
Ruben Fiszel
6f558f5898
add tutorial progress backend
2023-09-29 15:56:21 +02:00
denglertai and Ruben Fiszel
46219154de
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
1c5cc0c237
fix: non skipped failures stop even in presence of an error handler
2023-09-29 00:39:17 +02:00
Ruben Fiszel
445bf965ed
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 and rubenfiszel
2c401305bf
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
a2594a7731
improve license key check
2023-09-28 04:58:44 +02:00
Ruben Fiszel
035bad5268
fix: improve license key check
2023-09-28 04:28:52 +02:00
Ruben Fiszel and rubenfiszel
4db788b845
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
44926eb39e
fix sqlx
2023-09-28 02:58:56 +02:00
Faton Ramadani and Ruben Fiszel
20e0427a13
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
f5bed95ab1
fix: add env tags to default worker group ( #2348 )
2023-09-27 10:11:21 -07:00