aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fixed bug where return.id was being left out of return_data row insertMatthew Lemon2020-07-281-2/+2
* better importing to database from populated sheetMatthew Lemon2020-07-282-3/+3
* fixing a bug in ExtractDBDatamap and still working on data import codeMatthew Lemon2020-07-276-4/+52
* partially through writing code for commiting extracted data to the databaseMatthew Lemon2020-07-271-1/+30
* Proof of concept code hard-coded here shows that we can get value fromMatthew Lemon2020-07-271-1/+20
* ready to write the code to import extraced XLSX data into database nowMatthew Lemon2020-07-271-1/+5
* now we find xlsm files as well seeminglyMatthew Lemon2020-07-273-3/+6
* testing func to get xlsx files from dirMatthew Lemon2020-07-273-30/+34
* a lot of working building the new import command in mainMatthew Lemon2020-07-274-11/+71
* type in schemaMatthew Lemon2020-07-271-3/+7
* improved defersMatthew Lemon2020-07-273-5/+38
* added a README - starting with SQL snippetsMatthew Lemon2020-07-261-0/+7
* more hidingMatthew Lemon2020-07-261-9/+9
* more encapsulationMatthew Lemon2020-07-263-44/+43
* lots of tidyMatthew Lemon2020-07-265-23/+26
* tidied up doc commentMatthew Lemon2020-07-261-2/+4
* added re-typed []DatamapLineMatthew Lemon2020-07-263-15/+18
* renamed funcMatthew Lemon2020-07-262-4/+4
* added an error to return for funcMatthew Lemon2020-07-262-4/+6
* extraction now uses a named datamap from the database instead of the fileMatthew Lemon2020-07-262-10/+74
* parameterised test for []DatamapLine from DB testMatthew Lemon2020-07-261-0/+23
* passing test - can create a []DatamapLine slices from a datamap in the databaseMatthew Lemon2020-07-262-3/+10
* adding test and code for pulling []DatamapLine from sqlite3 fileMatthew Lemon2020-07-262-0/+78
* tweaking doc commentsMatthew Lemon2020-07-262-4/+4
* spacingMatthew Lemon2020-07-261-0/+8
* removed hard-coded SQL statmentMatthew Lemon2020-07-261-2/+9
* cleaned go modMatthew Lemon2020-07-261-1/+0
* linting fixesMatthew Lemon2020-07-251-0/+8
* improvementMatthew Lemon2020-07-253-9/+8
* test to detect config path passesMatthew Lemon2020-07-253-34/+14
* failing test but learning a hell of a lot from this - mocking!Matthew Lemon2020-07-242-2/+79
* starting to add new codeMatthew Lemon2020-07-243-2/+14
* merged laptop and desktop changesMatthew Lemon2020-07-246-7/+57
|\
| * mostly lintingMatthew Lemon2020-07-246-7/+65
* | main is getting smallerMatthew Lemon2020-07-232-42/+36
|/
* linting and go vettingMatthew Lemon2020-07-233-17/+17
* tests passingMatthew Lemon2020-07-232-6/+9
* working basics now with no flags package - thanks fzfMatthew Lemon2020-07-235-96/+40
* progress on parsing variables - can do again datamap import and setupMatthew Lemon2020-07-235-26/+27
* working on parsing the arguments manuallyMatthew Lemon2020-07-231-3/+30
* added codeMatthew Lemon2020-07-231-0/+2
* starting to reconfigure all option and args handlingMatthew Lemon2020-07-233-62/+64
* BROKEN - heavy work on config and removing flags depMatthew Lemon2020-07-234-44/+53
* more major surgeryMatthew Lemon2020-07-2212-27/+79
* reconfigured optsMatthew Lemon2020-07-224-9/+31
* got rid of db package and put everything in readerMatthew Lemon2020-07-227-1959/+8
* added likely executible to ignoreMatthew Lemon2020-07-221-0/+1
* renamed cmd/datamaps to cmd/dmMatthew Lemon2020-07-222-1/+134
* the function signature gets ever longer...Matthew Lemon2020-07-211-5/+10
* created new datamaps dir in cmdMatthew Lemon2020-07-211-110/+0