cncf / devstats

📈CNCF-created tool for analyzing and graphing developer contributions
https://devstats.cncf.io
Apache License 2.0
61 stars 22 forks source link

[bug] users not associated with company #24

Closed waldirmontoya25 closed 11 months ago

waldirmontoya25 commented 11 months ago

The following dashboard does not show the users waldirmontoya25, luchillo17, jamieklassen and rubenv-dev, associated with a company. We created the PR to update the association and I see the proper values in this file.

Thanks a lot for any guidance if I'm missing something.

lukaszgryglicki commented 11 months ago

I will take a look at Friday, possibly new affiliations weren't imported yet - this happens once per 28 days (4 weeks). I will also check JSON for those users and their affiliations and report here. I'll do this with a batch of other PRs for cncf/gitdm as there are many because I just returned from the PTO/vacation.

lukaszgryglicki commented 11 months ago

So, I have the following correct entries in JSON:

  {
    "login": "waldirmontoya25",
(...)
    "affiliation": "Independent < 2015-04-01, VMware Inc.",
    "source": "user",
    "name": "Waldir Montoya",
    "commits": 41
  },
(...)
  {
    "login": "jamieklassen",
(...)
    "affiliation": "Independent < 2016-09-06, Pivotal < 2017-11-01, CGI < 2018-05-01, Pivotal < 2020-04-06, VMware Inc.",
    "source": "user",
    "name": "Jamie Klassen",
    "commits": 334
  },
(...)
  {
    "login": "RubenV-dev",
(...)
    "affiliation": "Independent < 2021-07-26, VMware Inc.",
    "source": "user",
    "name": "Ruben Vallejo",
    "commits": 126,
    "location": "New York,NY",
    "country_id": "us"
  },

This user has no affiliation (?) - I can add it if you provide it for me, even here as a comment:

  {
    "login": "luchillo17",
(...)
    "affiliation": "?",
    "name": "Carlos Esteban Lopez Jaramillo",
    "commits": 356,
    "location": "Colombia",
    "country_id": "co"
  },

For now, I will just change to VMware Inc.. I will reimport affiliations manually after I finish some other PRs, so you should see the changes immediately. I'll update here.

lukaszgryglicki commented 11 months ago

Data is already fixed, now I will reimport affs for Backstage.

lukaszgryglicki commented 11 months ago

Data imported, all requested users now show on this dashboard, closing.

waldirmontoya25 commented 11 months ago

thank you so much @lukaszgryglicki