index
:
datamaps-go.git
master
datamaps in Go.
y@yulqen.org
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pkg
/
datamaps
/
reader_test.go
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-12-06
ridded of extranneous pkg directory
Matthew Lemon
1
-251
/
+0
2020-08-04
fixed failing test created by changing the datamap in the master test
Matthew Lemon
1
-37
/
+36
2020-07-29
removed short dir in testdata
Matthew Lemon
1
-1
/
+1
2020-07-28
reworked algorithm tha creates extractedData maps to allow the datamap sheet ...
Matthew Lemon
1
-4
/
+0
2020-07-28
working on failing test where dm not work when sheets not sequential - added ...
Matthew Lemon
1
-2
/
+2
2020-07-27
now we find xlsm files as well seemingly
Matthew Lemon
1
-2
/
+5
2020-07-27
testing func to get xlsx files from dir
Matthew Lemon
1
-30
/
+34
2020-07-27
improved defers
Matthew Lemon
1
-3
/
+13
2020-07-26
more encapsulation
Matthew Lemon
1
-7
/
+7
2020-07-26
lots of tidy
Matthew Lemon
1
-5
/
+5
2020-07-26
renamed func
Matthew Lemon
1
-1
/
+1
2020-07-26
added an error to return for func
Matthew Lemon
1
-1
/
+1
2020-07-26
extraction now uses a named datamap from the database instead of the file
Matthew Lemon
1
-1
/
+44
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
1
-1
/
+3
2020-07-26
adding test and code for pulling []DatamapLine from sqlite3 file
Matthew Lemon
1
-0
/
+44
2020-07-24
mostly linting
Matthew Lemon
1
-0
/
+7
2020-07-22
more major surgery
Matthew Lemon
1
-1
/
+1
2020-07-19
restructure
Matthew Lemon
1
-0
/
+0
2020-07-18
moved db stuff to new package
Matthew Lemon
1
-28
/
+0
2020-07-18
starting playing around with sqlite3
Matthew Lemon
1
-0
/
+28
2020-06-21
added a new test and commented out an old one
Matthew Lemon
1
-31
/
+31
2019-12-06
rewrote a test unnecessarily, but did it anyway
Matthew Lemon
1
-13
/
+26
2019-12-03
removed all coords code
Matthew Lemon
1
-48
/
+0
2019-12-01
tweaking the globbing func
Matthew Lemon
1
-1
/
+12
2019-12-01
added test for basic glob of target directory
Matthew Lemon
1
-0
/
+8
2019-11-28
fixed failing test after my extra test was added prior to merge
Matthew Lemon
1
-1
/
+1
2019-11-28
added another test
Matthew Lemon
1
-0
/
+3
2019-11-18
fixed test
Matthew Lemon
1
-1
/
+1
2019-11-18
test for far out cell val
Matthew Lemon
1
-0
/
+1
2019-11-15
tidying
Matthew Lemon
1
-11
/
+11
2019-11-15
another test parameterized
Matthew Lemon
1
-12
/
+11
2019-11-15
added a little bit of code to test to prevent index panic
Matthew Lemon
1
-11
/
+20
2019-11-15
parameterized another test
Matthew Lemon
1
-8
/
+12
2019-11-15
reformatted test to use a case struct
Matthew Lemon
1
-11
/
+15
2019-11-15
removed dependency on datamap file
Matthew Lemon
1
-4
/
+7
2019-11-14
fixed - passing test
Matthew Lemon
1
-0
/
+6
2019-11-12
pretty much can filter by datamap by needs more tests
Matthew Lemon
1
-0
/
+7
2019-11-12
fix incorrectly named func
Matthew Lemon
1
-1
/
+1
2019-11-12
removed superceded func and old TODOs
Matthew Lemon
1
-17
/
+2
2019-11-12
some error refactoring and tidying
Matthew Lemon
1
-2
/
+0
2019-11-12
added another test
Matthew Lemon
1
-1
/
+5
2019-11-12
tidying
Matthew Lemon
1
-10
/
+10
2019-11-12
added another test - but do we always want strings to be returned?
Matthew Lemon
1
-0
/
+4
2019-11-12
first passing test after parsing XLSX data into decent data structure
Matthew Lemon
1
-1
/
+3
2019-11-11
struggling on with this func to manage the parsed data data structure
Matthew Lemon
1
-7
/
+3
2019-11-11
func makes more sense now
Matthew Lemon
1
-3
/
+12
2019-11-11
cleanup
Matthew Lemon
1
-4
/
+1
2019-11-11
added test for counting sheets in datamap
Matthew Lemon
1
-0
/
+11
2019-11-04
light refactoring - naming, etc
Matthew Lemon
1
-21
/
+21
[next]