Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: Current Version
-
Fix Version/s: Near Future
-
Component/s: OIOIOI
-
Labels:None
-
- szubrawstwo.sh
- 1 kB
- Szymon Acedański
Activity
- All
- Comments
- History
- Activity
- Transitions
- Commits
Hide
Permalink
Szymon Acedański
added a comment -
Why manage.py and not via web? All contest admins should be able to do it.
Show
Szymon Acedański
added a comment - Why manage.py and not via web? All contest admins should be able to do it.
Hmm.. you reported this ticket;)
Show
Michał Adamczyk
added a comment - Hmm.. you reported this ticket;)
This must have been the other me. :P
Show
Szymon Acedański
added a comment - This must have been the other me. :P
Old SIO1 script for this.
Show
Szymon Acedański
added a comment - Old SIO1 script for this.
Well, we already have the command-line version in SIO2:
./manage.py export_submissions oi23-1 szu23.tgz
So it's about making it clickable and the option findable.
./manage.py export_submissions oi23-1 szu23.tgz
So it's about making it clickable and the option findable.
Show
Szymon Acedański
added a comment - Well, we already have the command-line version in SIO2:
./manage.py export_submissions oi23-1 szu23.tgz
So it's about making it clickable and the option findable.
Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 1
https://gerrit.sio2project.mimuw.edu.pl/2490
SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz
The similarsubmits module was (is?) quite a mess. So the specific changes are:
* Extract the exporting from management
* Refactor it so that retrieving data and filtering isn't coupled too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call from deprecated to the recomennded equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
https://gerrit.sio2project.mimuw.edu.pl/2490
The similarsubmits module was (is?) quite a mess. So the specific changes are:
* Extract the exporting from management
* Refactor it so that retrieving data and filtering isn't coupled too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call from deprecated to the recomennded equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
Show
Gerrit Gerrit
added a comment - Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 1
https://gerrit.sio2project.mimuw.edu.pl/2490
SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz
The similarsubmits module was (is?) quite a mess. So the specific changes are:
* Extract the exporting from management
* Refactor it so that retrieving data and filtering isn't coupled too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call from deprecated to the recomennded equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 2
https://gerrit.sio2project.mimuw.edu.pl/2490
SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Extract the exporting from management
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recomennded equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
https://gerrit.sio2project.mimuw.edu.pl/2490
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Extract the exporting from management
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recomennded equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
Show
Gerrit Gerrit
added a comment - Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 2
https://gerrit.sio2project.mimuw.edu.pl/2490
SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Extract the exporting from management
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recomennded equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 3
https://gerrit.sio2project.mimuw.edu.pl/2490
SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recomennded equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
https://gerrit.sio2project.mimuw.edu.pl/2490
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recomennded equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
Show
Gerrit Gerrit
added a comment - Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 3
https://gerrit.sio2project.mimuw.edu.pl/2490
SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recomennded equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 4
https://gerrit.sio2project.mimuw.edu.pl/2490
SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recomennded equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
https://gerrit.sio2project.mimuw.edu.pl/2490
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recomennded equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
Show
Gerrit Gerrit
added a comment - Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 4
https://gerrit.sio2project.mimuw.edu.pl/2490
SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recomennded equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 5
https://gerrit.sio2project.mimuw.edu.pl/2490
SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recomennded equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
https://gerrit.sio2project.mimuw.edu.pl/2490
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recomennded equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
Show
Gerrit Gerrit
added a comment - Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 5
https://gerrit.sio2project.mimuw.edu.pl/2490
SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recomennded equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 6
https://gerrit.sio2project.mimuw.edu.pl/2490
SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recomennded equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
https://gerrit.sio2project.mimuw.edu.pl/2490
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recomennded equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
Show
Gerrit Gerrit
added a comment - Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 6
https://gerrit.sio2project.mimuw.edu.pl/2490
SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recomennded equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 7
https://gerrit.sio2project.mimuw.edu.pl/2490
SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recomennded equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
https://gerrit.sio2project.mimuw.edu.pl/2490
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recomennded equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
Show
Gerrit Gerrit
added a comment - Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 7
https://gerrit.sio2project.mimuw.edu.pl/2490
SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recomennded equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 8
https://gerrit.sio2project.mimuw.edu.pl/2490
SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recomennded equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
https://gerrit.sio2project.mimuw.edu.pl/2490
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recomennded equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
Show
Gerrit Gerrit
added a comment - Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 8
https://gerrit.sio2project.mimuw.edu.pl/2490
SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recomennded equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 9
https://gerrit.sio2project.mimuw.edu.pl/2490
SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Move the functionality to the new app - export_szubrawcy
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recommended equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
https://gerrit.sio2project.mimuw.edu.pl/2490
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Move the functionality to the new app - export_szubrawcy
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recommended equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
Show
Gerrit Gerrit
added a comment - Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 9
https://gerrit.sio2project.mimuw.edu.pl/2490
SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Move the functionality to the new app - export_szubrawcy
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recommended equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 10
https://gerrit.sio2project.mimuw.edu.pl/2490
SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Move the functionality to the new app - export_szubrawcy
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recommended equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
https://gerrit.sio2project.mimuw.edu.pl/2490
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Move the functionality to the new app - export_szubrawcy
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recommended equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
Show
Gerrit Gerrit
added a comment - Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 10
https://gerrit.sio2project.mimuw.edu.pl/2490
SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Move the functionality to the new app - export_szubrawcy
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recommended equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 11
https://gerrit.sio2project.mimuw.edu.pl/2490
SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Move the functionality to the new app - export_szubrawcy
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recommended equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
https://gerrit.sio2project.mimuw.edu.pl/2490
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Move the functionality to the new app - export_szubrawcy
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recommended equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
Show
Gerrit Gerrit
added a comment - Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 11
https://gerrit.sio2project.mimuw.edu.pl/2490
SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Move the functionality to the new app - export_szubrawcy
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recommended equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 12
https://gerrit.sio2project.mimuw.edu.pl/2490
SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Move the functionality to the new app - export_szubrawcy
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recommended equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
https://gerrit.sio2project.mimuw.edu.pl/2490
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Move the functionality to the new app - export_szubrawcy
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recommended equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
Show
Gerrit Gerrit
added a comment - Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 12
https://gerrit.sio2project.mimuw.edu.pl/2490
SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Move the functionality to the new app - export_szubrawcy
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recommended equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 13
https://gerrit.sio2project.mimuw.edu.pl/2490
SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Move the functionality to the new app - export_szubrawcy
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recommended equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
https://gerrit.sio2project.mimuw.edu.pl/2490
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Move the functionality to the new app - export_szubrawcy
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recommended equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
Show
Gerrit Gerrit
added a comment - Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 13
https://gerrit.sio2project.mimuw.edu.pl/2490
SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Move the functionality to the new app - export_szubrawcy
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recommended equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 14
https://gerrit.sio2project.mimuw.edu.pl/2490
SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Move the functionality to the new app - export_szubrawcy
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recommended equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
https://gerrit.sio2project.mimuw.edu.pl/2490
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Move the functionality to the new app - export_szubrawcy
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recommended equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
Show
Gerrit Gerrit
added a comment - Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 14
https://gerrit.sio2project.mimuw.edu.pl/2490
SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Move the functionality to the new app - export_szubrawcy
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recommended equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 15
https://gerrit.sio2project.mimuw.edu.pl/2490
SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Move the functionality to the new app - export_szubrawcy
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recommended equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
https://gerrit.sio2project.mimuw.edu.pl/2490
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Move the functionality to the new app - export_szubrawcy
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recommended equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
Show
Gerrit Gerrit
added a comment - Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 15
https://gerrit.sio2project.mimuw.edu.pl/2490
SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Move the functionality to the new app - export_szubrawcy
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recommended equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 16
https://gerrit.sio2project.mimuw.edu.pl/2490
SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Move the functionality to the new app - export_szubrawcy
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recommended equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
https://gerrit.sio2project.mimuw.edu.pl/2490
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Move the functionality to the new app - export_szubrawcy
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recommended equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
Show
Gerrit Gerrit
added a comment - Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 16
https://gerrit.sio2project.mimuw.edu.pl/2490
SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Move the functionality to the new app - export_szubrawcy
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recommended equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 17
https://gerrit.sio2project.mimuw.edu.pl/2490
SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Move the functionality to the new app - export_szubrawcy
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recommended equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
https://gerrit.sio2project.mimuw.edu.pl/2490
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Move the functionality to the new app - export_szubrawcy
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recommended equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
Show
Gerrit Gerrit
added a comment - Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 17
https://gerrit.sio2project.mimuw.edu.pl/2490
SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Move the functionality to the new app - export_szubrawcy
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recommended equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 18
https://gerrit.sio2project.mimuw.edu.pl/2490
SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Move the functionality to the new app - export_szubrawcy
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recommended equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
https://gerrit.sio2project.mimuw.edu.pl/2490
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Move the functionality to the new app - export_szubrawcy
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recommended equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
Show
Gerrit Gerrit
added a comment - Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 18
https://gerrit.sio2project.mimuw.edu.pl/2490
SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Move the functionality to the new app - export_szubrawcy
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recommended equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 23
https://gerrit.sio2project.mimuw.edu.pl/2490
SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Move the functionality to the new app - export_szubrawcy
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recommended equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
https://gerrit.sio2project.mimuw.edu.pl/2490
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Move the functionality to the new app - export_szubrawcy
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recommended equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.
Show
Gerrit Gerrit
added a comment - Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 23
https://gerrit.sio2project.mimuw.edu.pl/2490
SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz
The similarsubmits module was (is?) quite a mess. So the specific
changes are:
* Slightly bump (to 1.7.4) required django version to avoid
reimplementing the framework.
* Extract the exporting from management
* Move the functionality to the new app - export_szubrawcy
* Refactor it so that retrieving data and filtering isn't coupled
too much with the archive, the csv format inside etc.
* Make it possible to export submissions from www interface.
* Add tests. As for now only for the new/refactored part.
* Change (unrelated to other changes, but nearby) function call
from deprecated to the recommended equivalent.
Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
Sidenote: I hate fixtures.