You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
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>
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>