Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | configuration via flags is more flexible. | Ben Morrison | 2019-05-28 | 1 | -20/+133 |
| | | | | expanded help/manual | ||||
* | removed extraneous comments | Ben Morrison | 2019-05-27 | 1 | -17/+1 |
| | |||||
* | flags for config file/type, added to -h | Ben Morrison | 2019-05-27 | 1 | -15/+44 |
| | |||||
* | changed config format to yaml, commented config file | Ben Morrison | 2019-05-27 | 1 | -1/+1 |
| | |||||
* | caching some static assets | Ben Morrison | 2019-05-23 | 1 | -0/+13 |
| | |||||
* | configuration init changes | Ben Morrison | 2019-05-23 | 1 | -88/+57 |
| | |||||
* | runtime bugs re: http400 and database reading on startup | Ben Morrison | 2019-05-21 | 1 | -0/+8 |
| | |||||
* | runtime bugs related to api output | Ben Morrison | 2019-05-21 | 1 | -1/+1 |
| | |||||
* | rename closeLog channel | Ben Morrison | 2019-05-21 | 1 | -5/+5 |
| | |||||
* | missing mutex rlock for confobj | Ben Morrison | 2019-05-21 | 1 | -0/+2 |
| | |||||
* | review of db functions | Ben Morrison | 2019-05-21 | 1 | -10/+6 |
| | |||||
* | database push/pull functions | Ben Morrison | 2019-05-21 | 1 | -5/+27 |
| | |||||
* | added cache update / db push intervals to conf; | Ben Morrison | 2019-05-21 | 1 | -9/+86 |
| | | | | | made confObj concurrency-safe via sync.RWMutex; new config values related to db/cache | ||||
* | fleshed out POST handler, added remote registry list | Ben Morrison | 2019-05-21 | 1 | -0/+3 |
| | |||||
* | endpoint query function added | Ben Morrison | 2019-05-20 | 1 | -1/+7 |
| | |||||
* | template initialization added | Ben Morrison | 2019-05-13 | 1 | -9/+22 |
| | |||||
* | fixed viper config parsing resulting in build errors | Ben Morrison | 2019-05-13 | 1 | -2/+8 |
| | |||||
* | help message | Ben Morrison | 2019-05-13 | 1 | -1/+2 |
| | |||||
* | changing flags | Ben Morrison | 2019-05-13 | 1 | -8/+14 |
| | |||||
* | handling viper error when binding to pflags | Ben Morrison | 2019-05-13 | 1 | -1/+3 |
| | |||||
* | watching for ^C. added comments. | Ben Morrison | 2019-05-13 | 1 | -0/+25 |
| | |||||
* | passing logfile as var to closing goroutine to prevent race condition | Ben Morrison | 2019-05-12 | 1 | -9/+9 |
| | |||||
* | added stdoutLogging bool and related configuration | Ben Morrison | 2019-05-12 | 1 | -26/+54 |
| | |||||
* | config fleshed out; using viper+pflag | Ben Morrison | 2019-05-12 | 1 | -2/+76 |
| | |||||
* | logging initialization in init() | Ben Morrison | 2019-05-11 | 1 | -0/+27 |