-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* squashed crun commits * Update proto. Signed-off-by: RileyW <[email protected]> * remove debug code,refactor * Refactor. Signed-off-by: RileyW <[email protected]> * Refactor CforedClient state machine. Signed-off-by: RileyW <[email protected]> * Add more log. Signed-off-by: RileyW <[email protected]> * Refactor CforedClient. Signed-off-by: RileyW <[email protected]> * Refactor. Signed-off-by: RileyW <[email protected]> * Remove useless code. Signed-off-by: RileyW <[email protected]> * fix bug for short crun job * Rewrite comments. Signed-off-by: RileyW <[email protected]> * fix bug * Format and rewrite comments. Signed-off-by: RileyW <[email protected]> * Fix CforedClient bugs and it's runnable now. Signed-off-by: RileyW <[email protected]> * Fix interactive task recovering. * Reformat. Signed-off-by: RileyW <[email protected]> * Add todo comments. Signed-off-by: RileyW <[email protected]> * Add unix socket path. Signed-off-by: RileyW <[email protected]> * Small refactor on cfored manager. Signed-off-by: RileyW <[email protected]> * Remove useless code in cfored manager. Signed-off-by: RileyW <[email protected]> * Refactor. Signed-off-by: RileyW <[email protected]> * Refactor. Signed-off-by: RileyW <[email protected]> * Fix the bug that fast ending task will lose its output. Signed-off-by: RileyW <[email protected]> * Fix the bug that ccancel will not cancel crun tasks. Signed-off-by: RileyW <[email protected]> * Fix the bug that ccancel will not display correct state. Signed-off-by: RileyW <[email protected]> * Fix possible SIGSEGV. Signed-off-by: RileyW <[email protected]> * Remove useless code. Signed-off-by: RileyW <[email protected]> * Move CgroupManager to Craned. Signed-off-by: RileyW <[email protected]> * Move cgroup related function from TaskManager to CgroupManager. Signed-off-by: RileyW <[email protected]> * Add type field in mongodb. Signed-off-by: RileyW <[email protected]> * Resource constraints will be applied on ssh session now. Signed-off-by: RileyW <[email protected]> * Improve TERM env injection check. Signed-off-by: RileyW <[email protected]> --------- Signed-off-by: RileyW <[email protected]> Co-authored-by: RileyW <[email protected]>
- Loading branch information
Showing
28 changed files
with
2,231 additions
and
1,806 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
BasedOnStyle: Google | ||
|
||
AllowAllArgumentsOnNextLine: false | ||
IndentPPDirectives: AfterHash | ||
IndentPPDirectives: AfterHash | ||
IndentCaseLabels: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.