Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | decoupled tests from personal twtxt.txt | Ben Morrison | 2019-12-19 | 1 | -5/+5 |
| | | | | | | | | 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 | -3/+3 |
| | |||||
* | changes related to registry-v0.3.0 v0.4.3 | Ben Morrison | 2019-06-18 | 1 | -2/+2 |
| | |||||
* | removed unused func/var | Ben Morrison | 2019-06-12 | 1 | -7/+0 |
| | |||||
* | separate request and message log | Ben Morrison | 2019-06-12 | 1 | -0/+1 |
| | |||||
* | testing simple error log function | Ben Morrison | 2019-06-12 | 1 | -0/+15 |
| | |||||
* | cache.go tests finished | Ben Morrison | 2019-06-11 | 1 | -9/+31 |
| | |||||
* | eliminated confObj.LastCache and confObj.LastPush. Unneeded when using ↵ | Ben Morrison | 2019-06-11 | 1 | -4/+0 |
| | | | | ticker for intervals. | ||||
* | refactored initConfig() | Ben Morrison | 2019-06-10 | 1 | -1/+0 |
| | |||||
* | handler unit tests finished | Ben Morrison | 2019-06-09 | 1 | -0/+1 |
| | |||||
* | setting version via build flags | Ben Morrison | 2019-06-09 | 1 | -3/+2 |
| | |||||
* | moving mock registry creation to its own func | Ben Morrison | 2019-06-09 | 1 | -0/+9 |
| | |||||
* | explicit init of static assets and test template init were removed: redundant | Ben Morrison | 2019-06-09 | 1 | -9/+3 |
| | |||||
* | init staticAssets explicitly on startup | Ben Morrison | 2019-06-09 | 1 | -0/+1 |
| | |||||
* | cache-related tests | Ben Morrison | 2019-06-09 | 1 | -4/+2 |
| | |||||
* | using sync.Once for DB init in tests, cleaned up test config init | Ben Morrison | 2019-06-09 | 1 | -32/+18 |
| | |||||
* | test config init using sync.Once | Ben Morrison | 2019-06-09 | 1 | -3/+5 |
| | |||||
* | updated tests to work with new project structure | Ben Morrison | 2019-06-06 | 1 | -2/+85 |
| | |||||
* | 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/+27 |