aboutsummaryrefslogtreecommitdiffstats
path: root/datamaps (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-05-02prep for version bumpMatthew Lemon1-1/+1
2021-01-25now handles --inputdir and --zipinput and NestedZipErrorMatthew Lemon2-1/+11
2021-01-25added flag for -z --zipinputMatthew Lemon1-1/+7
2021-01-22fixed bug whereby relative paths could not be used for cli flagsMatthew Lemon2-5/+18
2021-01-18fix testMatthew Lemon1-1/+1
2021-01-18some further help text changesMatthew Lemon1-2/+6
2021-01-18tidying up some help textMatthew Lemon1-22/+45
2021-01-17added validationonly flag to import templates commandMatthew Lemon2-6/+70
2021-01-17added flag to change input directory for import templates commandMatthew Lemon3-2/+35
2021-01-16handling rowlimit logging and checking here rather than bcompilerMatthew Lemon2-16/+67
2021-01-16version bump to 1.1.0Matthew Lemon1-1/+1
2021-01-16added --rowlimit flag for import operationMatthew Lemon1-8/+13
2021-01-13version bump - v1.0.9Matthew Lemon1-1/+1
2021-01-13added datamap config commandMatthew Lemon2-7/+28
2021-01-11changes to accommodate row-limiting in bcompiler-engineMatthew Lemon2-2/+17
2020-06-21tracking v1.0.6 of bcompiler-engineMatthew Lemon1-1/+1
2020-05-17upped to 1.0.5MR Lemon1-1/+1
2020-05-17checking for win32 path style in testMR Lemon1-6/+14
2020-05-17attempted fix for failing GA nox testMR Lemon1-4/+4
2020-05-16internal documentation improvementsMR Lemon1-9/+20
2020-05-16Black formattingMR Lemon1-23/+37
2020-05-16improved tests - passing; accepts Path or str paths in datamap checkMR Lemon3-8/+42
2020-05-15first two passing tests in implementing --datamap option in datamaps interfaceMR Lemon3-4/+1988
2020-05-14removed breakpointMatthew Lemon1-1/+0
2020-04-30skipped test - for further investigationMatthew Lemon1-0/+2
2020-04-23fix test to make it work on Windows?MR Lemon1-1/+1
2020-03-14fix for error in last version to match bcompiler-engineMatthew Lemon1-1/+1
2020-03-14quick and incomplete fix for #5Matthew Lemon1-1/+1
2019-11-25updated to 1.0.1 for #4 fixMatthew Lemon1-1/+1
2019-11-08v1.0.0Matthew Lemon1-1/+1
2019-11-08included exception handling for when line is missing in datamapMatthew Lemon1-1/+8
2019-10-31version bump to 1.0.0b13 for check commandMatthew Lemon1-1/+1
2019-10-29removed breakpointMatthew Lemon1-1/+0
2019-10-29part way through implementing aux file check commandMatthew Lemon1-2/+26
2019-10-27version bump to 1.0.0b12Matthew Lemon1-1/+1
2019-10-27now handles DatamapFileEncodingErrorMatthew Lemon1-1/+7
2019-10-26raises CRITICAL if datamap missing key field on export or import - version bumpMatthew Lemon2-2/+8
2019-10-26exposing exceptions raised from missing sheet field in datamapMatthew Lemon1-0/+7
2019-10-14removed errant breakpointMatthew Lemon1-1/+0
2019-10-14fix for badly configured initialise guardMatthew Lemon1-3/+2
2019-10-14now handles missing blank templateMatthew Lemon1-1/+2
2019-10-14better handling missing filesMatthew Lemon1-3/+13
2019-10-14cleanaing up more loggingMatthew Lemon1-3/+2
2019-10-14moved config initalisation to cli()Matthew Lemon1-4/+1
2019-10-14cleanupMatthew Lemon1-3/+2
2019-10-14quick logging changeMatthew Lemon1-1/+2
2019-10-13added unused imports and nice messagesMatthew Lemon1-4/+3
2019-10-13small fix to improve logger outputMatthew Lemon1-0/+3
2019-10-13handling BadZipFile exception when opening corrupt xlsx fileMatthew Lemon1-1/+5
2019-10-13some better help text and catching RunTimeError related to commit 2c58250 in ↵Matthew Lemon2-6/+17
engine