-
Notifications
You must be signed in to change notification settings - Fork 1
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
Release 0.6.0 #58
Merged
Merged
Release 0.6.0 #58
Conversation
This file contains 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
Overwrote methods for extracting relative file paths, so that tey can be used on other repo types, not only assignments. to fix: all files from source are still copied to the release repo ref: #8
to do: we have to think about how we want to release assignment (assignment-status.tsx), should it be left as it is -> always pushing all files from source directory or like pushing files from source where we can choose files to push (other possibility is to take those files that were selected to push and to push them, if none were previously selected, meaning there were no pushes, than push everything from source) ref: #8
…it file list. ref: #8
…state-of-submissions Add submission restore functionality
Better error page
This also required changing FilesList definition in edit submission view, where the same error was caused. Ref: #41
select files during commit process
…te-submission Ref: #41
feat: updated file pattern
… Omitted unnecessary Typography element in edit-submission.tsx. #27
Added react Dev Tools to Dev dependencise for debugging purposes, will be deleted from components later. To Do: FileLists send requests for each file that is shown, which shouldnt be the case -> to fix.
…check file remote status of each file in the directory.
Manually merged release-0.4.1 branch and 27-new-caching-solution. Closes #27
…ft hand side, it was stuck on one initially opened assignment when navigating through assignments.
…ace in useEffect.
…arked as "extra file". This was because file query was initially setting files to an empty array and not waiting for them to be completely loaded.
Fixed file browser model API calls
…ubmissions for assignment is set
…witching submissions in manual grading view. If files for the submission haven't been puled, files browser is opened to source directory.
…l grade, feedback generation or updating score scaling.
…uctor view if there is submission limit.
…uctor view if there is submission limit.
chore: updated extension template
mpetojevic
reviewed
Nov 13, 2024
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.
looks great!
mpetojevic
approved these changes
Nov 13, 2024
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.
Changelog Release 0.6.0
Enhancements made
Bugs fixed
(Pulled, Submitted, Feedback Available)
#0f596d4services/grader/
#c521939