1
0
mirror of https://github.com/containers/youki synced 2024-11-23 09:21:57 +01:00
Commit Graph

1003 Commits

Author SHA1 Message Date
Thomas Schubart
df1bff8423
Merge pull request #383 from utam0k/improvement/remove-commit-activeity-in-readme
remove a GitHub commit activeity.
2021-10-13 19:12:17 +02:00
utam0k
a218ad71da remove a GitHub commit activeity. 2021-10-13 14:32:09 +00:00
utam0k
ab525d5c03
Merge pull request #379 from YJDoc2/pidfile
Add pidfile test
2021-10-12 21:11:11 +09:00
Yashodhan Joshi
3cc47a7312 Add pidfile test 2021-10-12 15:51:23 +05:30
utam0k
53bbdc2b30
Merge pull request #378 from Furisto/cg-ns-v2
Support cgroup v2 mounts
2021-10-12 14:05:39 +09:00
Furisto
62e20510a7 Add test for cgroup v2 mounts 2021-10-11 23:41:07 +02:00
Furisto
944fd6a864 Implement cgroup v2 mounts 2021-10-11 22:48:03 +02:00
utam0k
d907c13680
Merge pull request #376 from tommady/279-increate-the-code-coverage-of-src-container
279 increate the code coverage of src container
2021-10-10 14:47:28 +09:00
utam0k
5e61ade339
Merge pull request #377 from Furisto/itest-readme
Improve integration test readme
2021-10-10 14:36:09 +09:00
utam0k
429fe3cab3
Merge pull request #373 from Furisto/cg-ns-em-redo
Support systemd named hierarchy and emulate cgroup namespaces for v1 control cgroups
2021-10-10 14:34:35 +09:00
tommady
36a4de97c2
addressed comments 2021-10-10 03:35:49 +00:00
Furisto
524eeacef2 Improve integration test readme 2021-10-10 00:26:48 +02:00
Furisto
ef0ab14d80 Add error context to unified controller 2021-10-09 22:18:43 +02:00
Furisto
5b576f39b1 Improve path handling 2021-10-09 22:10:08 +02:00
tommady
38186caf8c
adding test_get_set_refresh_status 2021-10-09 14:48:50 +00:00
Furisto
c321cd0595
Add additional tests 2021-10-09 16:25:13 +02:00
Furisto
3f979a8555
Formatting 2021-10-09 16:22:26 +02:00
Furisto
644e4c1d85
Tests for cgroup namespaces 2021-10-09 16:22:26 +02:00
Furisto
d50a55a900
Reduce number of reads and improve logging 2021-10-09 16:22:25 +02:00
Furisto
704b5d450f
Support named hierarchies 2021-10-09 16:22:25 +02:00
Furisto
96d13fb5b1
Emulate cgroup namespaces with bind mounts 2021-10-09 16:22:24 +02:00
utam0k
b23cfc820f
Merge pull request #374 from tommady/279-increate-the-code-coverage-of-src-rootfs-part-7
part of PR 340 adding test_make_parent_mount_private
2021-10-09 22:34:21 +09:00
tommady
632c9c8bb1
adding test_get_spec 2021-10-09 13:27:44 +00:00
tommady
183f45cf1e
enhancing test_basic_getter 2021-10-09 13:09:15 +00:00
tommady
5ce9b2b93e
adding test_refresh_load_save_state 2021-10-09 12:57:01 +00:00
tommady
af4abd8968
let refresh_status more sensible with using Result output 2021-10-09 09:51:10 +00:00
tommady
4c90cfd02a
addressed comments 2021-10-09 09:27:01 +00:00
tommady
b3f8408328
adding test_get_set_creator 2021-10-09 09:09:39 +00:00
utam0k
bf4da50747
Merge pull request #375 from YJDoc2/test_validation_workflow
Add integration tests validation workflow
2021-10-09 17:48:44 +09:00
tommady
608eac02a3
adding test_get_set_systemd 2021-10-09 08:18:05 +00:00
tommady
e68d2eb3d2
adding test_set_annotations 2021-10-09 08:07:18 +00:00
tommady
dd909af77a
modify current two cases into more simple 2021-10-09 07:45:26 +00:00
Yashodhan Joshi
331a2e3158 Add integration test validation workflow 2021-10-09 12:47:28 +05:30
tommady
2d0300cb9f
removing test_setup_comount_symlinks and test_setup_namespaced_hierarchy 2021-10-09 06:32:33 +00:00
tommady
efc634dc41
adding test_setup_comount_symlinks 2021-10-09 06:12:11 +00:00
utam0k
f1acccb654
Merge pull request #371 from utam0k/refactoring/namespace-init
organize the process around the namespace in init
2021-10-09 13:12:41 +09:00
tommady
b36b9dbd01
adding test_setup_namespaced_hierarchy 2021-10-08 15:48:25 +00:00
tommady
0550888bd3
adding test_make_parent_mount_private 2021-10-08 14:28:23 +00:00
utam0k
41d45e404a
Merge pull request #372 from yihuaf/yihuaf/seccomp_notify
Restructure the channel code once again
2021-10-08 22:27:06 +09:00
utam0k
c86c6bbdb8
Merge pull request #365 from tommady/279-increate-the-code-coverage-of-src-rootfs-part-6
part of PR 340 adding test_mount_to_container and separate rootfs file
2021-10-08 20:59:36 +09:00
yihuaf
aea09ac969 adds a little more coverage 2021-10-08 10:24:58 +02:00
utam0k
3ecac97720
remove a unnecessary clone method. (#370) 2021-10-08 01:10:34 -07:00
yihuaf
1b13c646f3 Adds comment explaining the design. 2021-10-08 10:03:37 +02:00
yihuaf
eb74c3b958 refactor channel code again
restructured the channel code to have a sender and receiver for
each of the process: main, intermediate, and init.
2021-10-08 09:58:54 +02:00
tommady
678b7f97d4
separate again into more rust way 2021-10-08 06:20:16 +00:00
utam0k
bdb17e9aa8
remove a unnecessary process. 2021-10-08 11:23:32 +09:00
utam0k
b020f53e96
cut out the part of namespace hunding into a function in init 2021-10-08 11:23:05 +09:00
utam0k
20c28d1bcc
rename command to syscall. 2021-10-08 11:22:10 +09:00
utam0k
07d925a3bb
Merge pull request #364 from yihuaf/yihuaf/oci-spec
Update Youki with latest oci-spec-rs
2021-10-07 21:12:36 +09:00
yihuaf
3c075f8aa5 clippy happy 2021-10-06 18:45:00 +02:00