Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adding appveyor for windows CI | Ben Morrison | 2019-05-17 | 1 | -2/+1 |
| | |||||
* | adding appveyor for windows CI | Ben Morrison | 2019-05-17 | 1 | -1/+0 |
| | |||||
* | adding appveyor for windows CI | Ben Morrison | 2019-05-17 | 1 | -0/+19 |
| | |||||
* | allowing underscore and hyphen in users/tags | Ben Morrison | 2019-05-14 | 1 | -2/+2 |
| | |||||
* | rewrote travis config | Ben Morrison | 2019-05-14 | 1 | -7/+6 |
| | |||||
* | rewrote travis config | Ben Morrison | 2019-05-14 | 1 | -1/+2 |
| | |||||
* | rewrote travis config | Ben Morrison | 2019-05-14 | 1 | -9/+9 |
| | |||||
* | expanded travis config | Ben Morrison | 2019-05-14 | 1 | -0/+7 |
| | |||||
* | updated travis build badge | Ben Morrison | 2019-05-14 | 1 | -1/+1 |
| | |||||
* | moved registry library to separate repo | Ben Morrison | 2019-05-14 | 6 | -890/+0 |
| | |||||
* | ignoring local assets | Ben Morrison | 2019-05-14 | 1 | -0/+1 |
| | |||||
* | initialized new go module for registry library | Ben Morrison | 2019-05-14 | 6 | -3/+685 |
| | |||||
* | fleshing out Indexer interface | Ben Morrison | 2019-05-14 | 3 | -20/+46 |
| | |||||
* | exported Data struct fields | Ben Morrison | 2019-05-14 | 3 | -12/+15 |
| | |||||
* | moved query functions to own file, made SortByTime query-agnostic | Ben Morrison | 2019-05-14 | 3 | -92/+98 |
| | |||||
* | package cache renamed to package registry | Ben Morrison | 2019-05-14 | 2 | -2/+2 |
| | |||||
* | mutex RLocks and a bug in FindTag | Ben Morrison | 2019-05-14 | 1 | -3/+10 |
| | |||||
* | tentatively finished QueryTag and associated functions | Ben Morrison | 2019-05-14 | 2 | -6/+63 |
| | |||||
* | tentatively finished QueryUser function | Ben Morrison | 2019-05-14 | 2 | -5/+36 |
| | |||||
* | partially finished QueryUser() method. still needs sorting before return | Ben Morrison | 2019-05-14 | 1 | -0/+23 |
| | |||||
* | recording user addition date in time.Time and RFC3339 | Ben Morrison | 2019-05-13 | 2 | -4/+15 |
| | |||||
* | commented indexHandler | Ben Morrison | 2019-05-13 | 1 | -5/+14 |
| | |||||
* | send etag for index. sha256 of template mod time. | Ben Morrison | 2019-05-13 | 1 | -1/+8 |
| | |||||
* | template initialization added | Ben Morrison | 2019-05-13 | 6 | -22/+123 |
| | |||||
* | skeleton template for index | Ben Morrison | 2019-05-13 | 1 | -0/+13 |
| | |||||
* | serving css virtually instead of directly | Ben Morrison | 2019-05-13 | 5 | -9/+75 |
| | |||||
* | comment on handler tests | Ben Morrison | 2019-05-13 | 1 | -0/+2 |
| | |||||
* | separating cache into its own library | Ben Morrison | 2019-05-13 | 3 | -2/+46 |
| | |||||
* | fixed viper config parsing resulting in build errors | Ben Morrison | 2019-05-13 | 3 | -3/+18 |
| | |||||
* | removed unneeded config values | Ben Morrison | 2019-05-13 | 2 | -2/+6 |
| | | | | added config options | ||||
* | 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 |
| | |||||
* | staticcheck warning fixed | Ben Morrison | 2019-05-13 | 1 | -2/+2 |
| | |||||
* | redundant path removed. comments added. | Ben Morrison | 2019-05-13 | 1 | -3/+5 |
| | |||||
* | adjusting test config init func | Ben Morrison | 2019-05-13 | 1 | -6/+1 |
| | |||||
* | more stubbed tests | Ben Morrison | 2019-05-13 | 2 | -2/+74 |
| | |||||
* | travis-ci badge | Ben Morrison | 2019-05-13 | 1 | -1/+1 |
| | |||||
* | travis ci config | Ben Morrison | 2019-05-13 | 1 | -0/+8 |
| | |||||
* | stubbing out tests | Ben Morrison | 2019-05-13 | 1 | -0/+31 |
| | |||||
* | watching for ^C. added comments. | Ben Morrison | 2019-05-13 | 2 | -2/+37 |
| | |||||
* | passing logfile as var to closing goroutine to prevent race condition | Ben Morrison | 2019-05-12 | 1 | -9/+9 |
| | |||||
* | reorganized handlers. StrictSlash(true). handling POST /api/plain/users for ↵ | Ben Morrison | 2019-05-12 | 2 | -9/+39 |
| | | | | new users | ||||
* | added stdoutLogging bool and related configuration | Ben Morrison | 2019-05-12 | 3 | -30/+58 |
| | |||||
* | new defaults | Ben Morrison | 2019-05-12 | 1 | -0/+1 |
| | |||||
* | commented some | Ben Morrison | 2019-05-12 | 1 | -1/+9 |
| | |||||
* | ignoring log file | Ben Morrison | 2019-05-12 | 1 | -0/+1 |
| | |||||
* | config fleshed out; using viper+pflag | Ben Morrison | 2019-05-12 | 4 | -12/+88 |
| | |||||
* | dependencies updated | Ben Morrison | 2019-05-12 | 2 | -0/+40 |
| | |||||
* | revive static analysis config | Ben Morrison | 2019-05-12 | 1 | -0/+30 |
| |