Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 4 | -11/+71 |
| | |||||
* | type in schema | Matthew Lemon | 2020-07-27 | 1 | -3/+7 |
| | |||||
* | improved defers | Matthew Lemon | 2020-07-27 | 3 | -5/+38 |
| | |||||
* | added a README - starting with SQL snippets | Matthew Lemon | 2020-07-26 | 1 | -0/+7 |
| | |||||
* | 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 | 2 | -4/+4 |
| | |||||
* | spacing | Matthew Lemon | 2020-07-26 | 1 | -0/+8 |
| | |||||
* | removed hard-coded SQL statment | Matthew Lemon | 2020-07-26 | 1 | -2/+9 |
| | |||||
* | cleaned go mod | Matthew Lemon | 2020-07-26 | 1 | -1/+0 |
| | |||||
* | linting fixes | Matthew Lemon | 2020-07-25 | 1 | -0/+8 |
| | |||||
* | improvement | Matthew Lemon | 2020-07-25 | 3 | -9/+8 |
| | |||||
* | test to detect config path passes | Matthew Lemon | 2020-07-25 | 3 | -34/+14 |
| | |||||
* | 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 | 3 | -2/+14 |
| | |||||
* | merged laptop and desktop changes | Matthew Lemon | 2020-07-24 | 6 | -7/+57 |
|\ | |||||
| * | mostly linting | Matthew Lemon | 2020-07-24 | 6 | -7/+65 |
| | | |||||
* | | main is getting smaller | Matthew Lemon | 2020-07-23 | 2 | -42/+36 |
|/ | |||||
* | linting and go vetting | Matthew Lemon | 2020-07-23 | 3 | -17/+17 |
| | |||||
* | tests passing | Matthew Lemon | 2020-07-23 | 2 | -6/+9 |
| | |||||
* | working basics now with no flags package - thanks fzf | Matthew Lemon | 2020-07-23 | 5 | -96/+40 |
| | |||||
* | progress on parsing variables - can do again datamap import and setup | Matthew Lemon | 2020-07-23 | 5 | -26/+27 |
| | |||||
* | 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 | 3 | -62/+64 |
| | |||||
* | BROKEN - heavy work on config and removing flags dep | Matthew Lemon | 2020-07-23 | 4 | -44/+53 |
| | |||||
* | more major surgery | Matthew Lemon | 2020-07-22 | 12 | -27/+79 |
| | |||||
* | reconfigured opts | Matthew Lemon | 2020-07-22 | 4 | -9/+31 |
| | |||||
* | got rid of db package and put everything in reader | Matthew Lemon | 2020-07-22 | 7 | -1959/+8 |
| | |||||
* | added likely executible to ignore | Matthew Lemon | 2020-07-22 | 1 | -0/+1 |
| | |||||
* | renamed cmd/datamaps to cmd/dm | Matthew Lemon | 2020-07-22 | 2 | -1/+134 |
| | |||||
* | the function signature gets ever longer... | Matthew Lemon | 2020-07-21 | 1 | -5/+10 |
| | |||||
* | created new datamaps dir in cmd | Matthew Lemon | 2020-07-21 | 1 | -110/+0 |
| | |||||
* | cleaned up comments with old code | Matthew Lemon | 2020-07-20 | 3 | -107/+1 |
| | |||||
* | better handling of setup but by no means perfect | Matthew Lemon | 2020-07-20 | 3 | -5/+25 |
| | |||||
* | wired up to main but setup not yet right - need proper config setup | Matthew Lemon | 2020-07-20 | 4 | -7/+20 |
| | |||||
* | first test passing that puts datamap data into sqlite3 | Matthew Lemon | 2020-07-20 | 4 | -6/+51 |
| | |||||
* | lots of fun with flag | Matthew Lemon | 2020-07-20 | 1 | -2/+16 |
| | |||||
* | added flag code from gobyexample on subcommands | Matthew Lemon | 2020-07-20 | 1 | -15/+45 |
| |