1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-05-19 14:06:20 +02:00
Commit Graph

1436 Commits

Author SHA1 Message Date
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
Yashodhan Joshi 815c5c3922 WIP add readonly paths to runtimetest 2022-01-06 20:51:23 +05:30
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
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
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
Furisto ebd546d2dd Add option to list test groups 2021-12-28 13:40:05 +01:00
utam0k 5d5691f975 fix the name of build artifacts at release. 2021-12-28 20:56:06 +09:00
utam0k ef1df5d61a
Merge pull request #569 from Furisto/cg-cpu-zero-as-default
Interpret a cpu quota of zero as default value
2021-12-28 16:22:22 +09:00
utam0k eb5235e7f6
Merge pull request #570 from containers/dependabot/cargo/quote-1.0.13
Bump quote from 1.0.10 to 1.0.13
2021-12-28 14:52:24 +09:00
utam0k 96e799b8d8
Merge pull request #571 from containers/dependabot/cargo/proc-macro2-1.0.36
Bump proc-macro2 from 1.0.35 to 1.0.36
2021-12-28 14:52:00 +09:00
utam0k 59a24831d2
Merge pull request #572 from inductor/fix_typo
Fix typo in docs
2021-12-28 10:57:24 +09:00
inductor 0d7d3818d5 THis -> This 2021-12-28 10:15:32 +09:00
dependabot[bot] f4d0b019cf
Bump proc-macro2 from 1.0.35 to 1.0.36
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.35 to 1.0.36.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.35...1.0.36)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-28 00:34:24 +00:00
dependabot[bot] 7b1bcb507c
Bump quote from 1.0.10 to 1.0.13
Bumps [quote](https://github.com/dtolnay/quote) from 1.0.10 to 1.0.13.
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](https://github.com/dtolnay/quote/compare/1.0.10...1.0.13)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-28 00:34:18 +00:00
Thomas Schubart 91fc298596
Merge pull request #568 from SarthakSingh31/main
Resolved `needs_to_handle` TODO's
2021-12-27 19:21:03 +01:00
Furisto a76f30ab64 Adapt cgroup v2 cpu integration tests 2021-12-27 19:10:53 +01:00
Furisto dbe2155bca Follow runc's behavior when setting cpu.max
Runc interprets a a zero quota value as unrestricted.
2021-12-27 18:19:32 +01:00
Thomas Schubart e43f400d88
Merge pull request #567 from containers/dependabot/cargo/proc-macro2-1.0.35
Bump proc-macro2 from 1.0.34 to 1.0.35
2021-12-27 12:40:52 +01:00
dependabot[bot] 4ee1dc234e
Bump proc-macro2 from 1.0.34 to 1.0.35
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.34 to 1.0.35.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.34...1.0.35)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-27 07:23:43 +00:00
utam0k e5a3a1e9c7
Merge pull request #566 from containers/dependabot/cargo/syn-1.0.84
Bump syn from 1.0.83 to 1.0.84
2021-12-27 16:22:23 +09:00
dependabot[bot] d966141288
Bump syn from 1.0.83 to 1.0.84
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.83 to 1.0.84.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/1.0.83...1.0.84)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-27 01:09:09 +00:00
Sarthak Singh bb4b39830a Restored `needs_to_handle` as it no longer causes compiler errors 2021-12-26 11:03:15 -08:00
Sarthak Singh a3a3918e75 Removed extra `;` as it causes tests to fail on nightly 2021-12-26 11:02:04 -08:00
YJDoc2 91b7632602
Merge pull request #564 from utam0k/improvement/release-actions-include-v
The release tag generally begins with v
2021-12-26 15:50:29 +05:30
utam0k 0f8a44f1f9
Merge pull request #565 from YJDoc2/mdbook
Update mdbook docs and Add doc link in the Readme
2021-12-26 19:06:46 +09:00
Yashodhan Joshi b6fb5300cb Update mdbook docs and Add doc link in the Readme 2021-12-26 12:34:49 +05:30
utam0k 29bce7a1c7 The release tag generally begins with v 2021-12-26 13:06:22 +09:00
utam0k 76351834ea
Merge pull request #560 from YJDoc2/mdbook
Add Mdbook documentation
2021-12-25 11:32:28 +09:00
Yashodhan Joshi ecb8bb8c03 Add deploy CI script 2021-12-24 20:45:33 +05:30
Yashodhan Joshi d47580ec13 Update the dev documentation 2021-12-24 18:47:37 +05:30
utam0k 4dc8863320
Merge pull request #562 from Furisto/cg-log-data-value
Log value that is written to cgroup file
2021-12-24 21:22:03 +09:00
Thomas Schubart f2331b7899
Merge pull request #563 from containers/dependabot/cargo/anyhow-1.0.52
Bump anyhow from 1.0.51 to 1.0.52
2021-12-24 12:13:27 +01:00
dependabot[bot] 5f0667b9b7
Bump anyhow from 1.0.51 to 1.0.52
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.51 to 1.0.52.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.51...1.0.52)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-24 00:52:42 +00:00
Furisto 30f5a7c797
Log value that is written to cgroup file 2021-12-23 21:29:53 +01:00
Yashodhan Joshi e987d7811e Initial dev documentation WIP 2021-12-23 20:02:12 +05:30
dependabot[bot] e646b939ec
Bump syn from 1.0.82 to 1.0.83 (#561)
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.82 to 1.0.83.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/1.0.82...1.0.83)

---
updated-dependencies:
- dependency-name: syn
  dependency-type: indirect
  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>
2021-12-22 18:16:29 -08:00
Yashodhan Joshi 784ca705ad improve the user documentation 2021-12-22 21:39:41 +05:30