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 |
|
virusdefender
|
93bd77d8d8
|
bug fixes
|
2017-10-09 18:55:25 +08:00 |
|
zema1
|
d650252a1a
|
separate contest submission and regular submission
|
2017-09-30 10:26:54 +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
|
e9c7344815
|
adjust account fields, cache the website_config
|
2017-09-22 16:41:29 +08:00 |
|
zema1
|
a3ca8b2336
|
Use signals to save ip, user_agent, last_login in sessions
|
2017-09-16 17:42:43 +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 |
|
zema1
|
539b45148b
|
移除user time_zone, 统一使用submission_number和accepted_number字段
|
2017-08-26 08:41:29 +08:00 |
|
zemal
|
57ab7435af
|
移除time_zone,修复problem越权
|
2017-08-23 17:02:57 +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
|
17432b4c81
|
添加contest access api
|
2017-07-20 15:52:11 +08:00 |
|
zemal
|
8b85f86124
|
reformat code.
|
2017-07-18 11:25:08 +08:00 |
|
zemal
|
ee49d0a815
|
添加contest权限验证、contest密码验证api
添加problem、contest单元测试。
|
2017-07-18 11:18:18 +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
|
62274224a9
|
problem改用_id作为搜索用主键;submission更加statistic_info字段
|
2017-07-04 20:59:25 +08:00 |
|
zemal
|
219facf185
|
Fix CI.
|
2017-05-10 17:46:59 +08:00 |
|
zemal
|
08bd591bfb
|
修正dispatcher,使用redis存任务队列,修正submission的post,修改部分settings
|
2017-05-10 17:20:52 +08:00 |
|
zemal
|
5de3adf0ef
|
JudgeDispatcher beta.
|
2017-05-08 20:37:54 +08:00 |
|
zemal
|
570c63100a
|
Alter IntergerField to BigIntergerField.
|
2017-05-01 15:52:17 +08:00 |
|
zemal
|
feddec8a3f
|
fix ci again.
|
2017-05-01 13:39:18 +08:00 |
|
zemal
|
7a43982b74
|
fix ci
|
2017-05-01 13:30:47 +08:00 |
|
zemal
|
a96a23da2d
|
Fix tests.
|
2017-05-01 13:20:26 +08:00 |
|
zemal
|
d221619565
|
Add problem_list api.
Fix AC/Total count bug.
|
2017-05-01 13:03:48 +08:00 |
|
virusdefender
|
8128e076f2
|
format code
|
2017-04-19 01:37:10 +08:00 |
|
Chiaki
|
3caf2d9d2c
|
Allow multiple ways to access url and fix ci
|
2017-04-18 15:39:49 +08:00 |
|
zhanghedr
|
808b92780f
|
fix problem admin filter bug
|
2017-02-26 23:35:46 -05:00 |
|
virusdefender
|
0fdaab7e88
|
add create contest problem
|
2017-02-17 20:14:03 +08:00 |
|
virusdefender
|
f58fd53557
|
add problem related tests
|
2017-02-10 15:13:03 +08:00 |
|
virusdefender
|
817e5aadae
|
rename some method and add some decorator
|
2017-02-10 11:46:23 +08:00 |
|
virusdefender
|
0678dd4fca
|
support display id
|
2017-02-09 16:47:08 +08:00 |
|
virusdefender
|
7f105e4a69
|
rebuild some strange migration
|
2017-02-06 17:19:53 +08:00 |
|
virusdefender
|
a73ffd34cc
|
add problem template field
|
2017-02-06 15:46:17 +08:00 |
|
virusdefender
|
f0540d5a00
|
update edit problem api
|
2017-02-04 12:23:36 +08:00 |
|
virusdefender
|
42713341b3
|
fix typo
|
2017-02-04 00:22:54 +08:00 |
|
virusdefender
|
f3448d51d6
|
save output name in test case score
|
2017-02-04 00:18:22 +08:00 |
|
virusdefender
|
ffbab80132
|
add edit problem serializer
|
2017-02-04 00:10:44 +08:00 |
|
virusdefender
|
920eeb639c
|
tag name list
|
2017-02-03 23:56:56 +08:00 |
|
virusdefender
|
12b143f9d7
|
fix problem empty score issue
|
2017-02-03 23:37:41 +08:00 |
|
virusdefender
|
e15286aa1a
|
add get problem by id
|
2017-02-03 17:15:53 +08:00 |
|
virusdefender
|
8ce6040a5b
|
add create problem api
|
2017-02-02 16:59:15 +08:00 |
|
virusdefender
|
5b7aacc6ac
|
allow empty password
|
2017-01-26 17:06:24 +08:00 |
|
virusdefender
|
681a88ea83
|
add upload test case zip test
|
2017-01-25 23:01:33 +08:00 |
|
virusdefender
|
e6deec0834
|
add upload ignored files hint
|
2017-01-25 16:39:16 +08:00 |
|
virusdefender
|
48f79ec504
|
add test case upload api
|
2017-01-25 16:29:00 +08:00 |
|
virusdefender
|
04fcfcd5be
|
add judge config languages and problem tag api
|
2017-01-24 13:22:40 +08:00 |
|
virusdefender
|
d9fad97e35
|
isort
|
2017-01-23 16:48:04 +08:00 |
|