Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | working basics now with no flags package - thanks fzf | Matthew Lemon | 2020-07-23 | 4 | -20/+14 |
* | progress on parsing variables - can do again datamap import and setup | Matthew Lemon | 2020-07-23 | 2 | -25/+6 |
* | working on parsing the arguments manually | Matthew Lemon | 2020-07-23 | 1 | -3/+30 |
* | added code | Matthew Lemon | 2020-07-23 | 1 | -0/+2 |
* | starting to reconfigure all option and args handling | Matthew Lemon | 2020-07-23 | 1 | -5/+10 |
* | BROKEN - heavy work on config and removing flags dep | Matthew Lemon | 2020-07-23 | 3 | -12/+47 |
* | more major surgery | Matthew Lemon | 2020-07-22 | 9 | -16/+66 |
* | reconfigured opts | Matthew Lemon | 2020-07-22 | 3 | -6/+18 |
* | got rid of db package and put everything in reader | Matthew Lemon | 2020-07-22 | 5 | -1956/+5 |
* | the function signature gets ever longer... | Matthew Lemon | 2020-07-21 | 1 | -5/+10 |
* | cleaned up comments with old code | Matthew Lemon | 2020-07-20 | 1 | -27/+0 |
* | better handling of setup but by no means perfect | Matthew Lemon | 2020-07-20 | 2 | -3/+6 |
* | wired up to main but setup not yet right - need proper config setup | Matthew Lemon | 2020-07-20 | 3 | -6/+14 |
* | first test passing that puts datamap data into sqlite3 | Matthew Lemon | 2020-07-20 | 3 | -5/+43 |
* | playing with flag pkg | Matthew Lemon | 2020-07-20 | 1 | -0/+3 |
* | fixed import | Matthew Lemon | 2020-07-19 | 1 | -1/+1 |
* | restructure | Matthew Lemon | 2020-07-19 | 8 | -0/+4300 |