Łukasz Gryglicki
Łukasz Gryglicki
Should be [fixed](https://k8s.devstats.cncf.io/d/66/developer-activity-counts-by-companies?orgId=1&var-period_name=v1.28.0%20-%20now&var-metric=contributions&var-repogroup_name=All&var-repo_name=kubernetes%2Fkubernetes&var-country_name=All&chunkNotFound&var-companies=NEC%20Corporation) now.
I'll taking a look on this today.
Right, so your actor's data and affiliations data is looking good IMHO: ``` gha=# select * from gha_actors where login = 'pranav-pandey0804'; id | login | name | country_id |...
So for your [PR](https://github.com/kubernetes/website/pull/43548): I don't have `PullRequestEvent` for it, see this is all data I have for that PR: ``` gha=# select * from gha_events where id in (select...
For [issue](https://github.com/kubernetes/website/issues/43410) I also don't have issue-opened event, see: ``` gha=# select event_id, created_at, updated_at, dup_actor_login, dup_type, dup_user_login from gha_issues where dup_repo_name = 'kubernetes/website' and number = 43410 order by...
Taking th [PR 43548](https://github.com/kubernetes/website/pull/43548) as an example and checking https://www.gharchive.orgI'm doing (just in case to rule out Timezone problems): ``` wget https://data.gharchive.org/2023-10-18-4.json.gz wget https://data.gharchive.org/2023-10-18-6.json.gz ``` Then I modify those files...
@pranav-pandey0804 craeted an external issue (bug) for GH Archives: https://github.com/igrigorik/gharchive.org/issues/294. This is blocked until GH archives resolve this.
Seems like issues on GHA are not fixed, thinking about escalating this... @craigbox @pranav-pandey0804 @caniszczyk ...
Hi, I have no opinion there and actually no idea if there is any action item for me or not. LMK if you want me to do something with this.
Maybe @caniszczyk has some suggestions? The simplest to implement will be either (b) (I can do this in my scripts) or (a) (can be done while searching for affiliations), (c)...