The SIO2 project
  1. The SIO2 project
  2. SIO-1333

Add an option to save all contestants' submissions in a contest to a .tgz

    Details

    • Type: New Feature New Feature
    • Status: Closed Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: Current Version
    • Fix Version/s: Near Future
    • Component/s: OIOIOI
    • Labels:
      None

      Activity

      Hide
      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.
      Hide
      Michał Adamczyk added a comment -
      Hmm.. you reported this ticket;)
      Show
      Michał Adamczyk added a comment - Hmm.. you reported this ticket;)
      Hide
      Szymon Acedański added a comment -
      This must have been the other me. :P
      Show
      Szymon Acedański added a comment - This must have been the other me. :P
      Hide
      Szymon Acedański added a comment -
      Old SIO1 script for this.
      Show
      Szymon Acedański added a comment - Old SIO1 script for this.
      Hide
      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.
      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.
      Hide
      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.
      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.
      Hide
      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.
      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.
      Hide
      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.
      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.
      Hide
      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.
      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.
      Hide
      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.
      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.
      Hide
      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.
      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.
      Hide
      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.
      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.
      Hide
      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.
      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.
      Hide
      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.
      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.
      Hide
      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.
      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.
      Hide
      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.
      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.
      Hide
      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.
      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.
      Hide
      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.
      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.
      Hide
      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.
      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.
      Hide
      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.
      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.
      Hide
      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.
      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.
      Hide
      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.
      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.
      Hide
      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.
      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.
      Hide
      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.
      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.

        People

        • Assignee:
          Szymon Acedański
          Reporter:
          Szymon Acedański
          TAG Developer:
          Stanisław Barzowski
          TAG Reviewer:
          Adam Paszke
        • Votes:
          0 Vote for this issue
          Watchers:
          3 Start watching this issue

          Dates

          • Created:
            Updated:
            Resolved: