Tags: devcsrj/ispmon
Tags
1.0.0 / 2019-09-12 ================== * π Release 1.0.0 * β¨ Replace vertx with ktor * π Use busybox:glibc * π Expose volume and port * β Remove bash from dockerfile * β Remove mobx * π Use docker multi-stage builds * π Add LICENSE * π Add README * π Fix ssl issue on docker native image * π Explicitly declare version as 1.0.0-SNAPSHOT * π€ Change default ISPMON_INTERVAL to 15 minutes * π¨ Add favicon * β¨ Add option to select range, and show average * β¨ Persist isp and ip * π Add gradle tasks for building native images * π¦ Support graal native-image * β Remove jooq:joox * π₯ Graal SubstrateVM doesn't like coroutines * βΊ Rename verticle to Ispmon * π Properly fetch config from environment * π¨ Use consistent emoji * π Add flag ISPMON_INTERVAL * π Fix incorrect webpack paths during build * π Configure vertx auto redeploy during development * π Add docker config * π¨ Use 'hh:mm a' pattern * π Inject skeleton.css via webpack * β¨ Schedule speedtest 30 mins default * β¨ Include frontend app on gradle build * β¨ Implement React Speedtest chart * β¨ Implement http handlers * π Use Mbps * β¨ Implement client for Ookla's speedtest * Revert "β¨ Attempt to execute python via GraalVM" * β¨ Attempt to execute python via GraalVM * β¨ Implement results persistence * π Initial project