Page MenuHomePhabricator

Update ITS related data from Bugzilla to Phabricator/Maniphest in project-info.json
Closed, DeclinedPublic

Description

I'm looking at mediawiki-dashboard/browser/config/project-info.json and mediawiki-dashboard/browser/data/json/project-info.json (which are identical). Both say

"its_url":"https://bugzilla.wikimedia.org/",
"its_name":"Mediawiki Product in Bugzilla",
"its_type":"bugzilla",

which is wrong nowadays.

@Dicortazar: Are those values only used to create some links on the fly, like in browser/project-card.html via <a id="its_url" href=""> or in browser/lib/vizgrimoire.min.js via url=Report.getProjectData().its_url, or would anything else break if I replaced these values by

"its_url":"https://phabricator.wikimedia.org/",
"its_name":"Mediawiki Project in Phabricator/Maniphest",
"its_type":"maniphest",

(especially the its_type value)? Also, which of the two files to patch?

Event Timeline

So if I get things right, its_* defines Bugzilla and its_1_* defines Phabricator/Maniphest (because e.g. its_1_closers exists), however grepping for its_1_url I don't get any matches so I wonder where this is actually stored and what creates that JSON output.

Need Bitergia input here, I'm afraid.

Aklapper lowered the priority of this task from Low to Lowest.Dec 4 2015, 5:43 PM

Alright, browser/config/README says:

The second file: projects-info.json is not really used now. The only important variable now is "project_name".

As the community metrics displayed on static korma.wmflabs.org were about to get superseded by metrics on https://wikimedia.biterg.io in 2017 anyway and as we killed korma.wmflabs.org two weeks ago (though a bit earlier than initially planned) and do not plan to spend efforts on resurrecting it, I am going to close this task as declined. If the problem described in this task still happens on https://wikimedia.biterg.io, please reopen this task. Thank you for your understanding!