1
0
mirror of https://github.com/containers/youki synced 2024-09-25 05:30:39 +02:00
Commit Graph

1518 Commits

Author SHA1 Message Date
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
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
dependabot[bot]
b2c5ebf3dc
Bump pin-project-lite from 0.2.7 to 0.2.8
Bumps [pin-project-lite](https://github.com/taiki-e/pin-project-lite) from 0.2.7 to 0.2.8.
- [Release notes](https://github.com/taiki-e/pin-project-lite/releases)
- [Changelog](https://github.com/taiki-e/pin-project-lite/blob/main/CHANGELOG.md)
- [Commits](https://github.com/taiki-e/pin-project-lite/compare/v0.2.7...v0.2.8)

---
updated-dependencies:
- dependency-name: pin-project-lite
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-03 01:10:04 +00:00
dependabot[bot]
b56c55c583
Bump fixedbitset from 0.4.0 to 0.4.1
Bumps [fixedbitset](https://github.com/petgraph/fixedbitset) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/petgraph/fixedbitset/releases)
- [Commits](https://github.com/petgraph/fixedbitset/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-03 01:09:52 +00:00
utam0k
597a0f0e6b
Merge pull request #579 from Furisto/cg-hugetlb-max
Use correct hugetlb interface file name
2021-12-31 21:20:00 +09:00
Yashodhan Joshi
7d8518d871 WIP Add readonly_paths tests 2021-12-31 17:08:05 +05:30
Yashodhan Joshi
3c40116803 Merge branch 'main' of github.com:containers/youki into readonly_paths 2021-12-31 17:00:23 +05:30
utam0k
154655cec2
Merge pull request #581 from containers/dependabot/cargo/ppv-lite86-0.2.16
Bump ppv-lite86 from 0.2.15 to 0.2.16
2021-12-31 10:34:21 +09:00
dependabot[bot]
ccf979a240
Bump ppv-lite86 from 0.2.15 to 0.2.16
Bumps [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) from 0.2.15 to 0.2.16.
- [Release notes](https://github.com/cryptocorrosion/cryptocorrosion/releases)
- [Commits](https://github.com/cryptocorrosion/cryptocorrosion/compare/ppv-lite86-0.2.15...ppv-lite86-0.2.16)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-31 00:47:19 +00:00
Thomas Schubart
5eaab7d78d
Merge pull request #578 from utam0k/fix/align-version
align the version of crates.
2021-12-31 00:19:23 +01:00
Furisto
059f2ee81f Use correct hugetlb interface file name 2021-12-30 17:26:52 +01:00
utam0k
89022f4366 specify the version of each crates. 2021-12-30 23:10:35 +09:00
utam0k
f2a2b20dfb align the version of crates. 2021-12-30 22:24:45 +09:00
utam0k
faed120be4
Merge pull request #577 from containers/dependabot/cargo/version_check-0.9.4
Bump version_check from 0.9.3 to 0.9.4
2021-12-30 10:34:06 +09:00
dependabot[bot]
951df959c0
Bump version_check from 0.9.3 to 0.9.4
Bumps [version_check](https://github.com/SergioBenitez/version_check) from 0.9.3 to 0.9.4.
- [Release notes](https://github.com/SergioBenitez/version_check/releases)
- [Commits](https://github.com/SergioBenitez/version_check/compare/v0.9.3...v0.9.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-30 00:49:10 +00:00
Thomas Schubart
21c9d09145
Merge pull request #575 from containers/dependabot/cargo/quote-1.0.14
Bump quote from 1.0.13 to 1.0.14
2021-12-29 01:57:01 +01:00
dependabot[bot]
cf8581a3ce
Bump quote from 1.0.13 to 1.0.14
Bumps [quote](https://github.com/dtolnay/quote) from 1.0.13 to 1.0.14.
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](https://github.com/dtolnay/quote/compare/1.0.13...1.0.14)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-29 00:48:08 +00:00
Thomas Schubart
d746c13639
Merge pull request #574 from utam0k/fix/release-tag
fix the name of build artifacts at release.
2021-12-29 00:59:36 +01:00
utam0k
224aaa250e
Merge pull request #573 from Furisto/itest-list
Add option to list test groups
2021-12-28 22:18:16 +09:00