Resolve "Refactor file up- and download"
All threads resolved!
All threads resolved!
What does this MR do (summary)?
Closes #51 (closed), #56 (closed)
- Paths are no longer assumed to be relative
- All paths can now be configured through the application.yaml
- Single files are no longer zipped
- Downloading multiple submissions is no longer a zip of zips, but rather just directories in a zip
- Downloading multiple submissions now gives a zip in the following format:
submissions.zip
assignment_1/
group_1/
submission_1/
file1.s
file2.s
group_2/
submission_2/
file.txt
assignment_2/
...
Does this MR meet the acceptance criteria?
-
The main application was run to make sure the server still runs without errors. -
Tests were written to verify the behaviour of this code. -
Javadoc and other comments were added to make the code understandable. -
The code adheres to the style guidelines.
Edited by Ruben Backx
Merge request reports
Activity
added priohigh typeimprovement labels
- Resolved by Otto Visser
- Resolved by Otto Visser
added 4 commits
-
712a0d3b...25937dd7 - 2 commits from branch
development
- ce7761b7 - Redo submission uploading and downloading
- 3a78591d - Make file storage use only two directories
-
712a0d3b...25937dd7 - 2 commits from branch
added 8 commits
-
f6139abc...39ca8996 - 6 commits from branch
development
- 67861c1c - Redo submission uploading and downloading
- 65a2f5e4 - Make file storage use only two directories
-
f6139abc...39ca8996 - 6 commits from branch
mentioned in commit c94d3f69
Please register or sign in to reply