Giter VIP home page Giter VIP logo

Comments (6)

lukaszgryglicki avatar lukaszgryglicki commented on August 26, 2024

Affiliations are updated once per 4-weeks (there are >100 projects now), if your affiliation change was merged more than 4 weeks ago, please let me know - I'll check if there is any error in affiliations import and will run it manually for those 2 projects then.

from gitdm.archive.

tylerauerbeck avatar tylerauerbeck commented on August 26, 2024

@lukaszgryglicki Thanks for taking a look at this. My PR looks like it was merged on Nov 16, so just a little over a month ago.

from gitdm.archive.

lukaszgryglicki avatar lukaszgryglicki commented on August 26, 2024

OK, I'll check tomorrow then.

from gitdm.archive.

lukaszgryglicki avatar lukaszgryglicki commented on August 26, 2024

JSON entries in github_users.json are OK.
Rolls inside those two projects metallb and argo are also OK:

root@devstats-node-2:~/cncf/devstats-k8s-lf/util# k exec -itn devstats-prod devstats-postgres-0 -- psql argo
psql (13.1 (Debian 13.1-1.pgdg100+1))
Type "help" for help.

argo=# select * from gha_actors a, gha_actors_affiliations af where a.id = af.actor_id and a.login = 'tylerauerbeck';
    id    |     login     |      name      | country_id | sex | sex_prob | tz | tz_offset | country_name | age | actor_id | company_name | original_company_name |       dt_from       |        dt_to        | source 
----------+---------------+----------------+------------+-----+----------+----+-----------+--------------+-----+----------+--------------+-----------------------+---------------------+---------------------+--------
 29497147 | tylerauerbeck | Tyler Auerbeck |            |     |          |    |           |              |     | 29497147 | UPMC         | UPMC                  | 1900-01-01 00:00:00 | 2018-06-25 00:00:00 | user
 29497147 | tylerauerbeck | Tyler Auerbeck |            |     |          |    |           |              |     | 29497147 | Red Hat Inc. | Red Hat Inc.          | 2018-06-25 00:00:00 | 2021-10-21 00:00:00 | user
 29497147 | tylerauerbeck | Tyler Auerbeck |            |     |          |    |           |              |     | 29497147 | Equinix Inc. | Equinix Inc.          | 2021-10-21 00:00:00 | 2100-01-01 00:00:00 | user
(3 rows)

argo=# \q
root@devstats-node-2:~/cncf/devstats-k8s-lf/util# k exec -itn devstats-prod devstats-postgres-0 -- psql metallb
psql (13.1 (Debian 13.1-1.pgdg100+1))
Type "help" for help.

metallb=# select * from gha_actors a, gha_actors_affiliations af where a.id = af.actor_id and a.login = 'tylerauerbeck';
          id          |     login     |      name      | country_id | sex | sex_prob | tz | tz_offset | country_name | age |       actor_id       | company_name | original_company_name |       dt_from       |        dt_to        | source 
----------------------+---------------+----------------+------------+-----+----------+----+-----------+--------------+-----+----------------------+--------------+-----------------------+---------------------+---------------------+--------
 -4989308712776957371 | tylerauerbeck | Tyler Auerbeck |            |     |          |    |           |              |     | -4989308712776957371 | Equinix Inc. | Equinix Inc.          | 2021-10-21 00:00:00 | 2100-01-01 00:00:00 | user
 -4989308712776957371 | tylerauerbeck | Tyler Auerbeck |            |     |          |    |           |              |     | -4989308712776957371 | Red Hat Inc. | Red Hat Inc.          | 2018-06-25 00:00:00 | 2021-10-21 00:00:00 | user
 -4989308712776957371 | tylerauerbeck | Tyler Auerbeck |            |     |          |    |           |              |     | -4989308712776957371 | UPMC         | UPMC                  | 1900-01-01 00:00:00 | 2018-06-25 00:00:00 | user
(3 rows)

metallb=# 

So I will just regenerate their past data manually now.

from gitdm.archive.

lukaszgryglicki avatar lukaszgryglicki commented on August 26, 2024

But here you have 2 entries for 2 companies, and your rolls list 3 companies so the looks rather good for me.

from gitdm.archive.

lukaszgryglicki avatar lukaszgryglicki commented on August 26, 2024

Regenerated data, should now be OK, please reopen if you think it is not.

from gitdm.archive.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.