1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-06-18 17:49:43 +02:00
Commit Graph

548 Commits

Author SHA1 Message Date
yihuaf e497179119 minor fixes 2021-07-22 04:46:02 +00:00
yihuaf 68e30596ea final clean up 2021-07-22 04:46:02 +00:00
yihuaf 14aefb19d7 fix notify parent 2021-07-22 04:44:59 +00:00
yihuaf 27bbccd240 fix the notify listener 2021-07-22 04:44:59 +00:00
yihuaf 33ab221467 add error context 2021-07-22 04:44:59 +00:00
yihuaf 5ec55e0684 remove old fork code 2021-07-22 04:44:59 +00:00
yihuaf 24229a6c23 parent channel changed 2021-07-22 04:44:59 +00:00
yihuaf de3bb1ff5a implement container creation using clone 2021-07-22 04:44:59 +00:00
yihuaf 5c2e674521 add clone function 2021-07-22 04:44:59 +00:00
yihuaf 3db50d1080 derive clone filedescriptor 2021-07-22 04:44:59 +00:00
yihuaf e707bf332c simple namespaces helper function 2021-07-22 04:44:59 +00:00
utam0k 8daff03c7f
Merge pull request #153 from yihuaf/yihuaf/152
Correctly handle the rootfs path with bundle
2021-07-22 12:53:07 +09:00
yihuaf 5fcca81c1d fix fmt 2021-07-22 03:39:24 +00:00
utam0k 72bd795f2d
Merge pull request #151 from ferrell-code/caps-serde
add serde_support to caps
2021-07-22 11:34:33 +09:00
ferrell-code 5cbbba0621 add serde_support to caps
format

cargo

comments

comment

cargo files
2021-07-21 18:25:11 -04:00
yihuaf 1074fa2e98 unit test for canonicalize_rootfs 2021-07-21 19:57:48 +00:00
yihuaf de8773f9db add unit test for Spec load and save 2021-07-21 19:23:05 +00:00
Furisto ffe281981e
Merge pull request #141 from tsturzl/ts-memory-v2-clean
memory cgv2 subsystem implemented
2021-07-21 10:36:53 +02:00
yihuaf d938f294bb Correctly handle the rootfs path with bundle
The rootfs path is not correctly handled. The safe guarded version of
the spec doesn't contain the canonicalized rootfs with the bundle path.
The solution here is to save the rootfs path with bundle path into the
safe guarded version of the spec.
2021-07-21 07:01:52 +00:00
utam0k 4076f1694a
Merge pull request #55 from ferrell-code/add-spec-arg
Adds spec cli command
2021-07-20 21:37:36 +09:00
Travis Sturzl efbf025bc8 fix test names, cleanup imports 2021-07-18 22:47:39 -06:00
ferrell-code e4b0d33dd3 add spec arg to cli 2021-07-18 23:40:54 -04:00
Furisto a6dc584d7f
Merge pull request #139 from duduainankai/support-pause-resume
Add pause and resume command
2021-07-18 18:37:58 +02:00
Zheming Li 94243b8d90 Add pause and resume command 2021-07-18 00:25:10 +08:00
utam0k 0181ee1c6b
Merge pull request #138 from Furisto/exec
Implement exec command
2021-07-17 23:53:04 +09:00
Furisto 84bc49c877 Add comments 2021-07-17 16:18:10 +02:00
Travis Sturzl 799b93bce8 memory cgv2 subsystem added and working 2021-07-16 10:25:36 -06:00
Furisto ef0678238f Remove todo 2021-07-16 00:41:09 +02:00
Furisto 5369b74711 Fix test failure 2021-07-15 22:56:58 +02:00
Furisto 5d63f31d0e Support calling exec multiple times 2021-07-15 22:44:34 +02:00
Furisto 0f36e355ec Implement exec command 2021-07-15 22:44:34 +02:00
oliver 847df4c36e Merge branch 'main' into integration-test-lifecycle 2021-07-16 05:01:39 +09:00
oliver 13e97ab14f
Merge pull request #3 from minakawa-daiki/integration-test-lifecycle-2
Update Integration test lifecycle
2021-07-16 04:59:03 +09:00
oliver 3e6e933d51 Impl original integration test tool 2021-07-16 04:55:46 +09:00
oliver e88b3c6fb7 Delete cargo test version 2021-07-16 04:55:21 +09:00
utam0k 005bb5a952
Merge pull request #137 from YJDoc2/main
Document list and logger modules
2021-07-16 00:02:57 +09:00
Yashodhan Joshi 67bd43ec2a Merge branch 'main' of github.com:containers/youki into main 2021-07-15 16:07:02 +05:30
Yashodhan Joshi c136125030 Comment and modify Log module:
Now the default log level is set according to type of compilation debug/production
2021-07-15 16:04:34 +05:30
utam0k d66bc1b770
Merge pull request #135 from 0xdco/cgroups-v2-hugetlb
cgroupsv2 hugetlb
2021-07-14 22:13:30 +09:00
Yashodhan Joshi 1fb364485e Document list module 2021-07-13 19:34:12 +05:30
utam0k 886e9e8779
Merge pull request #136 from YJDoc2/main
Document Info module
2021-07-13 21:55:08 +09:00
Yashodhan Joshi e5119a0ca1 Update doc-draft.md 2021-07-13 11:37:32 +05:30
Yashodhan Joshi 6be676969a Document Info module 2021-07-13 11:33:25 +05:30
0xdco c1686c64f0
use different temp dir for hugetlbv2 tests 2021-07-13 01:29:13 +02:00
0xdco 4549309e21
remove regex usage from hugetlb v2 2021-07-13 01:00:38 +02:00
0xdco 21a7686b53
cgroupsv2 hugetlb 2021-07-13 00:33:05 +02:00
utam0k 0c409084dd
Merge pull request #131 from YJDoc2/comment-capabilities
Document capabilities rs and refactor its drop_privileges function
2021-07-13 00:01:31 +09:00
utam0k 2a7f9075f7
Merge pull request #133 from duduainankai/fix-tmp-dir-in-test
Fix same tmp dir in freezer v2 tests
2021-07-12 14:03:22 +09:00
Zheming Li d3e2f5746a Fix same tmp dir in freezer v2 tests 2021-07-12 11:35:51 +08:00
Yashodhan Joshi 699df645ba Merge branch 'main' of github.com:containers/youki into comment-capabilities 2021-07-11 21:26:54 +05:30