DOMjudge / domjudge

DOMjudge programming contest jury system
https://www.domjudge.org
GNU General Public License v2.0
739 stars 258 forks source link

download file when submission is single source #2714

Closed as6325400 closed 1 month ago

as6325400 commented 2 months ago

When there is only one uploaded file, download the file directly instead of downloading a compressed file.

sentry-io[bot] commented 2 months ago

🔍 Existing Issues For Review

Your pull request is modifying functions with the following pre-existing issues:

📄 File: webapp/src/Controller/Team/SubmissionController.php

Function Unhandled Issue
App\Controller\Team\SubmissionController::downloadAction ErrorException: Warning: ZipArchive::close(): Seek error: No space left on device /src/Service/SubmissionService.php in App\Service\Submission...
Event Count: 4
📄 File: webapp/src/Service/SubmissionService.php (Click to Expand) | Function | Unhandled Issue | | :------- | :----- | | **`App\Service\SubmissionService::getSubmissionZipResponse`** | [**ErrorException: Warning: ZipArchive::close(): Seek error: No space left on device**](https://domjudge.sentry.io/issues/5888167152/?referrer=github-open-pr-bot) /src/Service/SubmissionService.php in App\Service\Submission...
`Event Count:` **4** |

Did you find this useful? React with a 👍 or 👎