]>
Commit | Line | Data |
---|---|---|
bbf8209c MG |
1 | Revision history for Perl extension Gruntmaster::Data. |
2 | ||
add75bf5 MG |
3 | 5999.000_015 2015-10-10T14:36+03:00 |
4 | - Make t/tools.t not crash when postgres is not running | |
5 | ||
e1b6fd19 MG |
6 | 5999.000_014 2015-10-02T22:10+03:00 |
7 | - Almost fit for a stable release (more real-world testing needed) | |
8 | - Replace gruntmaster-* tools with an App::Cmd-based script | |
9 | - Replace DBIx::Class with DBIx::Simple | |
10 | - Add sample database and more tests | |
11 | - Add gruntmaster-opener | |
12 | - Many other smaller changes | |
13 | ||
9e130d3b MG |
14 | 5999.000_013 2014-12-20T23:20+02:00 |
15 | - Improve user_list performance | |
16 | - Sort problem and contest lists in user_entry | |
17 | - Add a purge sub and use it where needed. | |
18 | - Add table and column comments | |
19 | - Make job_list only return public jobs | |
20 | ||
625a7bd0 MG |
21 | 5999.000_012 2014-12-13T18:20+02:00 |
22 | - Add solution to pb_entry | |
23 | - Add {problem,contest}_status tables and a method that updates them | |
24 | - Improve performance of standings, move it to Result/Contest.pm | |
25 | - Add many new keys to us_entry | |
26 | - Remove support for archive standings | |
27 | ||
347ea1e4 MG |
28 | 5999.000_011 2014-12-07T00:55+02:00 |
29 | - Make problem value NOT NULL | |
30 | - Add contest_start and contest_stop to pb_entry | |
31 | - Use perlcritic | |
32 | - Add a "solution" column to problem | |
33 | ||
df95d578 MG |
34 | 5999.000_010 2014-10-05T00:32+03:00 |
35 | - Depend on PerlX::Maybe | |
36 | - Switch from JSON.pm to JSON::MaybeXS | |
37 | ||
2b419b08 MG |
38 | 5999.000_009 2014-09-28T00:02+03:00 |
39 | - Add page information to job_list | |
40 | - Prevent experimental reference usage warnings | |
41 | ||
47791059 MG |
42 | 5999.000_008 2014-08-03T00:25+03:00 |
43 | - Add a method for computing standings. | |
44 | - Depend on Authen::Passphrase(::BlowfishCrypt) | |
45 | - Fix bugs in user_list and set_passphrase | |
46 | ||
26d60269 MG |
47 | 5999.000_007 2014-07-20T01:38+03:00 |
48 | - Add some utility functions. | |
49 | ||
812e0763 MG |
50 | 5999.000_006 2014-05-25T00:02+03:00 |
51 | - Attempt to use correct perl in tools.t | |
52 | ||
038d2195 MG |
53 | 5999.000_005 2014-05-17T12:30+03:00 |
54 | - Depend on DBIx::Class directly | |
55 | ||
4af36c88 MG |
56 | 5999.000_004 2014-05-17T10:52+03:00 |
57 | - Build-Depend on SQL::Translator | |
58 | - Fix version | |
59 | ||
2c7f0a5d MG |
60 | 5999.000_003 2014-05-16T19:31+03:00 |
61 | - Use Postgres (via DBIx::Class) instead of Redis | |
62 | - Change license to perl | |
63 | - Improve tools | |
64 | - Add tests | |
65 | ||
66 | 5999.000_002 2014-02-28T18:07+02:00 | |
7625bb86 MG |
67 | - Move most problem attributes outside problem_meta |
68 | - Add the HGETALL Redis command | |
69 | - Add functions for getting/setting the last submit time of a user. | |
70 | ||
2c7f0a5d | 71 | 5999.000_001 2014-02-02T01:01+02:00 |
752a6d52 | 72 | - Initial release |
bbf8209c | 73 |