-
Notifications
You must be signed in to change notification settings - Fork 1
Well-formed commit messages? #2
Comments
What if we had them under the assignment number in the commit message? So a commit of And they can resubmit as much as they want by just committing with that message. |
So you just always include a hw# / lab# in your commit message, and it will run a check? |
In the case of multiple commits being pushed, we should probably filter out any duplicates so that we only check the latest versions of each assignment |
That sounds like the most straightforward to me. So the student knows what checks will run, and she knows it's all good when the commit message comes back as "100% complete!". |
Something else to keep in mind: we're going to need some way of automatically updating the specs / checkers on the gitlab machine |
More webhooks! We can have it automatically pull down and run whatever script whenever someone pushes to the Referee repo. That's what I did for the HiPerCiC documentation, where it pulls and runs a script to convert the reStructured markup into html. |
Great! |
Do we need/want some sort of commit message requirement?
If not:
The text was updated successfully, but these errors were encountered: