issues
search
rosedu
/
vmchecker
Automatic assignment checker
http://vmchecker.cs.pub.ro/
MIT License
36
stars
34
forks
source link
GWT: Add account+assignment+grade in details popup. Delete temporary files once done with them.
#83
Closed
calin-iorgulescu
closed
9 years ago
calin-iorgulescu
commented
9 years ago
New features:
GWT: Display the account + assignment + grade in the popup window.
Bugfixes:
Fix missing import in one_reboot_runner.py example.
Fix typo in vmchecker-vm-executor.
Improvements:
GWT: Don't highlight tabs from tabbars in Chrome.
Refactor services.py & submit.py to use NamedTemporaryFile and to delete temp files when they're done. Closes #82 .
Refactoring:
Make all python classes extend object (new style of classes).
GWT: Unify getResults(), getUserResults() and getTeamResults() into 1 HTTPService stub.
New features:
Bugfixes:
Improvements:
Refactoring: