-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Download files #416
Download files #416
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
links to submissions from group or project don't work now. This needs to be fixed first (:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The project type has still a non-working submissions url.
https://localhost/api/projects/0/submissions/
Polymorphic types being annoying again, can you try again? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know how to write emoji's..
Added the ability to download submission and log files.
/api/submissions/<id>/zip/
to download the submission zip file./api/extra-check-results/<id>/log/
to download the log file.