Commit Graph

55 Commits

Author SHA1 Message Date
Harry-zklcdc
68eb0239be 添加在线IDE功能(后端已完成) 2019-05-11 17:09:39 +08:00
Harry-zklcdc
13d09ccec9 fix bugs 2019-05-10 17:21:29 +08:00
Harry-zklcdc
9b1fc0585f fix bugs 2019-05-10 17:16:39 +08:00
Harry-zklcdc
7627199f24 fix bugs 2019-05-10 15:36:43 +08:00
Harry-zklcdc
4ab80faeeb fix bugs 2019-05-07 22:03:09 +08:00
Harry-zklcdc
0d6880d8a7 fix bugs 2019-05-07 21:36:21 +08:00
Harry-zklcdc
5bd3a7f7c9 修改在线IDE功能(测试) 2019-05-07 21:22:06 +08:00
Harry-zklcdc
c66c31f237 fix bugs 2019-05-05 22:18:39 +08:00
Harry-zklcdc
4bd5078a94 fix bugs 2019-05-05 21:59:13 +08:00
Harry-zklcdc
f606583a9e fix bugs 2019-05-05 21:49:03 +08:00
Harry-zklcdc
431847ea8b 添加在线IDE功能(测试) 2019-05-05 21:10:14 +08:00
virusdefender
eab80024a8 修复 JudgeServer task_number 并发更新的问题 2019-04-03 12:07:59 +08:00
virusdefender
7e4132bed1 尝试修复 submission 中的竞争问题 2019-03-26 10:02:49 +08:00
virusdefender
b963f2d5bc pass io mode to judge server 2019-03-13 17:57:59 +08:00
virusdefender
1adfd35615 解决 dispatcher 中部分数据库锁的问题 2019-03-12 14:58:14 +08:00
virusdefender
a5f0c8eb31 remove celery and use dramatiq 2019-03-11 17:59:24 +08:00
virusdefender
a52f383930 将编译选项修改为数据库存储 2019-01-05 14:12:17 +08:00
zema1
8ee1b514e3 Fixed problems in dispatcher, fixed testcase download error 2018-08-21 15:22:35 +08:00
virusdefender
2e50910931 add migration to correct database record; rejudge function now can work normally. 2018-03-27 16:22:25 +08:00
virusdefender
a0da0b5fa6 修复了 submission_number 不变的问题 2018-03-27 13:32:43 +08:00
xudian
86f995d23c fix rejudge bug 2018-03-14 11:55:08 +08:00
virusdefender
03cf356bab add judge server is_disabled field 2017-12-24 14:49:23 +08:00
virusdefender
290be9f8bc service url now is required 2017-12-24 12:08:56 +08:00
zema1
29ecda476d 比赛管理员的提交不记入比赛rank和题目统计 2017-12-23 14:15:13 +08:00
sylxjtu
9ba4b969fa
CE不计入罚时 2017-12-10 16:41:09 +08:00
virusdefender
d15c4aa60c do not save user output 2017-12-09 22:51:52 +08:00
zema1
97da2d007d OI的公开题目AC后保持AC状态 #97 2017-12-06 14:16:44 +08:00
virusdefender
945ea5e4e0 parse problem code template 2017-11-26 14:04:38 +08:00
zema1
e8b06f0487 add generate user api 2017-11-18 08:26:41 +08:00
zema1
334b67488a 添加SPJ编译API 2017-11-16 22:12:17 +08:00
zema1
ffd5943492 修复sample空格被吃掉的问题;
修复test_id 不对应的问题
2017-11-13 21:29:27 +08:00
zema1
727fbf48d8 添加contest ip限制api;
OI problem的AC,total count也算入profile了
2017-11-10 20:00:00 +08:00
zema1
b86ebf0ed7 题目AC后不计入AC计数器;
支持图片上传
2017-11-01 23:07:37 +08:00
zema1
aa4240790b fix many bugs 2017-10-31 16:33:25 +08:00
zema1
5d03ec5aab add pick one api 2017-10-21 20:39:39 +08:00
zema1
f5566148bc 完善OI细则 2017-10-16 09:45:55 +08:00
zema1
080ecf1bcf migrate to postgres json field 2017-10-11 21:43:29 +08:00
virusdefender
93bd77d8d8 bug fixes 2017-10-09 18:55:25 +08:00
virusdefender
9990cf647a 使用 SysOptions 2017-10-02 03:54:34 +08:00
zema1
2a91fd5e9f fix bugs due to problem id 2017-09-29 21:58:20 +08:00
zema1
51c229a2c5 merge problem and contest_problem 2017-09-24 09:48:17 +08:00
zema1
f55a242ec0 Move real_name to UserProfile;
Delete student_id field;
Mark the problems that have submission;
Alter dispatcher to adapt the changes.
2017-09-12 11:45:17 +08:00
zema1
539b45148b 移除user time_zone, 统一使用submission_number和accepted_number字段 2017-08-26 08:41:29 +08:00
zemal
07643e2639 ranklist相关的改动 2017-08-20 20:32:07 +08:00
zemal
57b75fd511 修复problem统计错误 2017-08-16 15:33:27 +08:00
zemal
1587192ff9 add problem_statistic_info 2017-08-15 21:05:41 +08:00
zemal
0e96b7c2a8 更换cache使用方式 2017-08-15 20:32:14 +08:00
zemal
7d11a596e5 修正contest_submission逻辑 2017-08-15 20:02:36 +08:00
zemal
14b850c652 完成ACM ContestProblem相关判题逻辑
contest,submission等表默认-create_time排序
2017-08-01 16:52:48 +08:00
zemal
e0369e6865 修复OI模式下测试点全部错误结果也是部分错误 2017-07-06 16:09:38 +08:00