Page MenuHomePhabricator

For some people, top-contributors.html displays three-digit numbers instead of names
Closed, ResolvedPublic

Description

See positions 20-25 (currently) on http://korma.wmflabs.org/browser/top-contributors.html.

This is due to old IDs (?) if I remember Daniel and Luis' comments correctly.

Event Timeline

Having a look at the file all-top.json I found out the bug is coming from the identifier we get from Mediawiki. My lucky guess is this data source is not properly integrated with the profiles table from Sorting Hat.

"0e8065e2e999b92f233b46406904dbf6a7158cbe": [
    {
        "ds": "mediawiki",
        "identifier": 223,
        "pos": 253
    },
.. 
],
"115174fc23e95a8ec755eca14252105e62ef6402": [
    {
        "ds": "mediawiki",
        "identifier": 429,
        "pos": 139
    },
    ..
],
"003830434679cde8e115b752a5061e08bd8507ca": [
    {
        "ds": "mediawiki",
        "identifier": 671,
        "pos": 93
    },
   ...
],

This bug looks fixed! (Probably by the two changes linked in T129837?)

Yay, thanks! Closing as resolved.