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
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
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
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
Ruben Fiszel
7efd229b05
improve supercache
2022-10-13 03:04:55 +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
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
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
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]
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
Ruben Fiszel
6ea76b5a61
fix suspend count for early message + delete resume_job
2022-10-10 20:17:49 +02:00
Ruben Fiszel
0356384d4a
add failed_jobs to retrystatus
2022-10-10 13:41:07 +02:00
Ruben Fiszel
45a563566e
specify branch_chosen in openflow
2022-10-10 12:59:16 +02:00
Ruben Fiszel
b87b03a673
feat(backend): implement new OpenFlow module Branches ( #692 )
...
* branches
* iterate
* branches
* progress
* progress
* progress
* done
* adapt frontend
* adapt frontend
* sqlx
2022-10-09 23:12:05 +02:00
Ruben Fiszel
430e22a4b4
feat: support struct in Go as script parameters #705
2022-10-08 20:03:08 +02:00
Ruben Fiszel
a9f23d1ebf
improve error messages
2022-10-08 14:36:21 +02:00
Ruben Fiszel
adc64746b1
improve error messages
2022-10-08 14:22:34 +02:00
Ruben Fiszel
98bcd8a74d
chore(main): release 1.37.0 ( #659 )
...
* chore(main): release 1.37.0
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-10-08 13:32:28 +02:00
Ruben Fiszel
6cbc6b421b
feat: add go LSP ( #699 )
...
* lsp
* progress
* 1.36.0
2022-10-08 13:28:46 +02:00
Ruben Fiszel
7f21147c8d
feat(backend): separate properly logs from result
2022-10-07 19:54:44 +02:00
Ruben Fiszel
5bf169577c
fix(backend): go lock dependency with no requirements
2022-10-07 16:11:45 +02:00
Ruben Fiszel
a229e6f488
feat: sleep for arbitrary number of seconds statically or with a javascript expression ( #691 )
...
* progress
* progress
* fix serde
* fix frontend
* fix frontend
2022-10-07 04:09:32 +02:00
Ruben Fiszel
9a7cce1ab5
only stop wait on child on ok changes values
2022-10-06 23:37:10 +02:00
Ruben Fiszel
2198a64c0a
fix: get info about kill reason
2022-10-06 23:25:49 +02:00
Ruben Fiszel
8ffc9dfe4c
fix: get info about kill reason
2022-10-06 23:15:27 +02:00
Ruben Fiszel
8d8c9698a5
fix(backend): same_worker uses the same folder even within loops
2022-10-06 21:39:07 +02:00
Ruben Fiszel
8b60e9154c
add GOMEMLIMIT to 2Gb
2022-10-06 05:13:06 +02:00
Ruben Fiszel
849842e9c6
feat: implement same_worker openflow attribute for running flow all in one go + sharing folder /shared ( #689 )
...
* init
* progress
* all
* sqlx
* remove unecessary test
* done
* frontend
* frontend
2022-10-06 04:59:09 +02:00
Ruben Fiszel
086abac0b9
chore(deps): backend update
2022-10-05 03:44:33 +02:00
Ruben Fiszel
5b67da5cf5
spurrious printlns
2022-10-04 14:44:56 +02:00
Ruben Fiszel
4729cc8cc3
progress
2022-10-04 08:40:01 +02:00
Ruben Fiszel
3417325460
progress
2022-10-04 08:40:01 +02:00
dependabot[bot]
1d689bfad8
chore(deps): bump unicode-general-category in /backend ( #677 )
...
Bumps [unicode-general-category](https://github.com/yeslogic/unicode-general-category ) from 0.5.1 to 0.6.0.
- [Release notes](https://github.com/yeslogic/unicode-general-category/releases )
- [Commits](https://github.com/yeslogic/unicode-general-category/compare/0.5.1...0.6.0 )
---
updated-dependencies:
- dependency-name: unicode-general-category
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-03 19:34:41 +00:00
dependabot[bot]
ef6a62e22e
chore(deps): bump deno_core from 0.151.0 to 0.153.0 in /backend ( #676 )
...
Bumps [deno_core](https://github.com/denoland/deno ) from 0.151.0 to 0.153.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-03 19:24:09 +00:00
dependabot[bot]
70571f4964
chore(deps): bump tokio from 1.21.1 to 1.21.2 in /backend ( #672 )
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.21.1 to 1.21.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.21.1...tokio-1.21.2 )
---
updated-dependencies:
- dependency-name: tokio
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-03 19:03:53 +00:00
dependabot[bot]
c834940f44
chore(deps): bump serde from 1.0.144 to 1.0.145 in /backend ( #669 )
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.144 to 1.0.145.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.144...v1.0.145 )
---
updated-dependencies:
- dependency-name: serde
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-03 18:54:00 +00:00
Ruben Fiszel
84979527eb
minor UI fixes
2022-10-02 21:35:07 +02:00
Ruben Fiszel
6bf1abf16e
feat(backend): add WM_BASE_URL
2022-10-02 18:53:05 +02:00
Ruben Fiszel
53b69553a2
chore(main): release 1.36.0 ( #521 )
...
* chore(main): release 1.36.0
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-10-02 06:08:39 +02:00