Ilya Grigorik
Ilya Grigorik
Hmm, thanks for reporting this! Sadly, unfortunately I can't precisely diagnose what may have caused this.. the gzip archives are the source of truth. Given similar gaps around that date...
Interesting idea. I'm not familiar with GitLab.. do they provide equivalent / similar APIs for tracking public activity?
Ah, neat. So, one issue we have with the GH API is that we're hitting API limits and missing events. Ideally, instead of us polling, we'd be subscribing to a...
Paging @annafil for sanity check. Are PullRequestReviewEvent's included in the event stream?
Unfortunately this is not something we can fix on our end. This would be a request to the GitHub team to add that data to the API.. /me looks at...
Hmm, we didn't change anything in what or how we collect. It's _plausible_ that this reflects reality, but I don't have any other data sources to corroborate that against.
Carlos, have you verified that issue labels are present in the data? The Events API does not (unfortunately) surface all the issue metadata (see related discussion in https://github.com/igrigorik/gharchive.org/issues/183) so I...
Interesting. We don't modify the created_at or any of the payload data, so the fact that multiple events are coming up means that the GH API provided multiple events. Do...
Someone else flagged this to me too recently. Looks like the Events API may be surfacing a subset of issue transitions.. @annafil could you sanity check on your end?
@annafil would it be possible to ask in reverse, and add those events to the API? I've heard a few requests for this now.. :)