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

      Szymon Acedański made changes -
      Field Original Value New Value
      Fix Version/s Near Future [ 11001 ]
      Szymon Acedański made changes -
      Status New [ 10000 ] Open [ 1 ]
      Michał Adamczyk made changes -
      Assignee Michał Adamczyk [ saddam ]
      Michał Adamczyk made changes -
      Assignee Michał Adamczyk [ saddam ]
      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
      Szymon Acedański made changes -
      Summary Manage.py tool to save all contestant's submissions in a contest to a .tgz Add an option to save all contestants' submissions in a contest to a .tgz
      Szymon Acedański made changes -
      Fix Version/s Next Sprint [ 12002 ]
      Fix Version/s Near Future [ 11001 ]
      Szymon Acedański made changes -
      Fix Version/s Near Future [ 11001 ]
      Fix Version/s Next Sprint [ 12002 ]
      Stanisław Barzowski made changes -
      Assignee Stanisław Barzowski [ sbarzowski ]
      Stanisław Barzowski made changes -
      Status Open [ 1 ] Resolved [ 5 ]
      Assignee Stanisław Barzowski [ sbarzowski ] Szymon Acedański [ accek ]
      Resolution Fixed [ 1 ]
      Stanisław Barzowski made changes -
      Resolution Fixed [ 1 ]
      Status Resolved [ 5 ] Reopened [ 4 ]
      Assignee Szymon Acedański [ accek ] Stanisław Barzowski [ sbarzowski ]
      Stanisław Barzowski made changes -
      TAG Reviewer Adam Paszke [ apaszke ]
      Hide
      Szymon Acedański added a comment -
      Old SIO1 script for this.
      Show
      Szymon Acedański added a comment - Old SIO1 script for this.
      Szymon Acedański made changes -
      Attachment szubrawstwo.sh [ 12744 ]
      Szymon Acedański made changes -
      TAG Developer Stanisław Barzowski [ sbarzowski ]
      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.
      Stanisław Barzowski made changes -
      Status Reopened [ 4 ] Resolved [ 5 ]
      Assignee Stanisław Barzowski [ sbarzowski ] Szymon Acedański [ accek ]
      Resolution Fixed [ 1 ]
      Szymon Acedański made changes -
      Status Resolved [ 5 ] Closed [ 6 ]
      Transition Time In Source Status Execution Times Last Executer Last Execution Date
      New New Open Open
      16h 20m 1 Szymon Acedański 2013-10-30 10:37
      Open Open Resolved Resolved
      750d 59m 1 Stanisław Barzowski 2015-11-19 11:37
      Resolved Resolved Reopened Reopened
      8s 1 Stanisław Barzowski 2015-11-19 11:37
      Reopened Reopened Resolved Resolved
      76d 23h 39m 1 Stanisław Barzowski 2016-02-4 11:17
      Resolved Resolved Closed Closed
      1146d 5h 21m 1 Szymon Acedański 2019-03-26 16:38

        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: