Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -1/+1 |
| | |||||
* | changes related to registry-v0.3.0 v0.4.3 | Ben Morrison | 2019-06-18 | 1 | -1/+1 |
| | |||||
* | on SIGINT, push to DB before shutting down | Ben Morrison | 2019-06-13 | 1 | -1/+5 |
| | | | | also logging elapsed time for DB pulls | ||||
* | 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. | ||||
* | added support for TLS and hostname resolution | Ben Morrison | 2019-06-11 | 1 | -1/+0 |
| | |||||
* | check if behind reverse proxy | Ben Morrison | 2019-06-11 | 1 | -3/+4 |
| | |||||
* | readability changes | Ben Morrison | 2019-06-11 | 1 | -4/+3 |
| | |||||
* | moved timed/periodic functions and types to periodic.go | Ben Morrison | 2019-06-11 | 1 | -18/+5 |
| | |||||
* | cache and db now use time.Ticker for events. refactored some initialization. | Ben Morrison | 2019-06-11 | 1 | -13/+33 |
| | |||||
* | log formatting fix | Ben Morrison | 2019-06-10 | 1 | -1/+1 |
| | |||||
* | changed some log formatting | Ben Morrison | 2019-06-10 | 1 | -1/+1 |
| | |||||
* | setting version via build flags | Ben Morrison | 2019-06-09 | 1 | -2/+2 |
| | |||||
* | explicit init of static assets and test template init were removed: redundant | Ben Morrison | 2019-06-09 | 1 | -1/+0 |
| | |||||
* | init staticAssets explicitly on startup | Ben Morrison | 2019-06-09 | 1 | -1/+7 |
| | |||||
* | runtime bugfix for sqlite3 | Ben Morrison | 2019-06-08 | 1 | -1/+1 |
| | |||||
* | template panic fix v0.2.4 | Ben Morrison | 2019-06-08 | 1 | -2/+4 |
| | |||||
* | split db-specific funcs into separate files | Ben Morrison | 2019-06-08 | 1 | -3/+1 |
| | |||||
* | sqlite functionality added | Ben Morrison | 2019-06-08 | 1 | -4/+3 |
| | |||||
* | cleaned up error handling | Ben Morrison | 2019-06-08 | 1 | -4/+14 |
| | |||||
* | moved type declarations into respective files | Ben Morrison | 2019-06-08 | 1 | -11/+1 |
| | |||||
* | version constant changed | Ben Morrison | 2019-06-06 | 1 | -1/+1 |
| | |||||
* | moved funcs out of init.go to aid organization | Ben Morrison | 2019-06-06 | 1 | -479/+0 |
| | |||||
* | updated tests to work with new project structure | Ben Morrison | 2019-06-06 | 1 | -2/+5 |
| | |||||
* | moved bulk of code to its own package to clean up source tree | Ben Morrison | 2019-06-05 | 1 | -0/+600 |