This repository was archived by the owner on Jul 7, 2026. It is now read-only.
Fix/extra files badge - #114
Merged
Merged
Conversation
natkam
approved these changes
May 13, 2026
florian-jaeger
added a commit
that referenced
this pull request
Jun 1, 2026
* fix: removed fetching of assignments in the toolbar (#90) * fix: complete argument is appended to the url when it's `true` or `false` (#92) With this fix the value of the `complete` query parameter is appended to the url when it's either `true` or `false`, which makes the processing of it in the backend work correctly as well. * Fix/show lectures based on permissions (#93) * fix: complete argument is appended to the url when it's `true` or `false` * fix: changed api endpoint to accept multiple parameters (`complete` and `instructor`) * fix: adjusted all references of `getAllLectures` function * fix: remove regex search for submissions (#99) * Fix: sensible errors (#94) * fix: fix error message when commiting files fails * WIP: adjust error message shown in snackbar * fix: raise GitError * fix: change status code and remove `reason` * fix: replace `HTTPError` with `APIError` where error message is passed to `reason` * fix: prioritize `message` attribute from `errorData` * WIP: use GraderErrorMixin instead of duplicating code for `write_error` * WIP: use `APIError` from `grader_service` * fix: replace `CalledProcessError` with `GitError` * Feat/allow plain manual grading of assignments (#100) * WIP: allow pulling original files from user * WIP: show/disable buttons based on autograding behavior * WIP: add lecture id as query parameter for authorization check in backend + refactor * fix: show feedback button correctly based on autograding behavior * fix: save search string per assignment (#102) * fix: add error handling for unhandled exceptions * refactor: use existing functions to retrieve lecture and assignment * fix: prioritize error reason over message (#112) * fix: error reason over message Refs: #111 * Fix/extra files badge (#114) * fix: prioritize error reason over message (#112) * fix: error reason over message Refs: #111 * fix: display "extra file" chip when a user adds additional files to the assignment, ref: #113 Co-authored-by: Florian Jäger <florian.jaeger@tuwien.ac.at> Co-authored-by: Nadja Jovancevic <e12121824@student.tuwien.ac.at> --------- Co-authored-by: Florian Jäger <florian.jaeger@tuwien.ac.at> Co-authored-by: Nadja Jovancevic <e12121824@student.tuwien.ac.at>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #113.