Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | readability changes | Ben Morrison | 2019-06-11 | 2 | -32/+21 |
| | |||||
* | moved timed/periodic functions and types to periodic.go | Ben Morrison | 2019-06-11 | 3 | -95/+108 |
| | |||||
* | 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 | 6 | -38/+10 |
| | | | | ticker for intervals. | ||||
* | updated deps | Ben Morrison | 2019-06-11 | 1 | -0/+1 |
| | |||||
* | cache and db now use time.Ticker for events. refactored some initialization. | Ben Morrison | 2019-06-11 | 5 | -108/+170 |
| | |||||
* | dbLevel.Push() and dbLevel.Pull() now expecting pointer receiver only | Ben Morrison | 2019-06-11 | 1 | -2/+2 |
| | |||||
* | dbSqlite.Push() now updating confObj.LastPush; dbSqlite.Push() and ↵ | Ben Morrison | 2019-06-11 | 1 | -5/+8 |
| | | | | dbSqlite.Pull() now expecting pointer receiver only | ||||
* | updated deps | Ben Morrison | 2019-06-11 | 2 | -9/+6 |
| | |||||
* | adding fs sync after db push | Ben Morrison | 2019-06-11 | 2 | -1/+4 |
| | |||||
* | updated badges | Ben Morrison | 2019-06-11 | 1 | -5/+1 |
| | |||||
* | updated deps v0.3.2 | Ben Morrison | 2019-06-10 | 2 | -1/+3 |
| | |||||
* | link to latest releases page | Ben Morrison | 2019-06-10 | 1 | -1/+1 |
| | |||||
* | log formatting fix | Ben Morrison | 2019-06-10 | 1 | -1/+1 |
| | |||||
* | new benchmark | Ben Morrison | 2019-06-10 | 1 | -4/+4 |
| | |||||
* | closing test response bodies & readability improvements | Ben Morrison | 2019-06-10 | 1 | -0/+31 |
| | |||||
* | added codeclimate info and dynamic version badge | Ben Morrison | 2019-06-10 | 1 | -10/+11 |
| | |||||
* | updated deps | Ben Morrison | 2019-06-10 | 2 | -3/+103 |
| | |||||
* | refactored initConfig() | Ben Morrison | 2019-06-10 | 2 | -70/+42 |