Commit Graph

70 Commits

Author SHA1 Message Date
criyle
841bc95e61 *: upgrade to go 1.17 2021-08-18 22:13:13 -07:00
criyle
55ffb52086 main: reduce memory allocation & force GC regularly 2021-06-24 20:27:43 -07:00
criyle
c34a83b617 file: get /file contains original name 2021-06-22 01:15:01 -07:00
criyle
af6605ad33 readme: add missing command line arguments 2021-06-12 19:28:23 -07:00
criyle
0d09e88184 envexec: Add pipe proxy support 2021-06-12 17:33:53 -07:00
criyle
6195204dcc envexec: add optional flag for copyOut files
fix #14
2021-06-05 20:24:08 -07:00
criyle
9dba0d0b09 doc: update README 2021-05-08 14:55:51 -07:00
criyle
ba8d3924d8 feat: add timeout support to filestore
resolve #11
2021-04-17 18:13:18 -07:00
criyle
222eb97b25 docs: 加入中文文档 2021-04-06 02:03:19 -07:00
criyle
9dec36d395 filestore: refactor uniqure id generator 2021-03-19 00:28:11 -07:00
criyle
8d3bf1bf62 feat(sandbox): add strict memory limit
- remove rlimit data when cgroup enabled
- add `strictMemoryLimit` to request parameter to re-enable rlimit data limit
2021-02-06 12:46:39 -08:00
criyle
2213b5b092 feat(env): compatibility with kernel >= 3.10 2021-01-21 00:44:01 -08:00
criyle
a0cc4acbe8 Reduce build size 2021-01-09 00:38:46 -08:00
criyle
0db852c242 feat(worker): add default file copy out max 2021-01-09 00:22:51 -08:00
criyle
d48341b23c Docker build 2020-12-30 15:04:39 -08:00
criyle
6055f165b5 Update naming: realCpuLimit -> clockLimit 2020-12-30 13:01:03 -08:00
criyle
8e096ed14b Update gRPC package versions 2020-12-26 19:43:56 -08:00
criyle
f5dff9ca57 Refactor package structure & debug outputs 2020-12-25 17:25:09 -08:00
criyle
04cfb36722 Add support to load a seccomp filter 2020-12-13 21:08:52 -08:00
criyle
4bf6f869f5 Add ability to limit cpu usage rate by CFS cgroup 2020-12-12 23:44:01 -08:00
criyle
ed5b820266 Add config to specifies credential start 2020-12-12 21:46:09 -08:00
criyle
e1f8c954e0 Add configuration to OutputLimit & CpuSet 2020-12-06 18:45:56 -08:00
criyle
64788f27d6 customizable workDir, hostName, domainName 2020-11-29 16:13:06 -08:00
criyle
a807a66176 Refactor config parsing 2020-11-29 09:00:12 -08:00
criyle
e5c0f8ec40 Update dependencies 2020-09-22 19:56:24 -07:00
criyle
d156258b6f FIX TYPO: parallism -> parallelism 2020-09-06 00:33:16 -07:00
criyle
716c2cdc4e add /version api 2020-07-23 22:43:36 -07:00
criyle
7535e5862f Add srcprefix command arg to restrice src copyin 2020-07-04 21:08:23 -07:00
criyle
f4496d38f6 Add tty io 2020-06-16 16:44:12 -04:00
criyle
42db182573 Update documents 2020-06-11 18:40:46 -04:00
criyle
7c83b59b43 Add token-based authentication 2020-06-11 18:33:44 -04:00
criyle
140aeffcd9 Add environment variable controls 2020-06-11 15:16:46 -04:00
criyle
238ba879e1 Add stack limit settings to request 2020-06-08 15:36:11 -04:00
criyle
a439711540 Add runTime as wall clock time 2020-06-05 00:36:48 -04:00
criyle
891ed8165b Add stdin / stdout streaming support 2020-06-02 19:43:18 -04:00
criyle
4168daa087 Add promethus metrics 2020-05-22 20:08:39 -04:00
criyle
62da1ad706 Add benchmark result 2020-05-21 20:47:21 -04:00
criyle
acbfecb723 Add gRPC support 2020-05-21 18:49:31 -04:00
criyle
7a708c12c4 Prepare for protobuf & gRPC support 2020-05-20 19:49:57 -04:00
criyle
afd580cde3 Executor server can run without root privilege
- Docker `--privileged` is still required for unshare ...
2020-05-19 17:28:49 -04:00
criyle
411d74a087 split ffi from executor server 2020-05-19 16:14:03 -04:00
criyle
84dc8cfe29 Re-organize files 2020-05-18 20:14:45 -04:00
criyle
5a9c31f119 Add file operations to ffi 2020-05-16 00:11:18 -04:00
criyle
d35e8d8f8b Update README with MacOS 2020-05-15 21:35:19 -04:00
criyle
5e5112a8ab Fix ffi & async call 2020-05-10 19:26:43 -04:00
criyle
4646ce7fdc Add windows support 2020-04-26 03:31:54 -04:00
criyle
e02735fa05 Add c interface to executor server 2020-04-01 01:03:16 -04:00
undefined
cf2bd9c46c
typo 2020-03-31 16:42:08 +08:00
criyle
71d5dbe7bc Add WebSocket support 2020-03-27 21:29:37 -04:00
criyle
d7eba97492 Fix typos 2020-03-27 18:59:47 -04:00