Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed short dir in testdata | Matthew Lemon | 2020-07-29 | 4 | -2/+2 |
| | |||||
* | more tests | Matthew Lemon | 2020-07-29 | 3 | -17/+58 |
| | |||||
* | first new test on database import - testing one cell value | Matthew Lemon | 2020-07-29 | 1 | -7/+33 |
| | |||||
* | added setup and teardown funcs | Matthew Lemon | 2020-07-29 | 1 | -15/+35 |
| | |||||
* | chasing golint | Matthew Lemon | 2020-07-28 | 3 | -25/+27 |
| | |||||
* | tidying and linting | Matthew Lemon | 2020-07-28 | 1 | -17/+17 |
| | |||||
* | tidying | Matthew Lemon | 2020-07-28 | 2 | -10/+9 |
| | |||||
* | fixed bug whereby the program would crash on importing even when no required ↵ | Matthew Lemon | 2020-07-28 | 1 | -2/+4 |
| | | | | datamap present | ||||
* | added filename into return_data table | Matthew Lemon | 2020-07-28 | 1 | -2/+5 |
| | |||||
* | I think I fixed the bug whereby multiple returns where created | Matthew Lemon | 2020-07-28 | 1 | -11/+25 |
| | |||||
* | removed old lock file | Matthew Lemon | 2020-07-28 | 1 | -1/+0 |
| | |||||
* | removed UNIQUE which didnt make sense after consideration | Matthew Lemon | 2020-07-28 | 1 | -3/+2 |
| | |||||
* | reworked algorithm tha creates extractedData maps to allow the datamap sheet ↵ | Matthew Lemon | 2020-07-28 | 2 | -12/+5 |
| | | | | sequence to be any order | ||||
* | working on failing test where dm not work when sheets not sequential - added ↵ | Matthew Lemon | 2020-07-28 | 9 | -4/+8 |
| | | | | Makefile | ||||
* | UNIQUE constrait on return.name implemented | Matthew Lemon | 2020-07-28 | 1 | -6/+7 |
| | |||||
* | fixed bug where return.id was being left out of return_data row insert | Matthew Lemon | 2020-07-28 | 1 | -2/+2 |
| | |||||
* | better importing to database from populated sheet | Matthew Lemon | 2020-07-28 | 2 | -3/+3 |
| | |||||
* | fixing a bug in ExtractDBDatamap and still working on data import code | Matthew Lemon | 2020-07-27 | 6 | -4/+52 |
| | |||||
* | partially through writing code for commiting extracted data to the database | Matthew Lemon | 2020-07-27 | 1 | -1/+30 |
| | |||||
* | Proof of concept code hard-coded here shows that we can get value from | Matthew Lemon | 2020-07-27 | 1 | -1/+20 |
| | | | | | | | | xlsx file ./datamaps import --returnname "Hunkers" --datamapname "Unnamed Datamap" --xlsxpath ~/Desktop/ -returnname is being ignored here - key is xlsxpath and datamapname returns hardcoded query for Introduction sheet cell C17 | ||||
* | ready to write the code to import extraced XLSX data into database now | Matthew Lemon | 2020-07-27 | 1 | -1/+5 |
| | |||||
* | now we find xlsm files as well seemingly | Matthew Lemon | 2020-07-27 | 3 | -3/+6 |
| | |||||
* | testing func to get xlsx files from dir | Matthew Lemon | 2020-07-27 | 3 | -30/+34 |
| | |||||
* | a lot of working building the new import command in main | Matthew Lemon | 2020-07-27 | 2 | -11/+61 |
| | |||||
* | type in schema | Matthew Lemon | 2020-07-27 | 1 | -3/+7 |
| | |||||
* | improved defers | Matthew Lemon | 2020-07-27 | 3 | -5/+38 |
| | |||||
* | more hiding | Matthew Lemon | 2020-07-26 | 1 | -9/+9 |
| | |||||
* | more encapsulation | Matthew Lemon | 2020-07-26 | 3 | -44/+43 |
| | |||||
* | lots of tidy | Matthew Lemon | 2020-07-26 | 5 | -23/+26 |
| | |||||
* | tidied up doc comment | Matthew Lemon | 2020-07-26 | 1 | -2/+4 |
| | |||||
* | added re-typed []DatamapLine | Matthew Lemon | 2020-07-26 | 3 | -15/+18 |
| | |||||
* | renamed func | Matthew Lemon | 2020-07-26 | 2 | -4/+4 |
| | |||||
* | added an error to return for func | Matthew Lemon | 2020-07-26 | 2 | -4/+6 |
| | |||||
* | extraction now uses a named datamap from the database instead of the file | Matthew Lemon | 2020-07-26 | 2 | -10/+74 |
| | |||||
* | parameterised test for []DatamapLine from DB test | Matthew Lemon | 2020-07-26 | 1 | -0/+23 |
| | |||||
* | passing test - can create a []DatamapLine slices from a datamap in the database | Matthew Lemon | 2020-07-26 | 2 | -3/+10 |
| | |||||
* | adding test and code for pulling []DatamapLine from sqlite3 file | Matthew Lemon | 2020-07-26 | 2 | -0/+78 |
| | |||||
* | tweaking doc comments | Matthew Lemon | 2020-07-26 | 1 | -1/+2 |
| | |||||
* | spacing | Matthew Lemon | 2020-07-26 | 1 | -0/+8 |
| | |||||
* | removed hard-coded SQL statment | Matthew Lemon | 2020-07-26 | 1 | -2/+9 |
| | |||||
* | linting fixes | Matthew Lemon | 2020-07-25 | 1 | -0/+8 |
| | |||||
* | improvement | Matthew Lemon | 2020-07-25 | 2 | -5/+3 |
| | |||||
* | test to detect config path passes | Matthew Lemon | 2020-07-25 | 2 | -30/+10 |
| | |||||
* | failing test but learning a hell of a lot from this - mocking! | Matthew Lemon | 2020-07-24 | 2 | -2/+79 |
| | |||||
* | starting to add new code | Matthew Lemon | 2020-07-24 | 1 | -0/+9 |
| | |||||
* | merged laptop and desktop changes | Matthew Lemon | 2020-07-24 | 4 | -6/+56 |
|\ | |||||
| * | mostly linting | Matthew Lemon | 2020-07-24 | 4 | -6/+56 |
| | | |||||
* | | main is getting smaller | Matthew Lemon | 2020-07-23 | 1 | -0/+35 |
|/ | |||||
* | linting and go vetting | Matthew Lemon | 2020-07-23 | 2 | -14/+15 |
| | |||||
* | tests passing | Matthew Lemon | 2020-07-23 | 1 | -2/+7 |
| |