-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
262 refactor assignment customisation options (#263)
* refactor: added configurationable values for grading poll intervals and max grading time * Bump chart to 0.6.3 * Bump service to 0.6.3 * fix: updated rabbitmq timeout to increase max grading time * Bump chart to 0.6.4 * ci: removed management ci actions * feat: updated lti process by changing rest method and including new sync options * chore: make function get_latest and get_best_submissions reusable for both student and instructor version #250 * fix: updated oauth_login endpoints * refactor: changed kube autograde pod name to enhance user experience Refs: #253 * feat: added new customisation options to kube_grader and deprecated old ones. KubeGrader has now multiple new options to customise autograding pods (labels, tolerations, image pull secrets). Furthermore, autograding pods can be dynamically adapted before startup using the `post_auth_hook` traitlet. Refs: #259 * refactor: added new kube customisation options to chart and deprecated old settings * WIP: updated assignment model and setup running build with some default replacements * feat: added new configuration option 'allowed_files' which contains glob patterns used to whitelist additional submission files * feat: added assignment settings functionality to kube grader --------- Co-authored-by: Marijana Petojevic <[email protected]>
- Loading branch information
1 parent
ea4847a
commit 8b32abc
Showing
49 changed files
with
1,201 additions
and
1,280 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.