Page MenuHomePhabricator

Zero results shown for certain repositories on Git dashboard (though there has been Git activity)
Closed, ResolvedPublic

Description

Go to https://wikimedia.biterg.io/goto/a0d44c821146e4d72ebcd2467797f8d9 (Git activity for [[ https://gerrit.wikimedia.org/r/#/q/project:mediawiki/extensions/Gather | Gather extension ]])
It properly resembles https://phabricator.wikimedia.org/diffusion/EGAT/history/master/ and

Go to https://wikimedia.biterg.io/goto/05da56fb282508d21469306c6e134dc5 (Git activity for [[ https://gerrit.wikimedia.org/r/#/q/project:mediawiki/extensions/Echo | Echo extension ]])
Shows nothing.
Though https://phabricator.wikimedia.org/diffusion/ECHO/history/master/ shows activity lately.

I'm wondering if I miss something obvious. "Echo" is not included in the "Repositories" widget at the bottom as that's limited to the top 50 entries but I'd expect activity to be displayed if I explicitly query for it.

Event Timeline

Aklapper triaged this task as High priority.
Aklapper claimed this task.

Confirmed that it was an issue with submodules:

The problem is that the collection for the git repository with submodules (https://gerrit.wikimedia.org/r/mediawiki/extensions) creates empty directories for all the submodules (exteranal git repositories).`

This got fixed in https://github.com/grimoirelab/perceval/issues/167 . Thanks!

Aklapper moved this task from Backlog to October on the Developer-Advocacy (Oct-Dec 2017) board.