Commit Graph
13 Commits
Author SHA1 Message Date
Christian MuehlhaeuserandGitHub 7c71a68da5 Add database schema versioning & migration skeleton (#382) 2020-11-18 16:49:54 -08:00
Christian MuehlhaeuserandGitHub 2461fd02e2 Extended config example (#363) 2020-11-15 11:58:48 -08:00
Christian MuehlhaeuserandGitHub 2e1f8d29b5 Fix godoc style comments (#356) 2020-11-12 15:14:59 -08:00
Christian MuehlhaeuserandGitHub 8f921fbfde Fix popular typos (#355) 2020-11-12 14:57:24 -08:00
Christian MuehlhaeuserandGitHub cfb031a15c Make sure we close DB statements to release resources (#354) 2020-11-12 14:46:56 -08:00
Christian MuehlhaeuserandGitHub 16e578e993 Use a golangci-lint workflow to check for common mistakes & problems (#353) 2020-11-12 14:42:39 -08:00
Christian MuehlhaeuserandGitHub 3f9dd2870f Explicitly ignore io.Copy's return values (#352)
We're probably ignoring any errors here, since we're writing to a memory
buffer here. Let's make it clear we didn't just forget to check, but
really want to ignore these values.
2020-11-12 14:42:01 -08:00
Christian MuehlhaeuserandGitHub 2c504eb8be Handle filepath.Walk errors (#351) 2020-11-12 14:29:17 -08:00
Christian MuehlhaeuserandGitHub 00129c5942 Stick to the documented default bitrate of 1200 in case of config parsing issues (#350) 2020-11-12 14:23:52 -08:00
Christian MuehlhaeuserandGitHub 21df28160a Avoid unnecessary conversion (#349) 2020-11-12 14:18:32 -08:00
Christian MuehlhaeuserandGitHub cdcead1143 Use 'os' instead of the deprecated 'platform' in build matrix (#347) 2020-11-12 13:37:27 -08:00
Christian MuehlhaeuserandGitHub 6976dffdfb Build & test against Go 1.13 and latest Go (#346) 2020-11-12 13:29:38 -08:00
Christian MuehlhaeuserandGitHub 8d9eb1e79f Log potential errors returned by http.ListenAndServe (#345) 2020-11-12 12:42:18 -08:00