Coder Social home page Coder Social logo

Same user, different case? about gitdm.archive HOT 8 CLOSED

cncf avatar cncf commented on August 24, 2024 1
Same user, different case?

from gitdm.archive.

Comments (8)

lukaszgryglicki avatar lukaszgryglicki commented on August 24, 2024 2

Will take a look when I have some time.

from gitdm.archive.

svrnm avatar svrnm commented on August 24, 2024 1

thank you @lukaszgryglicki for looking into this and fixing it!

from gitdm.archive.

svrnm avatar svrnm commented on August 24, 2024

Will take a look when I have some time.

Thank you!

from gitdm.archive.

lukaszgryglicki avatar lukaszgryglicki commented on August 24, 2024

First question would be if GitHub distinguish case or not.
Can take a look Friday the earliest.

from gitdm.archive.

lukaszgryglicki avatar lukaszgryglicki commented on August 24, 2024

So users aren't duplicated in GitHub_users.json and cncf-config/email-map - but they are in the dashboard, investigating this.

from gitdm.archive.

lukaszgryglicki avatar lukaszgryglicki commented on August 24, 2024

But on the database:

opentelemetry=# select * from gha_actors where id > 0 and (upper(login) = 'WPH95' or lower(login) = 'arbiv');
    id    | login |     name     | country_id | sex | sex_prob | tz | tz_offset | country_name | age 
----------+-------+--------------+------------+-----+----------+----+-----------+--------------+-----
 12132333 | Arbiv | Yosef Arbiv  |            |     |          |    |           |              |    
 12132333 | arbiv | Yosef Arbiv  |            |     |          |    |           |              |    
  2732352 | wph95 | Penghan Wang | ni         |     |          |    |           | Nicaragua    |    
  2732352 | WPH95 | Penghan Wang | ni         |     |          |    |           | Nicaragua    |    
(4 rows)

opentelemetry=# 

This means users were renamed somewhere in the past.
I will update dashboard to group by lower(login) which should solve the issue - I'll chekc this locally first.

from gitdm.archive.

lukaszgryglicki avatar lukaszgryglicki commented on August 24, 2024

This commit should solve this, but I need to test locally, confirm it works, rebuild images and rebuild that dashboard's data.

from gitdm.archive.

lukaszgryglicki avatar lukaszgryglicki commented on August 24, 2024

Fixed and regenerated data, closing.

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.