- Fixed an issue with Elm build silently failing.
- All current messages now sent down to client when they join a pot channel.
- If users connect to a channel without an auth token we now assign them a random UUID. This should make it easier for non-web clients to interact with request_pot.
- Added a datadog integration with elixometer & exometer datadog.
- Response times are logged using the above integration.
- Client IP addresses in request list now reported correctly.
- Pot URLs will no longer be be generated with an incorrect port.
- SECRET_KEY_BASE now requires RELX_REPLACE_OS_VARS=true to work. v0.2.2
did not seem to like the
{:system, SECRET_KEY_BASE}
setting that was used before. Technically this is a breaking change, but I'm the only user so never mind.
- Fixes a regression in 0.2.0 & 0.2.1 where published releases did not contain minified javascript.
- Add uuid to applications. This was preventing builds from being made on 0.2.0
- Upgrade to elm 0.17
- Hook frontend up to backend via channels.
- Display correct URL on pot screen.
- Configure prod host & scheme properly.
- Actually fixed building of frontend releases on travis.
- Fixed building of frontend for releases on travis. This means that there should be an actual frontend on rqstpot.xyz.
- Initial Release.
- Request recording implemented.
- Pot creation & request listing API done.
- Individual request fetching still to do.
- UI is WIP.