1
0
mirror of https://github.com/containers/youki synced 2024-09-20 02:41:47 +02:00
Commit Graph

1635 Commits

Author SHA1 Message Date
dependabot[bot]
18bf4c5d38
chore(deps): bump crossbeam-epoch from 0.9.5 to 0.9.6
Bumps [crossbeam-epoch](https://github.com/crossbeam-rs/crossbeam) from 0.9.5 to 0.9.6.
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-epoch-0.9.5...crossbeam-epoch-0.9.6)

---
updated-dependencies:
- dependency-name: crossbeam-epoch
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-10 01:12:38 +00:00
dependabot[bot]
eca48932f4
chore(deps): bump indexmap from 1.7.0 to 1.8.0
Bumps [indexmap](https://github.com/bluss/indexmap) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/bluss/indexmap/releases)
- [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.rst)
- [Commits](https://github.com/bluss/indexmap/compare/1.7.0...1.8.0)

---
updated-dependencies:
- dependency-name: indexmap
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-10 01:12:25 +00:00
dependabot[bot]
d4c17fa828
chore(deps): bump crossbeam-channel from 0.5.1 to 0.5.2
Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.5.1 to 0.5.2.
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.5.1...crossbeam-channel-0.5.2)

---
updated-dependencies:
- dependency-name: crossbeam-channel
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-10 01:12:07 +00:00
utam0k
b02f1b8ae3
clean up the shell script for youki integration test. 2022-01-09 17:58:13 +09:00
utam0k
9dd1c9d835
Merge pull request #582 from YJDoc2/readonly_paths
Readonly paths
2022-01-09 16:45:30 +09:00
utam0k
e5263e3203
make the runtime-tools directory one level deeper. 2022-01-08 22:55:46 +09:00
Yashodhan Joshi
8320f0500c Minor fix 2022-01-08 17:44:35 +05:30
Yashodhan Joshi
b2d3e53cc8 Merge branch 'main' of github.com:containers/youki into readonly_paths 2022-01-08 15:18:11 +05:30
Yashodhan Joshi
f5227f8e1a Add runtimetest dir to workflow 2022-01-08 15:16:14 +05:30
Yashodhan Joshi
5553d5ce6b Add readonly paths tests in integration tests and runtimetest 2022-01-08 15:15:59 +05:30
Yashodhan Joshi
ae9265ffcc Seprate runtimetest from youki workspace and make it its own crate 2022-01-07 11:40:17 +05:30
utam0k
636ecff8d4
Merge pull request #598 from containers/dependabot/cargo/syn-1.0.85
chore(deps): bump syn from 1.0.84 to 1.0.85
2022-01-07 13:52:37 +09:00
utam0k
37de2e4963
Merge pull request #599 from containers/dependabot/cargo/libbpf-sys-0.6.1-1
chore(deps): bump libbpf-sys from 0.6.0-1 to 0.6.1-1
2022-01-07 13:52:09 +09:00
dependabot[bot]
fb6ee4c25f
chore(deps): bump libbpf-sys from 0.6.0-1 to 0.6.1-1
Bumps [libbpf-sys](https://github.com/libbpf/libbpf-sys) from 0.6.0-1 to 0.6.1-1.
- [Release notes](https://github.com/libbpf/libbpf-sys/releases)
- [Commits](https://github.com/libbpf/libbpf-sys/compare/0.6.0-1...0.6.1-1)

---
updated-dependencies:
- dependency-name: libbpf-sys
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-07 00:36:48 +00:00
dependabot[bot]
8f84a5c018
chore(deps): bump syn from 1.0.84 to 1.0.85
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.84 to 1.0.85.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/1.0.84...1.0.85)

---
updated-dependencies:
- dependency-name: syn
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-07 00:36:24 +00:00
Thomas Schubart
fc115defc1
Merge pull request #596 from utam0k/improvement/bump-oci-spec-to-v0.5.3
Bump oci-spec to 0.5.3 to prevent specifying commit hash.
2022-01-06 23:17:53 +01:00
Furisto
47273a7ecc Fix duplicate test folder names 2022-01-06 23:10:11 +01:00
Furisto
f7b5928728 Handle unit with unspecified parent 2022-01-06 23:03:25 +01:00
Furisto
099ddc7244 Ensure that valid cgroup path is provided 2022-01-06 22:48:50 +01:00
Yashodhan Joshi
815c5c3922 WIP add readonly paths to runtimetest 2022-01-06 20:51:23 +05:30
utam0k
49332e564b
Bump oci-spec to 0.5.3 to prevent specifying commit hash. 2022-01-06 21:06:33 +09:00
Yashodhan Joshi
78b7e942d7 Add runtime test crate and integrate it with integration tests 2022-01-06 16:30:19 +05:30
Yashodhan Joshi
5c6a833689 Fix OpenOptions issue
Remove unnecessary unsafe{}
Remove libc direct dependency and use nix instead
2022-01-05 11:40:11 +05:30
utam0k
be20b9e754
Merge pull request #593 from Furisto/info-commit
Add commit id to info cmd
2022-01-05 11:20:19 +09:00
Furisto
743820f49f
Add commit id to info cmd 2022-01-05 00:19:11 +01:00
Travis Sturzl
f378fd0196
Merge pull request #592 from Furisto/exclude-autogenerated
Ignore autogenerated code
2022-01-04 14:37:42 -06:00
Furisto
ac7c16aa04 Ignore autogenerated code 2022-01-04 20:12:53 +01:00
Furisto
d3863556d0 Add docs 2022-01-04 18:16:52 +01:00
Furisto
956efa1c03 Harmonize executors 2022-01-04 15:20:42 +01:00
Furisto
5951d0ca86 Clippy & Formatting 2022-01-04 15:20:42 +01:00
Furisto
9c3a4706e8 Tests for wasmer handler 2022-01-04 15:20:42 +01:00
Furisto
b59857d328 Allow wat files 2022-01-04 15:20:42 +01:00
Furisto
9dbcab5788 Implement executor and default handler 2022-01-04 15:20:42 +01:00
Furisto
d6e563078e Minimal wasm implementation 2022-01-04 15:20:42 +01:00
utam0k
de6385fdb2
Merge pull request #580 from em-/style-spellcheck
style(spellcheck): Run a spellchecker and fix typos
2022-01-04 21:44:32 +09:00
Emanuele Aina
b00667a82f style(spelling): Spellcheck the docs
Signed-off-by: Emanuele Aina <emanuele.aina@collabora.com>
2022-01-03 22:06:03 +01:00
Emanuele Aina
6ba0efdff9 style(spelling): Spellcheck the libcontainer crate
Signed-off-by: Emanuele Aina <emanuele.aina@collabora.com>
2022-01-03 22:06:03 +01:00
Emanuele Aina
3879619af7 style(spelling): Spellcheck the libcgroups crate
Signed-off-by: Emanuele Aina <emanuele.aina@collabora.com>
2022-01-03 22:06:03 +01:00
Emanuele Aina
5b29136ab0 style(spelling): Spellcheck benchmark_execution_time.yml
Signed-off-by: Emanuele Aina <emanuele.aina@collabora.com>
2022-01-03 22:06:03 +01:00
Emanuele Aina
94cea1ca4a style(spelling): Spellcheck the integration_test crate
Signed-off-by: Emanuele Aina <emanuele.aina@collabora.com>
2022-01-03 22:06:03 +01:00
Emanuele Aina
4aea95e6dd style(spelling): Spellcheck integration_test.sh
Signed-off-by: Emanuele Aina <emanuele.aina@collabora.com>
2022-01-03 22:06:03 +01:00
Emanuele Aina
201c6f9fed style(spelling): Spellcheck an integration_test.sh function
Signed-off-by: Emanuele Aina <emanuele.aina@collabora.com>
2022-01-03 22:06:03 +01:00
Emanuele Aina
c94831db17 style(spelling): Spellcheck README
Signed-off-by: Emanuele Aina <emanuele.aina@collabora.com>
2022-01-03 22:06:03 +01:00
Emanuele Aina
45813109cb fix(docs): Fix link syntax in liboci-cli/README.md
Signed-off-by: Emanuele Aina <emanuele.aina@collabora.com>
2022-01-03 22:06:03 +01:00
utam0k
253196fd9c
Merge pull request #587 from containers/dependabot/cargo/fixedbitset-0.4.1
Bump fixedbitset from 0.4.0 to 0.4.1
2022-01-03 12:00:32 +09:00
utam0k
60a62df234
Merge pull request #588 from containers/dependabot/cargo/pin-project-lite-0.2.8
Bump pin-project-lite from 0.2.7 to 0.2.8
2022-01-03 11:59:30 +09:00
utam0k
9c6caa19d9
Merge pull request #589 from containers/dependabot/cargo/serde-1.0.133
Bump serde from 1.0.132 to 1.0.133
2022-01-03 11:59:08 +09:00
utam0k
1ccea1696d
Merge pull request #590 from containers/dependabot/cargo/serde_json-1.0.74
Bump serde_json from 1.0.73 to 1.0.74
2022-01-03 11:58:50 +09:00
dependabot[bot]
cfc91fdf4b
Bump serde_json from 1.0.73 to 1.0.74
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.73 to 1.0.74.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.73...v1.0.74)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-03 01:10:49 +00:00
dependabot[bot]
0d1acb582c
Bump serde from 1.0.132 to 1.0.133
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.132 to 1.0.133.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.132...v1.0.133)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-03 01:10:25 +00:00