Releases: VideojogosLusofona/egrader
Releases · VideojogosLusofona/egrader
v0.0.8
v0.0.7
- Add
strict
option toassess_files_exist
plugin, which ifTrue
implies that if even one of the specified files does not exist the grade is zero
v0.0.6
- Fix bug when interpreting
datetime
objects for commit date assessment - Add
strict
option toassess_commit_date_interval
plugin, which ifTrue
requires that all commits be done within the specified commit interval
v0.0.5
- Generalize the
assess_commit_date_interval
plugin, which can now check if any given number of commits were made in a specific time interval and return a percentage of the commits that were indeed done in that time interval.
v0.0.4
- Add optional wait time between Git fetch/clones
v0.0.3
- Accept both local and HTTP/HTTPS git repositories
- Encapsulate final Git URL creation in
StudentGit
class - Add new repository plugins:
- Check commit email
- Assess running a command
v0.0.2
- Add
README
badges and try a new automatic PyPI release
v0.0.1
- First alpha release with basic functionality