pferd/PFERD
I-Al-Istannen 1fba96abcb Fix exercise date parsing for non-group submissions
ILIAS apparently changes the order of the fields as it sees fit, so we
now try to parse *every* column, starting at from the right, as a date.
The first column that parses successfully is then used.
2021-05-31 18:15:12 +02:00
..
auth Remove section and config parameter from Authenticator 2021-05-25 15:11:33 +02:00
cli Add link to repo in --version output 2021-05-31 11:44:17 +02:00
crawl Fix exercise date parsing for non-group submissions 2021-05-31 18:15:12 +02:00
__init__.py Single-source version number 2021-05-14 21:27:44 +02:00
__main__.py Use event loop workaround only on windows 2021-05-31 11:41:52 +02:00
config.py Rename functions for consistency 2021-05-25 15:49:06 +02:00
deduplicator.py Deduplicate path names in crawler 2021-05-25 12:11:15 +02:00
limiter.py Change limiter logic 2021-05-15 15:25:05 +02:00
logging.py Align paths in status messages and progress bars 2021-05-31 12:32:42 +02:00
output_dir.py Align paths in status messages and progress bars 2021-05-31 12:32:42 +02:00
pferd.py Add --debug-transforms flag 2021-05-26 11:37:32 +02:00
report.py Use raw paths for --debug-transforms 2021-05-31 12:33:37 +02:00
transformer.py Fix error when capturing group is None 2021-05-27 15:41:00 +02:00
utils.py Clean up logging 2021-05-23 11:37:19 +02:00
version.py Implement --version flag 2021-05-19 17:33:36 +02:00