Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-07-27 | improved defers | Matthew Lemon | 3 | -5/+38 |
2020-07-26 | more hiding | Matthew Lemon | 1 | -9/+9 |
2020-07-26 | more encapsulation | Matthew Lemon | 3 | -44/+43 |
2020-07-26 | lots of tidy | Matthew Lemon | 5 | -23/+26 |
2020-07-26 | tidied up doc comment | Matthew Lemon | 1 | -2/+4 |
2020-07-26 | added re-typed []DatamapLine | Matthew Lemon | 3 | -15/+18 |
2020-07-26 | renamed func | Matthew Lemon | 2 | -4/+4 |
2020-07-26 | added an error to return for func | Matthew Lemon | 2 | -4/+6 |
2020-07-26 | extraction now uses a named datamap from the database instead of the file | Matthew Lemon | 2 | -10/+74 |
2020-07-26 | parameterised test for []DatamapLine from DB test | Matthew Lemon | 1 | -0/+23 |
2020-07-26 | passing test - can create a []DatamapLine slices from a datamap in the database | Matthew Lemon | 2 | -3/+10 |
2020-07-26 | adding test and code for pulling []DatamapLine from sqlite3 file | Matthew Lemon | 2 | -0/+78 |
2020-07-26 | tweaking doc comments | Matthew Lemon | 1 | -1/+2 |
2020-07-26 | spacing | Matthew Lemon | 1 | -0/+8 |
2020-07-26 | removed hard-coded SQL statment | Matthew Lemon | 1 | -2/+9 |
2020-07-25 | linting fixes | Matthew Lemon | 1 | -0/+8 |
2020-07-25 | improvement | Matthew Lemon | 2 | -5/+3 |
2020-07-25 | test to detect config path passes | Matthew Lemon | 2 | -30/+10 |
2020-07-24 | failing test but learning a hell of a lot from this - mocking! | Matthew Lemon | 2 | -2/+79 |
2020-07-24 | starting to add new code | Matthew Lemon | 1 | -0/+9 |
2020-07-24 | mostly linting | Matthew Lemon | 4 | -6/+56 |
2020-07-23 | main is getting smaller | Matthew Lemon | 1 | -0/+35 |
2020-07-23 | linting and go vetting | Matthew Lemon | 2 | -14/+15 |
2020-07-23 | tests passing | Matthew Lemon | 1 | -2/+7 |
2020-07-23 | working basics now with no flags package - thanks fzf | Matthew Lemon | 4 | -20/+14 |
2020-07-23 | progress on parsing variables - can do again datamap import and setup | Matthew Lemon | 2 | -25/+6 |
2020-07-23 | working on parsing the arguments manually | Matthew Lemon | 1 | -3/+30 |
2020-07-23 | added code | Matthew Lemon | 1 | -0/+2 |
2020-07-23 | starting to reconfigure all option and args handling | Matthew Lemon | 1 | -5/+10 |
2020-07-23 | BROKEN - heavy work on config and removing flags dep | Matthew Lemon | 3 | -12/+47 |
2020-07-22 | more major surgery | Matthew Lemon | 9 | -0/+2441 |