Commit Graph

25 Commits

Author SHA1 Message Date
zema1
5d03ec5aab add pick one api 2017-10-21 20:39:39 +08:00
zema1
2c5a1e42bf support share submission 2017-10-15 18:36:55 +08:00
zema1
080ecf1bcf migrate to postgres json field 2017-10-11 21:43:29 +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
1e4ede6d1a 大幅优化数据库查询, 升级django至1.11 LTS, 升级python至3.6.2 2017-08-29 19:35:22 +08:00
zemal
14b850c652 完成ACM ContestProblem相关判题逻辑
contest,submission等表默认-create_time排序
2017-08-01 16:52:48 +08:00
zemal
53d0cae8ea contest and contest_problems api.
add ordering for contest and submission models
2017-07-17 21:28:06 +08:00
zemal
8a60ea52bb 修改submissions成分页 2017-07-06 21:08:34 +08:00
zemal
35f6c9c4a7 添加submission_list 和 submission details API 2017-07-05 21:09:14 +08:00
zemal
62274224a9 problem改用_id作为搜索用主键;submission更加statistic_info字段 2017-07-04 20:59:25 +08:00
zemal
08bd591bfb 修正dispatcher,使用redis存任务队列,修正submission的post,修改部分settings 2017-05-10 17:20:52 +08:00
zemal
b05f864106 Merge branch 'chiaki_dev' into zemal_dev
* chiaki_dev:
  fix ci
  Add submission module

# Conflicts:
#	requirements.txt
2017-05-09 14:41:26 +08:00
Chiaki
65f9c7f52b Add submission module 2017-05-08 17:29:01 +08:00
virusdefender
61ab910d53 重构 2016-09-25 14:07:45 +08:00
virusdefender
1f7f61616c OpenAPI中返回判题状态信息 2016-02-17 21:07:43 +08:00
virusdefender
3afdc1a58b 修复 MySQL 上时间戳字段溢出的问题 2015-12-08 22:39:26 +08:00
virusdefender
02a0a12372 增加判题开始时间和结束时间,便于性能统计 2015-12-06 18:44:58 +08:00
virusdefender
3311a4c899 rpc 通信和判题初步测试通过;判题服务器不再依赖 redis 和 mysql。 2015-11-29 21:29:26 +08:00
virusdefender
25853ed0c3 修改 submission 的 model,增加是否分享字段。已经 migrate 2015-09-09 17:19:59 +08:00
virusdefender
7a22d78631 增加比赛的判题 2015-08-23 18:28:30 +08:00
virusdefender
ae6566b92f 完成首页的公告列表,标签列表等功能。 2015-08-21 17:58:22 +08:00
virusdefender
616aed6a5c 增加题目提交总数和通过率统计字段 2015-08-17 20:56:42 +08:00
virusdefender
537da5d795 修改判题数据库 2015-08-17 12:48:10 +08:00
virusdefender
88be032a38 修改判题设置;增加web 和 mongodb 数据库的操作 2015-08-12 14:01:34 +08:00