aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adds verbose flag to test commandsHEADmasterMatthew Lemon2024-03-061-2/+2
|
* Added a new run.sh script - to be used as alternative to MakefileMatthew Lemon2024-03-061-0/+20
|
* updated go.modMatthew Lemon2021-08-221-1/+0
|
* Now the checkdb func is workingMatthew Lemon2021-05-041-3/+5
|
* fixed problem of repeating Setup() procedureMatthew Lemon2021-05-043-5/+19
|
* fixed missing datamaps pkgMatthew Lemon2020-12-0817-1/+3673
|
* ridded of extranneous pkg directoryMatthew Lemon2020-12-0618-3678/+6
|
* some cleaning upMatthew Lemon2020-12-021-5/+5
|
* started working on help commandMatthew Lemon2020-11-292-2/+31
|
* script to delete config/datamaps.dbMatthew Lemon2020-09-171-0/+8
|
* removed errant error handlerMatthew Lemon2020-09-172-3/+1
|
* starting to refactor the testsMatthew Lemon2020-08-061-16/+24
|
* fixing more error messagesMatthew Lemon2020-08-061-4/+6
|
* improved error handlingMatthew Lemon2020-08-061-8/+8
|
* tests passing but only with the help of a hack to solve DD/MM/YYMatthew Lemon2020-08-064-3/+8
|
* failing test on one spreadsheet no handling date numformat properlyMatthew Lemon2020-08-051-0/+0
|
* debugging numberformat issuesMatthew Lemon2020-08-053-11/+16
|
* added numfmt field to return_data tableMatthew Lemon2020-08-052-4/+6
|
* added some comments re storing cell numfmt stringsMatthew Lemon2020-08-053-0/+7
|
* fixed missing row in masterMatthew Lemon2020-08-051-1/+1
|
* added duplicate test cases - ready for differentiation. tests failingMatthew Lemon2020-08-042-11/+22
|
* fuller test error messageMatthew Lemon2020-08-041-1/+2
|
* getting there with testing the master outputMatthew Lemon2020-08-041-11/+37
|
* fixed failing test created by changing the datamap in the master testMatthew Lemon2020-08-046-55/+64
|
* part way through writing master test - tests failingMatthew Lemon2020-08-043-11/+122
|
* added createdatamap commandMatthew Lemon2020-08-024-5/+14
|
* removed old commented out codeMatthew Lemon2020-08-021-10/+0
|
* tidied testMatthew Lemon2020-08-021-3/+4
|
* fixed issue with not writing header to master - needed to AddRowAtIndex()Matthew Lemon2020-08-021-2/+2
|
* still cant get first row to writeMatthew Lemon2020-08-021-12/+19
|
* not writing top line to master yetMatthew Lemon2020-08-012-18/+31
|
* tidying linting and checker errorsMatthew Lemon2020-08-015-6/+13
|
* fixed extraneous variableMatthew Lemon2020-08-012-29/+6
|
* tidying errorsMatthew Lemon2020-08-011-7/+7
|
* better error handlingMatthew Lemon2020-08-011-5/+9
|
* tweakedMatthew Lemon2020-08-011-1/+0
|
* now added the column of keys to the masterMatthew Lemon2020-08-011-1/+1
|
* first very rough writing of the datamap from the database - VERY ROUGHMatthew Lemon2020-08-011-10/+37
|
* getting there with writing the materMatthew Lemon2020-08-012-5/+51
|
* fixed test and remove prepareMatthew Lemon2020-08-012-9/+7
|
* writing sql code and not enjoying itMatthew Lemon2020-07-311-3/+47
|
* added comment on SQLMatthew Lemon2020-07-311-0/+4
|
* starting writing the code for master writerMatthew Lemon2020-07-313-8/+103
|
* upgrade to tealeg.xlsx v3.2.0 - goodbye to coords!Matthew Lemon2020-07-312-25/+40
|
* added commentsMatthew Lemon2020-07-291-0/+8
|
* testing all the spreadsheets nowMatthew Lemon2020-07-294-14/+44
|
* test for ImportToDBMatthew Lemon2020-07-291-3/+54
|
* removed short dir in testdataMatthew Lemon2020-07-295-3/+3
|
* more testsMatthew Lemon2020-07-293-17/+58
|
* first new test on database import - testing one cell valueMatthew Lemon2020-07-291-7/+33
|