Update the release-0.9.0 branch to include the changes from release-0.8.2. - #299
Merged
Merged
Conversation
* Fix: feedback generation failing with student notebooks (#288) * fix: Improve logging when feedback generation fails * chore: Remove an unused dataclass, fix some typos and type annotations * fix: Fix a potential security issue when running Git commands in a subprocess When running multiple commands with `sh -c ...`, it would be easier to construct the variable "message" so that it contained some executable code. * fix: Fix a typo in the log message after a successful autograde job * fix: Do not try to generate feedback for notebooks created by students If the instructor specifies '*.ipynb' in the whitelist of an assignment, additional notebooks created by students are also copied over. The feedback generator should not try to generate feedback for them - they are not in the gradebook and an attempt to do so would fail. Refs: #272 * fix: Improve error handling and logging in GitBaseHandler.git_reponse() * refactor: changed load_roles dict entries to lists (#292) * refactor: changed load_roles dict entries to lists * chore: added new load_roles style to dev env * Update a docstring --------- Co-authored-by: Natalia Maniakowska <3858688+natkam@users.noreply.github.com> * fix: Set missing display_name for a new user in auth_to_user (#291) * fix: renamed sync_on_feedback var (#294) * Fix: (soft-)delete submission endpoint (#295) * refactor: Small improvements related to submission handling * fix: Fix soft-deleting a submission Now: - double delete does NOT remove the submission from the db; it just has the state `deleted`; - if the deadline is not set, it is possible to delete a submission; - a student can only delete own submission. * fix: Make `SubmissionObjectHandler.delete()` async * chore: Write tests for the delete submission endpoint * fix: Fix some invalid feedback status values in submission handlers tests * chore: Update the docstring for submission's delete * Bump service to 0.8.2 * Bump chart to 0.8.2 * docs: fixed helm repo url --------- Co-authored-by: Natalia Maniakowska <3858688+natkam@users.noreply.github.com>
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.