Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | decoupled tests from personal twtxt.txt | Ben Morrison | 2019-12-19 | 1 | -9/+9 |
| | | | | | | | | Rather than use my personal twtxt.txt file, I'm using the mocked twtxt.txt file I just added to the repository for test data. It is being fetched via https from github to avoid having to get rid of the url validity check in the associated registry library. | ||||
* | license notice at top of each file | Ben Morrison | 2019-07-11 | 1 | -0/+19 |
| | |||||
* | updated internal functionality for registry v0.4.0 v0.4.4 | Ben Morrison | 2019-06-19 | 1 | -2/+2 |
| | |||||
* | changes related to registry-v0.3.0 v0.4.3 | Ben Morrison | 2019-06-18 | 1 | -2/+2 |
| | |||||
* | removed mutex from remoteRegistries | Ben Morrison | 2019-06-13 | 1 | -2/+0 |
| | | | | | slices are safe to use concurrently already. leaving as a struct for possible expansion later. | ||||
* | using sync.Once for DB init in tests, cleaned up test config init | Ben Morrison | 2019-06-09 | 1 | -9/+9 |
| | |||||
* | re-enabled pushDB/pullDB test | Ben Morrison | 2019-06-09 | 1 | -4/+2 |
| | |||||
* | renamed functions | Ben Morrison | 2019-06-06 | 1 | -2/+2 |
| | |||||
* | fixed some import comments | Ben Morrison | 2019-06-05 | 1 | -1/+1 |
| | |||||
* | moved bulk of code to its own package to clean up source tree | Ben Morrison | 2019-06-05 | 1 | -0/+92 |