Commit Graph

57 Commits

Author SHA1 Message Date
bbe525a774
feat: oauth/login: cookie is returned in response 2024-03-16 00:56:46 +08:00
283fc39b74
fix: ensure deps should be fatal error 2024-02-19 21:26:56 +08:00
204b61a867
feat: return CompileMessage even if compile is success 2024-01-29 21:16:51 +08:00
bb53ae280f
feat: unify argument passing and errors in runner 2024-01-29 21:15:39 +08:00
33107bf3ae
chore: cleanup: drop prepare_images 2024-01-28 21:51:16 +08:00
8429988cb4
fix: Prebuild should be independent of Languages 2024-01-28 18:15:07 +08:00
83d3913ba7
feat: support more detailed problem config (#7) 2024-01-27 23:07:34 +08:00
b5bedddf94
feat: use containerd as backend 2024-01-27 17:40:10 +08:00
7446ac6d23
feat: let asynq retry submit request if it's internal error 2024-01-07 00:45:16 +08:00
7d95c88063
fix: query_one might crash if submitStatus is empty 2024-01-06 21:24:14 +08:00
7f71fb4554
fix: query_one might crash if submitStatus is empty 2024-01-06 21:03:16 +08:00
d1f72b758e
feat: also log user dir in status table 2024-01-06 20:34:16 +08:00
9286aea36a
chore: more verbose log 2024-01-06 19:47:16 +08:00
bb105d1451
feat: #6 [7] Rewrite run_judge 2024-01-06 19:21:37 +08:00
7f0f897181
feat: #6 [5] Add must and rename functions in package file 2024-01-06 17:31:00 +08:00
31391f6ce0
feat: #6 [3] Add LimitedWriter and move file related utils out from package utils 2024-01-06 16:06:16 +08:00
1cd3620bdb
feat: redirect to frontend landing page 2024-01-05 15:47:29 +08:00
d45d958ea1
fix: oauth: login: unify POST method 2024-01-05 15:08:38 +08:00
99d8bd6b80
chore: verify email 2024-01-05 14:34:41 +08:00
3f67523ab1
feat: username is now email 2024-01-05 14:31:09 +08:00
bb21f5858d
chore: move oauth into api 2024-01-05 00:57:43 +08:00
7faeafb367
feat: add initial oauth2 support 2024-01-03 00:55:41 +08:00
97c0eed6ef
chore: adjust order 2024-01-02 23:39:09 +08:00
e9403f9e0c
fix: search.go: add association to provide Provider info 2023-12-31 17:01:20 +08:00
8b3961e633
fix: search.go: pass ShouldEnable 2023-12-31 16:09:02 +08:00
68c11932e1
fix: query.go: utils.If does not do lazy evaluation 2023-12-31 16:08:47 +08:00
cc2c42bded
fix: check problem version exists on update when IsEnabled = true (#3) 2023-12-27 22:28:58 +08:00
6a72198541
fix: check problem version exists before submit (#3) 2023-12-27 22:28:22 +08:00
297d031e5b
feat: support pagination on search, close #4 2023-12-27 22:21:42 +08:00
ce7d173a82
feat: add tags support 2023-12-27 21:49:10 +08:00
976f2700ef
fix: allow to set is_enable separately in problem/create 2023-12-23 17:37:13 +08:00
de95e8c804
fix: default uid in query 2023-12-23 15:37:24 +08:00
b45963f9b5
feat: enhanced paging support 2023-12-23 15:36:42 +08:00
17123e6911
fix: http api supports both form table and json 2023-12-23 15:35:09 +08:00
eb6f5d0aca
feat: use generic Response type and rewrite swagger documentation. close #1 2023-12-22 15:19:13 +08:00
a9106ed363
feat: separate redis addr and port from config 2023-12-18 23:43:27 +08:00
596a7219cf
chore: add tag on router 2023-12-18 21:21:15 +08:00
87d5506085 chore: add missing handler 2023-08-11 15:39:15 +08:00
7660069c34 fix: swagger documentation 2023-07-16 16:27:29 +08:00
a0c36c1606 feat: refactor to use DI 2023-07-15 16:19:49 +08:00
eca749e2c6 chore: move to git.0x7f.app 2023-07-14 21:47:11 +08:00
593e8eb92e fix: final
Co-authored-by: cxy004 <cxy004@qq.com>
Co-authored-by: wzt <w.zhongtao@qq.com>
2022-11-14 17:18:34 +08:00
3140a60e67 feat: If with generics 2022-10-30 22:40:59 +08:00
26a81652b3 feat: another big update
1. add consumer
2. add createVersion
3. add upload
4. fix runner
5. add rejudge

Co-authored-by: cxy004 <cxy004@qq.com>
Co-authored-by: wzt <w.zhongtao@qq.com>
2022-10-23 17:29:35 +08:00
d42ee0ce54 feat: a big update
1. merge woj-runner scripts into woj-server
2. add woj-runner app
3. refactor submission status problem ...
4. jwt middleware update

Co-authored-by: cxy004 <cxy004@qq.com>
Co-authored-by: wzt <w.zhongtao@qq.com>
2022-10-22 17:38:39 +08:00
b77c968409 feat: manually revert back 2022-10-20 16:50:19 +08:00
cb79b2090a chore: move global and repo to root 2022-10-13 16:32:44 +08:00
cb10c3b28c chore: move model to root 2022-10-04 18:47:50 +08:00
2cec7d46bc feat: problem and submission framework
Co-authored-by: cxy004 <cxy004@qq.com>
Co-authored-by: wzt <w.zhongtao@qq.com>
2022-10-04 15:31:07 +08:00
529b41332c feat: add problem support 2022-09-26 16:13:31 +08:00