Commit Graph

31 Commits

Author SHA1 Message Date
3d86409f75 fix encoding error when assignment name has an emoji (or unicode, in general) 2024-10-24 22:57:20 +01:00
9ca32f1e48 added maxsplit limit = 1 when splitting the submitted files (fix for breaking when the student's file name inlcuded 'attempt') 2024-10-04 15:03:44 +01:00
71092daee0 added '.git' to IGNORE_DIRS 2024-04-26 12:37:49 +01:00
0385e13da7 IGNORE_DIRS (as in previous commit) + get student name as well when extracting comment + terminal output increase spacing for [Info] 2024-03-01 15:47:33 +00:00
7577148f83 added IGNORE_DIRS in settings.py and allow for multiple dir names to be ignored from extracting 2024-03-01 15:45:34 +00:00
8a4dee8e73 rephrasing msg to be more precise / clear 2024-02-26 21:09:01 +00:00
08ffefa798 add/remove blank lines for PEP + add BB_GRADEBOOKS_DIR, BB_SUBMISSIONS_DIR in settings.py to allow easy changing of dir names 2024-02-26 20:48:45 +00:00
bf7aaa12f2 terminal output improvements + flush=True for print() 2024-02-23 21:23:23 +00:00
2381b26cca re-format terminal output information 2024-02-23 18:44:11 +00:00
2217988f96 (again) fix OSError: [WinError 6] The handle is invalid' - add try/except in rar file extractall() - possible issue with rar5 files 2024-02-23 18:06:04 +00:00
0841a1a478 fix OSError: [WinError 6] The handle is invalid' - add try/except in rar file extractall() - possible issue with rar5 files 2024-02-23 18:03:13 +00:00
196e215133 extra check for comment existence 2023-12-08 14:02:44 +00:00
ea81d185eb remove favicon 2023-07-17 03:17:43 +01:00
e5b06c9baf HYPERLINKS for file paths and names in generated csv 2023-03-16 20:50:46 +00:00
91d05e9e88 fix for gradebook_dir_name value 2023-03-10 12:57:37 +00:00
9ab782dcc9 added inspect_gradebook & code restructure for 'inspect by hash' feature 2023-03-10 12:50:14 +00:00
aff2644676 constants to settings.py 2023-03-10 12:48:29 +00:00
e1ef82fa18 moved constants to settings.py 2023-03-10 12:47:15 +00:00
ecce8de13c don't remove zip file if unknown Exception while extracting 2023-03-05 14:56:10 +00:00
e7f451d4f6 check empty file hash - do not include empty files in hash list 2023-03-03 13:48:56 +00:00
3e677d9ddd added typing & more code cleanup 2023-03-03 13:13:28 +00:00
669ab50930 more code cleanup & added 'exclude filenames' from hashing 2023-03-02 23:22:49 +00:00
41b2c8a9b5 added printing out path of created CSV files 2023-03-01 10:51:03 +00:00
9c933348bd remove_trailing_spaces_from_filenames() not fixing the error - removed 2023-03-01 00:46:04 +00:00
fb41caf7c5 added Exception - caused by WinError, trailing space in file name (without ext) 2023-03-01 00:43:34 +00:00
cd77e205f3 added remove_trailing_spaces_from_filenames() 2023-03-01 00:18:35 +00:00
3cb38bfd7d cleanup code 2023-02-28 23:26:23 +00:00
599d8eec04 include file name (without full path) in output csv 2023-02-28 23:09:33 +00:00
980281c5fd 'inspect submission files by hash' feature v0.1 2023-02-28 22:48:34 +00:00
81e9bcfa56 rename remaining files before moving/organising - use the original file name without the BB added info 2023-01-16 18:04:09 +00:00
4596034891 initial commit release v1.0 2023-01-07 15:56:18 +00:00