X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Changes;h=11ba3f4afd07c4bf8336a6446dd614fbf242c1d7;hb=9baaf76b50b8888c5f851d1469b5d45255838738;hp=4454eac4ed83418df4390ee2d51b8ac06a14da61;hpb=df95d5784d9a039442cc02c21f9459127b1aa8bb;p=gruntmaster-data.git diff --git a/Changes b/Changes index 4454eac..11ba3f4 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,36 @@ Revision history for Perl extension Gruntmaster::Data. +5999.000_015 2015-10-10T14:36+03:00 + - Make t/tools.t not crash when postgres is not running + +5999.000_014 2015-10-02T22:10+03:00 + - Almost fit for a stable release (more real-world testing needed) + - Replace gruntmaster-* tools with an App::Cmd-based script + - Replace DBIx::Class with DBIx::Simple + - Add sample database and more tests + - Add gruntmaster-opener + - Many other smaller changes + +5999.000_013 2014-12-20T23:20+02:00 + - Improve user_list performance + - Sort problem and contest lists in user_entry + - Add a purge sub and use it where needed. + - Add table and column comments + - Make job_list only return public jobs + +5999.000_012 2014-12-13T18:20+02:00 + - Add solution to pb_entry + - Add {problem,contest}_status tables and a method that updates them + - Improve performance of standings, move it to Result/Contest.pm + - Add many new keys to us_entry + - Remove support for archive standings + +5999.000_011 2014-12-07T00:55+02:00 + - Make problem value NOT NULL + - Add contest_start and contest_stop to pb_entry + - Use perlcritic + - Add a "solution" column to problem + 5999.000_010 2014-10-05T00:32+03:00 - Depend on PerlX::Maybe - Switch from JSON.pm to JSON::MaybeXS