aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-27Move batch file processing to parse moduleCody Logan
2023-10-27Refactor args construction in testsCody Logan
2023-10-24Merge branch 'refactor-api-query' into devCody Logan
2023-10-24Bump version for dev branchCody Logan
2023-10-24Separate download and client testsCody Logan
2023-10-24Add dry run option, to test processing without actually downloading anythingCody Logan
2023-10-24Catch possible OS errors when verifying downloadCody Logan
2023-10-24Tweak progress bar appearanceCody Logan
2023-10-24Move API client functions to separate moduleCody Logan
2023-10-24Fix bug in logging that silenced most messagesCody Logan
2023-10-24Use per-module loggers and tweak initial log configCody Logan
2023-10-24Revise logging testsCody Logan
2023-10-23Initial logging testsCody Logan
2023-10-23Reorganize tests using fixturesCody Logan
2023-10-23Merge pull request #10 from clpo13/refactor-argsclpo13
2023-10-23Factor out usage of args object in log configurationCody Logan
2023-10-20Merge branch 'dev'Cody Logan
2023-10-20Bump version numberv0.6.0Cody Logan
2023-10-20Merge pull request #9 from clpo13/devclpo13
2023-10-20Merge pull request #8 from clpo13/devclpo13
2023-10-20Update READMECody Logan
2023-10-20Add type annotations to source filesCody Logan
2023-10-20Move logging configuration to new fileCody Logan
2023-10-20Move batch_download function to proper fileCody Logan
2023-10-20Reorganize File classCody Logan
2023-10-20Tweak pyproject.toml and setup.pyCody Logan
2023-10-20Fix bug in batch downloadingCody Logan
2023-10-17Clean up exception handling and error messagesCody Logan
2023-10-13Add note to README about dev branchCody Logan
2023-10-13Refactor parsing logic and revise exception handlingCody Logan
2023-10-13Update copyright yearCody Logan
2023-10-13Revise batch file parsing to ignore blank and commented linesCody Logan
2023-10-13Change logfile log level to debugCody Logan
2023-10-13Refactor code and improve docstringsCody Logan
2023-10-13Add Python 3.12 to matrixCody Logan
2023-10-10Move man-related files to docs directoryCody Logan
2023-10-09Style cleanupCody Logan
2023-10-09Add some tests for download functionsCody Logan
2023-10-09Add coverage conversion stepCody Logan
2023-10-09Add Codecov report to actions fileCody Logan
2023-10-06Remove unneeded dependency in testsCody Logan
2023-10-06Update actions for dev branch and Python 3.12Cody Logan
2023-10-06Add new options to readme and man pageCody Logan
2023-10-03Reduce repeated code in log configurationCody Logan
2023-10-03Add parallel download option in batch modeCody Logan
2023-10-03Refactor for better code organizationCody Logan
2023-10-03Add short user and pass optionsCody Logan
2023-10-03Update README and do some code cleanupCody Logan
2023-10-03Update READMECody Logan
2023-10-02Merge branch 'dev' of github.com:clpo13/wikiget into devCody Logan