Skip to content

Tags: jcjones/ct-mapreduce

Tags

v1.0.10

Toggle v1.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change to StatsD (#47)

* Use StatsD, not Stackdriver

* go mod tidy

v1.0.9

Toggle v1.0.9's commit message
Add a -nobars option to quiet log output

v1.0.8

Toggle v1.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Provide a higher-performance health check (#42) (#45)

This changes the health check from #41 from a database-check to a local
timestamp updated by all the CT downloader threads.

v1.0.7

Toggle v1.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix #40: Add a health check (#41)

* Add the infrastructure to do health checks

* Use the update time instead of entry time for the health check

* Use a configuration value and more explicit error reporting

* Wire up the server address configuration to the health server

v1.0.6

Toggle v1.0.6's commit message
Add a config entry for Stackdriver

v1.0.5

Toggle v1.0.5's commit message
Add the NoopBackend to the engine config as the fallback if disk and …

…firestore aren't configured

v1.0.4

Toggle v1.0.4's commit message
More details for exiting with improper usage

v1.0.3

Toggle v1.0.3's commit message
add a bunch more metrics

v1.0.2

Toggle v1.0.2's commit message
Enable Gomodules

v1.0.1

Toggle v1.0.1's commit message
Update to mpb 3.3.4 using contexts