Skip to content

Tags: superfly/wormhole

Tags

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Rest API (#51)

* switch to go's dep

* Rest API, endpoints endpoint

* Fix fmt

* replace dockertest + redis with redigomock, gnarly but it works

* put the api server on the right listener 🤦

* use TLS matcher for the API

* remove port binding, only works with TLS shared port

* include region in endpoint information

* cache go dep vendor directory

* Accounce current server in redis sorted set

* Use RFC3339 time format for serialization instead of t.String() [fixes #48]

* server announces itself for discovery, will be used by clients soon

* new certs for dev

* set s3 bucket policy to public to download wormhole

* install mc locally

* try setting public only for the linux build

* don't mess with policies, I set it as a S3 bucket policy

* format time with RFC3339

v0.6.1

Toggle v0.6.1's commit message
don't build on other versions than 1.10

v0.6.0

Toggle v0.6.0's commit message
overwriting makes the most sense, removing not so much

v0.5.36

Toggle v0.5.36's commit message
Cut v0.5.36

v0.5.35

Toggle v0.5.35's commit message
add dev dependencies to `make setup` (#12)

* add dev dependencies to `make setup`
* golint fix
* update README

v0.5.34

Toggle v0.5.34's commit message
tag client_addr in session errors

v0.5.33

Toggle v0.5.33's commit message
change conn metrics types

- conn duration per-cluster only (bc if you have summary paritioned by
  other labels (e.g. backend) you can't recompute the percentile)
- bytes sent/received should really be counters

v0.5.32

Toggle v0.5.32's commit message
track metrics of ingress conns

v0.5.31

Toggle v0.5.31's commit message
properly shutdown and restart client when error occurs

- also detect when keepalive has fallen behind and terminate the client

v0.5.30

Toggle v0.5.30's commit message
list proper hostname in bugsnag