Ruben Fiszel
9fb4e20e21
fix: refactor deno client to use another openapi generator #743
2022-10-15 18:25:26 +02:00
Ruben Fiszel
e7e8a4cf38
add rawscript as unique enum type on openflow
2022-10-15 16:37:18 +02:00
Jakub Kołodziejczak
89e6b1a63a
chore(backend): allow disabling nsjail for unit tests ( #742 )
...
UC: as a developer I want to be able to test code w/o nsjail
bug: flaky test `test_go_job`
```
running 1 test
test worker::tests::test_go_job ... FAILED
failures:
---- worker::tests::test_go_job stdout ----
received killpill for worker 0
thread 'worker::tests::test_go_job' panicked at 'assertion failed: `(left == right)`
left: `Object {"error": String("Error during execution of the script:\n\ngo: error obtaining buildID for go tool compile: pipe2: too many open files\ngo: error obtaining buildID for go tool compile: pipe2: too many open files\ngo: error obtaining buildID for go tool compile: pipe2: too many open files")}`,
right: `String("hello world")`', src/worker.rs:2434:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
```
workaround: disable nsjail
2022-10-15 16:08:05 +02:00
Ruben Fiszel
9aabb163ad
chore(main): release 1.38.3 ( #740 )
...
* chore(main): release 1.38.3
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-10-15 11:35:49 +02:00
Ruben Fiszel
7e673e3740
fix(go-client): go-client README
2022-10-15 11:23:10 +02:00
Ruben Fiszel
dcee703d66
chore(main): release 1.38.2 ( #737 )
2022-10-15 11:19:42 +02:00
Ruben Fiszel
f34a625add
fix(go-client): improve go-client variable and resource handling
2022-10-15 11:18:17 +02:00
Ruben Fiszel
a7e76d13b9
fix(go-client): return error
2022-10-15 10:29:01 +02:00
Jakub Kołodziejczak
52f6db2e81
fix(python-client): provide backwards compatibility down to python3.7 ( #738 ) ( #739 )
...
this reverts 79b176cbbd introducing
alternative way of avoiding bug described in
https://github.com/windmill-labs/windmill/issues/736#issuecomment-1279679730
the improvement here is that we're able to support more python versions
now
2022-10-15 10:27:07 +02:00
Jakub Kołodziejczak
79b176cbbd
chore(python-client): update minimal python version ( #738 )
2022-10-15 09:42:19 +02:00
Ruben Fiszel
25c74e2396
fix(go-client): improve go-client error handling
2022-10-15 09:08:13 +02:00
Ruben Fiszel
121aa2314a
add apache 2.0 to go client
2022-10-15 09:02:34 +02:00
Ruben Fiszel
133a661d88
chore(main): release 1.38.1 ( #734 )
...
* chore(main): release 1.38.1
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-10-15 08:49:34 +02:00
Ruben Fiszel
4e15ce62c1
fix(python-client): not publishinf windmill-api
2022-10-15 08:48:54 +02:00
Ruben Fiszel
9e9ec6e7e6
fix(go-client): pass bearer token to requests
2022-10-14 20:35:19 +02:00
Ruben Fiszel
889d065c9f
go client ci deployment
2022-10-14 20:24:22 +02:00
Ruben Fiszel
8a0a3d84ca
chore(main): release 1.38.0 ( #700 )
...
* chore(main): release 1.38.0
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-10-14 20:06:04 +02:00
Ruben Fiszel
d33829ff03
go client v0
2022-10-14 19:45:16 +02:00
Ruben Fiszel
655fb267d7
go client v0
2022-10-14 17:06:42 +02:00
Ruben Fiszel
b3bd19879f
remove some frontend warnings
2022-10-14 16:32:15 +02:00
Ruben Fiszel
b7b5445874
add go-client mvp + stabilize openapi ( #732 )
2022-10-14 16:26:51 +02:00
Ruben Fiszel
7a4ceb318e
fix(deno): approval endpoints generator ( #728 )
2022-10-14 09:17:27 +02:00
Ádám Kovács
425e395705
fix(frontend): Update skeleton animation timings ( #730 )
2022-10-13 16:09:40 +02:00
Ádám Kovács
26ffebd941
feat(frontend): Typography update ( #725 )
...
* feat(frontend): Add new font face
* feat(frontend): Typography update
* fix(frontend): Import Inter font
* fix(frontend): Font fixes
* fix(front): Fix spacing and font inconsistencies
* fix(frontend): Visual changes and fixes
* fix(frontend): Minor visual fixes
* fix(frontend): Remove comment
2022-10-13 14:04:26 +02:00
Ruben Fiszel
7efd229b05
improve supercache
2022-10-13 03:04:55 +02:00
Ruben Fiszel
f8f578ddb5
remove spurrious missing editorService alert
2022-10-13 03:02:33 +02:00
Ruben Fiszel
73597d1409
optimize mainargsignature inference
2022-10-13 02:51:05 +02:00
Ruben Fiszel
ff6046c079
optimize mainargsignature inference
2022-10-13 02:41:24 +02:00
Ruben Fiszel
d1d3403658
improve supercache
2022-10-13 01:23:08 +02:00
Ruben Fiszel
4dce71c877
improve supercache
2022-10-13 00:47:00 +02:00
Ruben Fiszel
2b134158f4
improve supercache
2022-10-13 00:15:21 +02:00
Ruben Fiszel
7488c419f7
fix supercache in presence of other deps
2022-10-12 23:28:50 +02:00
Ruben Fiszel
e0582fa043
fix reload schema before testing
2022-10-12 23:24:20 +02:00
Jakub Kołodziejczak
a5f545411f
feat(backend): supercache for python heavy dependencies in alpha
2022-10-12 23:02:27 +02:00
Ruben Fiszel
953712d94e
fix handle shared path not existing because job was resumed on another worker
2022-10-12 20:09:07 +02:00
Ruben Fiszel
eb6d0084ab
fix suspend + sleep with same worker
2022-10-12 15:56:15 +02:00
Faton Ramadani
9188e38fa7
fix(frontend): remove flowbite svelte dependency from shared Badge ( #722 )
2022-10-12 10:03:48 +02:00
Ruben Fiszel
c82004de00
feat: secure suspended resume event + configurable timeout ( #721 )
...
* fix suspend count for early message + delete resume_job
* all
* done everything
* done everything
2022-10-11 22:55:14 +02:00
Ádám Kovács
5a17701ccd
feat(frontend): Loading placeholder ( #707 )
...
* feat(frontend): Add skeleton component
* feat(frontend): Add loading to script page
* fix(frontend): Fix skeleton positioning
* feat(frontend): Remove static content from loading
* feat(frontend): Add loading to the main pages
* fix(frontend): Use skeleton directive on leaf node
* fix(frontend): Skeleton alignment
* fix(front): Replace skeleton directive with class
2022-10-11 15:38:50 +02:00
dependabot[bot]
0d9325a782
chore(deps-dev): bump @typescript-eslint/parser in /frontend ( #720 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.39.0 to 5.40.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.40.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-10 20:41:26 +00:00
dependabot[bot]
56cbe149e0
chore(deps-dev): bump flowbite-svelte from 0.27.5 to 0.27.6 in /frontend ( #719 )
...
Bumps [flowbite-svelte](https://github.com/themesberg/flowbite-svelte ) from 0.27.5 to 0.27.6.
- [Release notes](https://github.com/themesberg/flowbite-svelte/releases )
- [Changelog](https://github.com/themesberg/flowbite-svelte/blob/main/CHANGELOG.md )
- [Commits](https://github.com/themesberg/flowbite-svelte/compare/v0.27.5...v0.27.6 )
---
updated-dependencies:
- dependency-name: flowbite-svelte
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-10 20:34:21 +00:00
dependabot[bot]
3ece26ecce
chore(deps): bump swc_ecma_parser from 0.122.5 to 0.122.7 in /backend ( #718 )
...
Bumps [swc_ecma_parser](https://github.com/swc-project/swc ) from 0.122.5 to 0.122.7.
- [Release notes](https://github.com/swc-project/swc/releases )
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md )
- [Commits](https://github.com/swc-project/swc/commits )
---
updated-dependencies:
- dependency-name: swc_ecma_parser
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-10 20:14:09 +00:00
dependabot[bot]
eda1a7a290
chore(deps-dev): bump prettier-plugin-svelte in /frontend ( #711 )
...
Bumps [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte ) from 2.7.1 to 2.8.0.
- [Release notes](https://github.com/sveltejs/prettier-plugin-svelte/releases )
- [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sveltejs/prettier-plugin-svelte/commits )
---
updated-dependencies:
- dependency-name: prettier-plugin-svelte
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-10 19:57:41 +00:00
dependabot[bot]
9084572c63
chore(deps-dev): bump svelte2tsx from 0.5.19 to 0.5.20 in /frontend ( #717 )
...
Bumps [svelte2tsx](https://github.com/sveltejs/language-tools ) from 0.5.19 to 0.5.20.
- [Release notes](https://github.com/sveltejs/language-tools/releases )
- [Commits](https://github.com/sveltejs/language-tools/compare/svelte2tsx-0.5.19...svelte2tsx-0.5.20 )
---
updated-dependencies:
- dependency-name: svelte2tsx
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-10 19:52:51 +00:00
dependabot[bot]
6009bd1900
chore(deps-dev): bump svelte-check from 2.9.1 to 2.9.2 in /frontend ( #713 )
...
Bumps [svelte-check](https://github.com/sveltejs/language-tools ) from 2.9.1 to 2.9.2.
- [Release notes](https://github.com/sveltejs/language-tools/releases )
- [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-2.9.1...svelte-check-2.9.2 )
---
updated-dependencies:
- dependency-name: svelte-check
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-10 19:52:27 +00:00
dependabot[bot]
52a5545ee4
chore(deps): bump serde_json from 1.0.85 to 1.0.86 in /backend ( #715 )
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.85 to 1.0.86.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.85...v1.0.86 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-10 19:41:52 +00:00
dependabot[bot]
3bed808fb0
chore(deps): bump swc_common from 0.29.4 to 0.29.5 in /backend ( #714 )
...
Bumps [swc_common](https://github.com/swc-project/swc ) from 0.29.4 to 0.29.5.
- [Release notes](https://github.com/swc-project/swc/releases )
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md )
- [Commits](https://github.com/swc-project/swc/commits )
---
updated-dependencies:
- dependency-name: swc_common
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-10 19:33:10 +00:00
dependabot[bot]
9e131b1f03
chore(deps): bump deno_core from 0.153.0 to 0.154.0 in /backend ( #712 )
...
Bumps [deno_core](https://github.com/denoland/deno ) from 0.153.0 to 0.154.0.
- [Release notes](https://github.com/denoland/deno/releases )
- [Changelog](https://github.com/denoland/deno/blob/main/Releases.md )
- [Commits](https://github.com/denoland/deno/commits )
---
updated-dependencies:
- dependency-name: deno_core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-10 19:24:30 +00:00
dependabot[bot]
935bdd25e1
chore(deps): bump tracing from 0.1.36 to 0.1.37 in /backend ( #710 )
...
Bumps [tracing](https://github.com/tokio-rs/tracing ) from 0.1.36 to 0.1.37.
- [Release notes](https://github.com/tokio-rs/tracing/releases )
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.36...tracing-0.1.37 )
---
updated-dependencies:
- dependency-name: tracing
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-10 19:15:46 +00:00
dependabot[bot]
ab3f93b7c8
chore(deps): bump uuid from 1.1.2 to 1.2.1 in /backend ( #709 )
...
Bumps [uuid](https://github.com/uuid-rs/uuid ) from 1.1.2 to 1.2.1.
- [Release notes](https://github.com/uuid-rs/uuid/releases )
- [Commits](https://github.com/uuid-rs/uuid/compare/1.1.2...1.2.1 )
---
updated-dependencies:
- dependency-name: uuid
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-10 19:07:04 +00:00