Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🚧 database setup for test runs still WIPdb set up in travis!New Features
db_version
table now stores integer ID and text for the version, not postgres date (more robust for applying new migrations)Bug Fixes
root.a.b.c
in db vs/a/b/c
responses & input)GET /resource
will return 404 correctlyServer.MakeRouter
now takesio.Writer
input so HTTP access logs can go somewhere other than stdouthttp.Status*
instead of numerals