1
0
mirror of https://github.com/containers/youki synced 2025-04-20 08:18:02 +02:00

Commit Graph

  • 2a7f9075f7
    Merge pull request #133 from duduainankai/fix-tmp-dir-in-test utam0k 2021-07-12 14:03:22 +0900
  • d3e2f5746a Fix same tmp dir in freezer v2 tests Zheming Li 2021-07-12 11:35:51 +0800
  • 699df645ba Merge branch 'main' of github.com:containers/youki into comment-capabilities Yashodhan Joshi 2021-07-11 21:26:54 +0530
  • 560247cde3 Document Capabilities and refactor its drop_privileges function Yashodhan Joshi 2021-07-11 21:25:25 +0530
  • 4d86b25a1e
    Merge pull request #130 from duduainankai/fix-path-in-delete Furisto 2021-07-11 17:46:06 +0200
  • 92a5a11667 Fix spec path in delete Zheming Li 2021-07-11 19:22:52 +0800
  • d87020c34d
    Merge pull request #129 from duduainankai/add-format-check-ci utam0k 2021-07-11 16:41:56 +0900
  • f8b08c08f0 format code to pass CI check Zheming Li 2021-07-11 15:38:45 +0800
  • 599676e8b6 Add code format check in CI Zheming Li 2021-07-11 15:20:53 +0800
  • 5633ff8c34
    Merge pull request #127 from utam0k/cargo-clippy-2 Nimrod Shneor 2021-07-10 21:04:06 +0300
  • 3ebbc27883
    Merge pull request #128 from TinySong/cgroupv2-io-controller utam0k 2021-07-10 18:34:55 +0900
  • aadfe59d22 support cgroupv2 io controller song 2021-07-07 19:03:26 +0800
  • 7e02cb86f0 fix the warnings shown by cargo clippy utam0k 2021-07-10 15:48:50 +0900
  • 67972fedf3
    Merge pull request #121 from Furisto/builder utam0k 2021-07-09 09:05:51 +0900
  • 474ba71774
    Merge pull request #123 from duduainankai/add-freezer-v2 utam0k 2021-07-08 10:30:00 +0900
  • d16136f9bf Add cgroup v2 freezer controller Zheming Li 2021-06-23 15:15:01 +0800
  • 59d9b83e61
    Merge pull request #124 from Furisto/release utam0k 2021-07-07 22:43:30 +0900
  • 3dd98c5a98 Reduce binary size Furisto 2021-07-06 18:06:16 +0200
  • e76360b378 Review feedback and fmt Furisto 2021-07-06 21:41:51 +0200
  • 0b8d3784ad
    Merge pull request #122 from utam0k/refactor-signal utam0k 2021-07-06 15:52:23 +0900
  • 0eaa90655f Execute doc tests Furisto 2021-07-05 22:42:58 +0200
  • d2ff085b87 Fix kill cmd test failures Furisto 2021-07-05 22:32:14 +0200
  • 1643dd2e93 Renaming Furisto 2021-07-05 19:57:01 +0200
  • 9be94d9475 Remove tests Furisto 2021-07-05 19:50:34 +0200
  • 5146d0ee5e Add documentation Furisto 2021-07-05 19:40:35 +0200
  • 53c9b73bcc Split container builder into dedicated init and tenant builders Furisto 2021-07-04 22:44:07 +0200
  • 6e5eee04a4 add tests for the signal. utam0k 2021-07-04 19:00:44 +0900
  • 123c2f6888 make String to signal conversion more user friendly by using a Trait. utam0k 2021-07-04 18:26:39 +0900
  • e0f1ccc2dc remove each platform-specific setting in Vagrantfile utam0k 2021-07-04 14:55:39 +0900
  • c22f73ef8b
    Merge pull request #119 from TinySong/main utam0k 2021-07-03 10:15:02 +0900
  • 6c1de20c6f add cgroup v2 pid controller Rongxiang Song 2021-07-02 15:40:14 +0800
  • a387a43ffc Modularize create code Furisto 2021-07-03 00:45:38 +0200
  • a46faff748 Ensure file info is captured Furisto 2021-07-03 00:39:23 +0200
  • 9e7b13c7c2 Provide context in case of errors during dir creation Furisto 2021-07-01 22:25:23 +0200
  • 8a13f82cd5 Rename command Furisto 2021-07-01 22:24:06 +0200
  • 3d509e00ff Allow wider range of arguments for spec loading Furisto 2021-07-01 22:21:29 +0200
  • d68e49e8f3
    Merge pull request #117 from utam0k/refactor-create-remove-unnecessary-clone Furisto 2021-06-30 17:09:41 +0200
  • 61758bd984 remove unnecessary clone() in create.rs utam0k 2021-06-30 22:58:48 +0900
  • f583d4e75d
    Merge pull request #116 from TinySong/main utam0k 2021-06-30 15:47:27 +0900
  • d71833f862 add comments in intergration_test.sh about test case that runc no paas Rongxiang Song 2021-06-30 14:20:41 +0800
  • 86011af36a
    Merge pull request #115 from TinySong/main utam0k 2021-06-29 23:01:07 +0900
  • 6b1bfa40c9 force delete container if it is running or created Rongxiang Song 2021-06-29 15:42:23 +0800
  • 843c75a1da
    Merge pull request #114 from Furisto/cg-only-required utam0k 2021-06-29 10:17:02 +0900
  • 99342d1581 Require only cgroups that are needed to fullfill the resource restrictions Furisto 2021-06-28 20:06:53 +0200
  • 6a051edc96 Add skip integration oliver 2021-06-28 04:32:07 +0900
  • 884a88c3ec Add a procedure to run tests in binary oliver 2021-06-28 04:27:13 +0900
  • 239305cea6 Implement the code to test the create command oliver 2021-06-28 04:26:46 +0900
  • 3e6e899a6f Implement tests to check the container lifecycle oliver 2021-06-28 04:26:17 +0900
  • 8fb3e1899d Add youki commands oliver 2021-06-28 04:25:08 +0900
  • 27a0924fea Add modules needed for integration testing oliver 2021-06-28 04:23:00 +0900
  • 0f91dca4b7
    Merge pull request #111 from Furisto/cg-add utam0k 2021-06-27 09:37:10 +0900
  • 295f68e97d
    Merge pull request #112 from bkochendorfer/patch-1 Furisto 2021-06-26 18:12:40 +0200
  • fcfff8bf45 Address review comments - Add comments for functions - Use better naming in systemd cgroup manager Furisto 2021-06-26 11:03:54 +0200
  • 80e9670c4d
    Update README.md Brett Kochendorfer 2021-06-26 08:36:15 -0500
  • 8f872d74ca Shorten names Furisto 2021-06-26 10:58:31 +0200
  • b43aae070b Seperate adding tasks and applying resource restrictions Furisto 2021-06-26 01:26:24 +0200
  • ee4e3a6a36
    Merge pull request #110 from utam0k/refactor-cli-commands Furisto 2021-06-26 10:48:56 +0200
  • cd383904cf split the subcommands into their own files. utam0k 2021-06-26 17:01:42 +0900
  • ec3f32e65f
    Merge pull request #97 from utam0k/actions-cache utam0k 2021-06-25 19:46:37 +0900
  • c64522e9e9 fix conflicts. utam0k 2021-06-25 19:37:07 +0900
  • 7578bac51f
    Merge pull request #108 from Furisto/list-cmd utam0k 2021-06-24 22:53:44 +0900
  • 9d785aa521 Add list command Furisto 2021-06-23 18:10:54 +0200
  • a105e11427
    Merge pull request #107 from nimrodshn/fix_readme utam0k 2021-06-23 20:58:00 +0900
  • 68ca2ae34f Fix README.md Fedora & Centos instructions Nimrod Shneor 2021-06-23 13:46:38 +0300