Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | decoupled tests from personal twtxt.txt | Ben Morrison | 2019-12-19 | 1 | -1/+1 |
| | | | | | | | | 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 |
| | |||||
* | changes related to registry-v0.3.0 v0.4.3 | Ben Morrison | 2019-06-18 | 1 | -1/+1 |
| | |||||
* | updated cacheUpdate bench | Ben Morrison | 2019-06-13 | 1 | -1/+1 |
| | |||||
* | temporarily disabling cacheUpdate test | Ben Morrison | 2019-06-12 | 1 | -0/+5 |
| | |||||
* | more context to cacheUpdate test failure | Ben Morrison | 2019-06-12 | 1 | -1/+1 |
| | |||||
* | cache.go tests finished | Ben Morrison | 2019-06-11 | 1 | -8/+82 |
| | |||||
* | updated cache benchmarks | Ben Morrison | 2019-06-11 | 1 | -0/+18 |
| | |||||
* | eliminated confObj.LastCache and confObj.LastPush. Unneeded when using ↵ | Ben Morrison | 2019-06-11 | 1 | -18/+10 |
| | | | | ticker for intervals. | ||||
* | cache and db now use time.Ticker for events. refactored some initialization. | Ben Morrison | 2019-06-11 | 1 | -49/+5 |
| | |||||
* | cache-related tests | Ben Morrison | 2019-06-09 | 1 | -0/+53 |
| | |||||
* | 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/+32 |