-
Notifications
You must be signed in to change notification settings - Fork 12
Denis enhanced #268
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
Denis enhanced #268
Conversation
c668287 to
e0bdf51
Compare
On the relevant deadline trigger, assign a zero score to a submission when mailman receives none or corrupt patches. Fixes #207 Signed-off-by: Joel Savitz <joel@underground.software>
edec63a to
528d38c
Compare
charliemirabile
left a comment
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.
a few nits
compare DCO in each patch and cover letter to one created by combining the known username and hostname. Fixes #110 Signed-off-by: Joel Savitz <joel@underground.software>
Check RFC/lack thereof, PATH, vN consistency, and correct indexes Fixes: #262 Signed-off-by: Joel Savitz <joel@underground.software>
528d38c to
265cd3d
Compare
|
Rebased PR passes the full test suite: https://github.com/underground-software/singularity/actions/runs/17447881328/job/49546522522 |
|
lets get this merged |
|
re: $HOSTNAME |
charliemirabile
left a comment
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.
lgtm
Since commit 22c9694 ("denis: add notes tied to initial and final submissions"), denis can now add notes to tagged submissions on the initial and final submission deadlines. We can build on this scaffolding to implement the first automated grading features. In this PR, I've included an initial set of three: automatic zero for corrupt or missing patchsets, DCO check, and subject tag format check. More to come.
Fixes #207
Fixes #110
Fixes #262