This repository was archived by the owner on Jul 7, 2026. It is now read-only.
Fix/error handling - #105
Merged
Merged
Conversation
…lse` (#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: 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: 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`
* 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
natkam
approved these changes
Mar 4, 2026
* fix: error reason over message Refs: #111
* 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>
natkam
reviewed
May 19, 2026
Comment on lines
+143
to
+144
| submission["auto_status"] == "not_graded" | ||
| or submission["auto_status"] == "grading_failed" |
Contributor
There was a problem hiding this comment.
You could use the AutoStatus enum-model here, I suppose?
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.
No description provided.