Page MenuHomePhabricator

Inconsistent numbers for new Gerrit developers ("Summary" vs "New Authors" widgets)
Closed, DuplicatePublic

Description

  1. Go to https://wikimedia.biterg.io/goto/f381b5eb8c27f6044a1808a08d1d1ed2 (C_Gerrit_Demo dashboard)
  2. Get "49 # New Authors" displayed in the "Summary" widget
  3. Count the number of entries in the list in the "New Authors" widget (or export it to CSV and then count the lines).
  4. Get only 47 entries in the "New Authors" widget.

I wondered if there might be profiles in the DB which don't have a name set and the UI hence presenting "empty lines", but that is not the case either: On https://github.com/Bitergia/mediawiki-identities/commit/d357d21754988e610ac31a906d42dd234bb821a7 , SELECT profiles.*, identities.source FROM profiles JOIN identities WHERE (profiles.name="" OR profiles.name IS NULL) AND profiles.uuid = identities.uuid; shows only three such profiles and none of them has a gerrit source. If my understanding is correct here.

Upstreamed as https://gitlab.com/Bitergia/c/Wikimedia/support/issues/7

Event Timeline

...and taking those 47 entries in that list on "C_Gerrit_Demo" to construct an explicit query to apply on "Gerrit":

author_name:"Visu.rmk" OR author_name:"Mridubhatnagar" OR author_name:"Sowjanyavemuri" OR author_name:"Neha Gupta" OR author_name:"Smarita" OR author_name:"Omidfi" OR author_name:"Nidhi" OR author_name:"Kowsalya" OR author_name:"Matthew-a-thompson" OR author_name:"Kamsuri" OR author_name:"VeenaSankar" OR author_name:"Naudefj" OR author_name:"Duncancrane" OR author_name:"Shilad Sen" OR author_name:"Sunil4gerrit" OR author_name:"Nettrom" OR author_name:"Sharvaniharan" OR author_name:"Ricky" OR author_name:"Prateek" OR author_name:"African Hope" OR author_name:"Thuva04" OR author_name:"Melos" OR author_name:"Jprorama" OR author_name:"Mikaellindmark" OR author_name:"Prakamya mishra" OR author_name:"Envlh" OR author_name:"ShapeOfMatter" OR author_name:"HakanIST" OR author_name:"Rendann" OR author_name:"Ken Ookami Horo" OR author_name:"Minhquan107" OR author_name:"Bekicot" OR author_name:"NoRandom" OR author_name:"Dolfinus" OR author_name:"Dave123" OR author_name:"Kevinator" OR author_name:"Duck" OR author_name:"Jayprakash12345" OR author_name:"Fille" OR author_name:"AnotherLadsgroup" OR author_name:"Chrisneuroth" OR author_name:"Shivangi" OR author_name:"Simon04" OR author_name:"ThomasEugeneBishop" OR author_name:"Revi" OR author_name:"Austinoneil" OR author_name:"Arsfiqball"
... it suddenly shows "54 # Changeset Submitters": https://wikimedia.biterg.io/goto/463895d7dfbd7f17d064e358aac38d66

"Submitters" displays names such as Mforns which my query above does not include.