Commit Graph

255 Commits

Author SHA1 Message Date
b59380ad4e
feat: go test on examples
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-23 19:55:10 -04:00
3068d77ba5
fix: no conf return value 2024-03-23 18:21:41 -04:00
2586aeace1
docs: fix typo 2024-03-23 18:21:13 -04:00
0ee77561be
feat: return error on grpc connection error 2024-03-23 18:19:14 -04:00
2237ce41eb
feat: postpone sandbox grpc connection time
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-23 18:14:17 -04:00
f6cbfa7973 chore: remove checkmake for windows support
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-20 02:00:03 +08:00
ab0e7417c2
chore: add gofumpt to pre-commit
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-15 22:07:18 -04:00
38d1c18471
feat: add dummy error example
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-12 16:38:55 -04:00
27a1e4420e
feat: dummy binary + parser example
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-12 16:22:21 -04:00
a5643c1556
feat: check executor & parser name 2024-03-12 16:20:14 -04:00
8e49684abe
style: rename config -> conf for consistency 2024-03-12 15:39:05 -04:00
380762a2e3
fix: typo
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-12 04:28:38 -04:00
dcb56b9e4f
chore: upgrade go to 1.22.1
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-12 03:57:32 -04:00
3d6286c68a
style: setup pre-commit 2024-03-12 03:55:32 -04:00
0c1ed2a3c2
chore: move /_example to /examples
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-08 18:48:13 -05:00
df264c2bf3
chore: update .gitignore for macos & win
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-08 18:39:08 -05:00
a55eb04780
feat: parse conf from commit msg
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-06 23:09:06 -05:00
0abd1158fb
ci: run with gitea token
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-06 03:17:21 -05:00
93ce120758
feat: submit to gitea after stages done
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-06 02:29:00 -05:00
7b34a86f67
refactor: use multiconfig to read config
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-05 19:21:52 -05:00
540937c949
chore: more examples
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-05 05:38:49 -05:00
2e80543abf
refactor: rename output field 2024-03-05 05:37:01 -05:00
cf53fc7947
chore: lower log level 2024-03-05 05:30:22 -05:00
27972cbad1
feat: check result status parser 2024-03-05 05:01:07 -05:00
c8f0fde629
chore: update example cpu limit time 2024-03-05 04:38:04 -05:00
0e87ad8943
fix: parse config 2024-03-05 04:31:50 -05:00
5c15388882
refactor: rename files -> stdin, stdout, stderr
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-05 02:02:05 -05:00
e128f2eea8
style: fix golangci-lint errors
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-05 01:47:56 -05:00
c34ed3aa83
fix: typo
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-05 01:43:42 -05:00
f5b6b3cc9a
feat: multiple cmds each stage
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-05 01:38:16 -05:00
02098d949e
ci: hardcode cp dst path
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-04 22:18:17 -05:00
43a751362f
ci: setup GOPROXY
Some checks failed
continuous-integration/drone/push Build is failing
2024-03-04 22:17:10 -05:00
0a2da5dc73
ci: setup GOPROXY
Some checks failed
continuous-integration/drone/push Build is failing
2024-03-04 22:16:36 -05:00
770982de16
ci: append go binary to PATH
Some checks failed
continuous-integration/drone/push Build is failing
2024-03-04 22:13:00 -05:00
774cc451fa
ci: build joj3 in drone
Some checks failed
continuous-integration/drone/push Build is failing
2024-03-04 21:41:59 -05:00
f73845b1c3
feat: add more configs 2024-03-04 17:57:10 -05:00
deba5665d9
refactor: rename variable & add log 2024-03-04 14:33:44 -05:00
916511d91a
refactor: move sandbox convert functions out of Run 2024-03-04 06:53:32 -05:00
ad7e74c0f5
chore: update go-judge to v1.8.2 2024-03-04 06:44:42 -05:00
ef1cd8f41b
fix: remove debugging logs 2024-03-04 03:14:35 -05:00
ab956f5662
feat: diff parser with example 2024-03-04 02:59:01 -05:00
a3deb3d974
style: rename Result -> ExecutorResult 2024-03-04 02:32:00 -05:00
8162c63b44
docs: models explanation 2024-03-04 02:30:58 -05:00
f39f71bad5
chore: reserve capacity for copyOut 2024-03-04 02:16:05 -05:00
6e2d37d7e5
docs: add a simple example 2024-03-04 02:13:37 -05:00
b252a54a83
feat: read from config file 2024-03-04 02:11:49 -05:00
4441012e0d
feat: support copy cwd to sandbox (#13) 2024-03-04 01:47:51 -05:00
1f20aa3105
style: fix golangci-lint errors 2024-03-04 01:06:23 -05:00
5d6bf8c5cd
feat: copy in cached & cleanup 2024-03-04 01:02:44 -05:00
4d594e1d87
refactor: copy go-judge cmd model codes 2024-03-04 00:05:26 -05:00