1
0
mirror of https://github.com/containers/youki synced 2024-11-22 17:02:00 +01:00
Commit Graph

245 Commits

Author SHA1 Message Date
utam0k
d4b1ed5332 Add CODE-OF-CONDUCT.md and SECURITY.md 2021-06-13 17:56:20 +09:00
Furisto
0378410c24
Merge pull request #83 from Furisto/info-cmd
Add info command
2021-06-12 11:03:50 +02:00
Furisto
59fed617a7 Add info command 2021-06-12 10:57:16 +02:00
utam0k
a6a843536d
Merge pull request #85 from tsturzl/main
Clean up use of unsafe
2021-06-12 09:41:18 +09:00
Travis Sturzl
c34c14b72d make sure any values with = are not affected 2021-06-11 17:58:01 -06:00
Travis Sturzl
629aaa9e9b limit scope of unsafe
get rid of unneeded unsafes
2021-06-11 17:40:08 -06:00
Travis Sturzl
42d877a57c
Merge pull request #84 from Furisto/cg-better-errors
Provide better error messages
2021-06-11 17:14:54 -06:00
Furisto
870d756cfb Provide better error messages 2021-06-11 19:10:17 +02:00
utam0k
7a3d90d852
Merge pull request #81 from duduainankai/add-integration-test
add create kill delete state in integration test
2021-06-11 15:54:09 +09:00
Zheming Li
d076db8358 add create kill delete state in integration test 2021-06-11 03:13:51 +00:00
Furisto
16a3c114ab
Merge pull request #80 from tsturzl/main
Fix badges in README
2021-06-10 21:03:56 +02:00
Travis Sturzl
e880986285 Fix README badges
fix github ci badge

typo...
2021-06-10 11:50:27 -06:00
utam0k
10912ff178
Merge pull request #79 from YJDoc2/main
Document Container and Command modules
2021-06-11 00:03:56 +09:00
Yashodhan Joshi
39e4963c16 Merge branch 'main' of github.com:containers/youki into main 2021-06-10 12:45:57 +05:30
Yashodhan Joshi
5d8e777d60 Add draft-doc for container and command module 2021-06-10 12:43:11 +05:30
Yashodhan Joshi
b03d631449 Add comments to command module 2021-06-10 12:37:26 +05:30
utam0k
32743ec18f
Merge pull request #75 from tsturzl/main
Improved testing, property testing, device tests
2021-06-10 09:23:43 +09:00
tsturzl
4881e41524
address requested changes 2021-06-09 17:04:37 -06:00
Travis Sturzl
0212a881f6
Merge pull request #74 from Furisto/cg-relative
Handle relative cgroup paths
2021-06-09 12:45:47 -06:00
Furisto
b9ae5b7cd6 Ensure parents have value 2021-06-09 20:20:17 +02:00
Furisto
ca3e9f27f6 Handle relative cgroup paths 2021-06-09 20:20:17 +02:00
Furisto
923ee3bf26
Merge pull request #76 from utam0k/widget
add some widgets to README.md
2021-06-09 14:03:05 +02:00
utam0k
e786dee0bd add some widgets to README.md 2021-06-09 20:54:36 +09:00
Yashodhan Joshi
56104b0af6 Add comments to container module 2021-06-08 19:54:37 +05:30
utam0k
d72ffa5d6f
Merge pull request #70 from PeterYordanov/added-doc-comments-modules
Added doc comments modules
2021-06-08 17:48:32 +09:00
Peter Yordanov
03ce61c3e4 Unfinished sentence 2021-06-08 09:36:56 +03:00
Peter Yordanov
db743e036e Fixed typo 2021-06-08 09:34:50 +03:00
Peter Yordanov
0c9f6627f5 Updated doc comments 2021-06-07 23:36:18 +03:00
Travis Sturzl
7649444116 basic device tests
property testing on devices

property testing hugetbl and memory controllers

fix comount checks
2021-06-07 12:17:45 -06:00
utam0k
f9479f8beb
Merge pull request #71 from minakawa-daiki/add-integration-template
Added Integration test template
2021-06-08 00:01:44 +09:00
utam0k
2cc1433975
Merge pull request #69 from Furisto/cg-escape
Fix issues with cgroup v1 and v2
2021-06-07 23:04:29 +09:00
oliver
297d786df4 Merge branch 'main' into add-integration-template 2021-06-07 23:03:27 +09:00
utam0k
87221b93f7
Merge pull request #73 from minakawa-daiki/fix-youki-path
Change execution path and fix CI
2021-06-07 23:01:10 +09:00
oliver
2fe6a68d06 Change build command 2021-06-07 22:15:24 +09:00
oliver
f3037b5f28 Update youki path 2021-06-07 22:14:46 +09:00
oliver
1c1aa2d2fa Added doc on how to run integration tests 2021-06-07 18:24:34 +09:00
oliver
02701d97f3 Run fmt 2021-06-06 23:48:55 +09:00
oliver
6b5d59d751 refactore 2021-06-06 23:47:17 +09:00
oliver
b56ddc3b59 Create a template for integration tests. 2021-06-06 22:24:53 +09:00
Furisto
adb43102e0
Merge pull request #68 from utam0k/handle_wouldblock
add handling of WouldBlock error.
2021-06-06 15:16:28 +02:00
Peter Yordanov
c2aae315af Update doc comment 2021-06-06 14:40:32 +03:00
Peter Yordanov
d847715285 Removed folder structure section 2021-06-06 14:36:22 +03:00
Peter Yordanov
c4a5ae4d32 Added doc comments for modules 2021-06-06 14:33:51 +03:00
Peter Yordanov
a751249f00 Added documentation comment for cgroup module 2021-06-06 13:18:34 +03:00
Peter Yordanov
dcaa9975b7 Fixed spelling mistakes 2021-06-06 13:13:22 +03:00
Peter Yordanov
c1232599de Added resources to folder structure section 2021-06-06 13:00:47 +03:00
Peter Yordanov
8789ce3873 Added folder structure section in README 2021-06-06 12:52:47 +03:00
Peter Yordanov
d8e12ef2e0 Added folder structure section in README 2021-06-06 12:52:27 +03:00
Furisto
edeac86774 Logging 2021-06-06 11:48:26 +02:00
Furisto
7144e6c997 Ensure controllers are enabled at the root 2021-06-06 11:48:26 +02:00