Граф коммитов

2 Коммитов

Автор SHA1 Сообщение Дата
Brad Fitzpatrick e7b51e3451 cmd/pubsubhelper: start of SMTP server pubsub bridge, reading Gerrit email
Design:
- create a Google account with email mybot@X.golang.org.
- sign that bot up for all possible Gerrit spam
- this SMTP server parses the Gerrit emails (they have X- headers)
  and converts them a pubsub system that others can subscribe to
- stop polling gerrit and hitting quota limits

It will also be the Github webhook bridge.

And then this will be used by maintnerd etc to reduce their poll
intervals.

Currently this barely does anything, but it's deployed and on the
Internet, which is the tedious part.

Change-Id: I2fb6679c2253c24ee54dadbb091180deb28bfda0
Reviewed-on: https://go-review.googlesource.com/39353
Reviewed-by: Kevin Burke <kev@inburke.com>
2017-04-03 22:47:31 +00:00
Brad Fitzpatrick f6c3c87daa cmd/coordinator: start of a Dockerfile
Moving all the Go bots and services everything to Kubernetes.

Change-Id: I811c370ea8b650e1553bab891325fee7e110f029
Reviewed-on: https://go-review.googlesource.com/35810
Reviewed-by: Kevin Burke <kev@inburke.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2017-01-26 18:57:53 +00:00