Skip to content

Tags: self-actuated/actions-usage

Tags

v0.1.2

Tidy go.mod

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

v0.1.1

Defensive coding on summary

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

v0.1.0

Fixes #14 by adding enterprise url support

Also only check rate limit when there's one set (our ghe apparently
    doesn't)

Signed-off-by: Gavin Mogan <gmogan@digitalocean.com>

v0.0.10

Fix issue with counting up jobs that didn't finish

We saw an issue with a negative amount for a new customer
that only showed in the repo-level breakout.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

v0.0.9

Update README about -by-repo flag

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

v0.0.8

Update README

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

v0.0.7

Add builds per day

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

v0.0.6

Add success vs. failure etc for jobs into summary

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

v0.0.5

Add additional report data

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

v0.0.4

Fix #4

Fixes an issue where a job had a date of the year 0001, meaning
the values were negative when added up. This was from jobs
which were queued or still running.

Thanks to folks on the issue for their input

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>