firefox-devtools / devtools-bug-finder

Find easy and mentored devtools bugs

Home Page:http://bugs.firefox-dev.tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

site uses the old/deprecated bzapi instead of bugzilla's native REST

globau opened this issue · comments

commented

this site uses the 'bzapi' api to talk with bugzilla.
this api is old and deprecated - see https://wiki.mozilla.org/Bugzilla:BzAPI
bugzilla's native REST api is faster - http://bmo.readthedocs.io/en/latest/api/index.html
you should consider switching to it 😀

Definitely, thanks for filing.
This also explains why I was a bit lost when searching for docs about the API.

bzapi will be removed at the end of June (https://groups.google.com/forum/#!topic/mozilla.dev.platform/gDuH7RStS3c), so we should switch to the new API in the next months.
I may try to do it

Good call, if there are other tools which are more active than this one, we should try to use them instead.
I filed mozilla-frontend-infra/codetribute#383 to see what could be done for the multiple inspector modules.

bzapi is still up, but we shouldn't rely on it.
codetribute now allows to group multiple components, and I have a PR to do that for DevTools modules: mozilla-frontend-infra/codetribute#410
When it merges, I think we can retire this app :)

It would be good to keep a simple HTML page running here, which essentially gives people the link to codetribute.