Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
22aba33
Initial commit + tests
Sep 7, 2017
46cc1c6
added requirements.txt
Sep 7, 2017
4aac6e1
updated requirements.txt
Sep 7, 2017
4bb5452
Merge branch 'master' of https://github.com/StevensDeptECE/grading
Sep 7, 2017
673aec5
added __init__.py
Sep 7, 2017
bec9e16
Created skeleton of command line
Sep 8, 2017
06520a2
Better zip file experience, added comments to main function
Sep 8, 2017
8bc7a8b
Created backbone of file testing
Sep 8, 2017
c81cabb
type-o
Sep 8, 2017
7f3339b
spacing
Sep 8, 2017
03db78c
First release
Sep 8, 2017
d529739
Fixed name output, a lot of formatting
Sep 9, 2017
abcb5c1
renamed Command class to AssignmentTest, added exact match option, ad…
Sep 9, 2017
5e6be8b
Use restart_program function where required
Sep 9, 2017
6c16640
Use proper exception type
Sep 9, 2017
cc05b60
Update comments
Sep 10, 2017
d11c471
Updated temp directory handling
Sep 12, 2017
a5ecb19
submissions are now downloaded directly from canvas, rather than take…
Sep 12, 2017
cf35338
removed unused parse_zip
Sep 13, 2017
6e7f60d
started numeric matching & more automation options
Sep 13, 2017
1e7cedb
started numeric matching & more automation options
Sep 14, 2017
2758f62
fixed file handling bugs, added print file option, made args a proper…
Sep 18, 2017
686168a
added message user JSON + API endpoint, still need to hook it up
Sep 18, 2017
9803c3b
messages implemented
Sep 18, 2017
db71de5
string updates
Sep 20, 2017
17bdb86
added documentation, disarming, fixed output_regex and timeout
Sep 21, 2017
4953fea
fixed
Sep 21, 2017
bbb4f5b
finished documentation
Sep 21, 2017
156876f
Corrected regex to include negative sign for integers, added stdin in…
Sep 26, 2017
43b9635
Re-organized and updated documentation
Sep 26, 2017
b3540a9
Re-organized and updated documentation
Sep 29, 2017
15a288f
Merge pull request #1 from ThePyrotechnic/test
Sep 29, 2017
5c23120
delete some text
Sep 29, 2017
f4daca1
Merge branch 'master' into test2
Sep 29, 2017
716e447
Merge pull request #2 from ThePyrotechnic/test2
Sep 29, 2017
023cb08
added text
Sep 29, 2017
c7183ca
Merge pull request #3 from ThePyrotechnic/testing
Sep 29, 2017
7597634
delete some text
Sep 29, 2017
95ba4ba
remove all added text
Sep 29, 2017
8c4039e
Merge pull request #4 from ThePyrotechnic/test3
Sep 29, 2017
89c74ed
Better access.token handling
invalid-email-address Oct 12, 2017
16dc482
fixed type-o
invalid-email-address Oct 12, 2017
99f1373
removed temp
invalid-email-address Oct 12, 2017
6e30eb3
added shebang
Oct 13, 2017
5f9cf12
Updated urls, fixed directory handling
Oct 13, 2017
1a74332
paginate submission downloading.
Feb 1, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .idea/codeStyleSettings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions .idea/grading.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

593 changes: 593 additions & 0 deletions .idea/workspace.xml

Large diffs are not rendered by default.

Empty file added pycanvasgrader/__init__.py
Empty file.
Binary file added pycanvasgrader/__pycache__/__init__.cpython-36.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading