github-repo-stats icon indicating copy to clipboard operation
github-repo-stats copied to clipboard

Bug: Points plotted for one day before first real data point

Open olets opened this issue 1 year ago • 1 comments

I added GHRS to a repo that's only a couple days old. After the first run, I'm seeing glitches in the plots.

"Unique visitors", "Total views", "Unique cloners", "Total clones", and "Stargazers" all have an extra data point one day before the first real data point.

Data

From the GH API: created_at is 2024-01-09T19:05:28Z

GHRS views_clones_aggregate.csv

time_iso8601,clones_total,clones_unique,views_total,views_unique
2024-01-09 00:00:00+00:00,4,3,1,1
2024-01-10 00:00:00+00:00,15,6,0,0
2024-01-11 00:00:00+00:00,50,29,89,1
2024-01-12 00:00:00+00:00,3,3,1,1

(Sidenote: looks like 50+ bots immediately cloning. Guess I'm doing my part to shape AI)

GHRS stargazer-snapshots.csv

time_iso8601,stargazers_cumulative_snapshot
2024-01-13 00:03:12+00:00,1

Plots

image

olets avatar Jan 13 '24 00:01 olets