BMO/ThirdPartyApps: Difference between revisions
< BMO
Jump to navigation
Jump to search
(→Name of app/tool: Template format) |
(added wiki.mozilla.org /MediaWiki extension) |
||
| Line 41: | Line 41: | ||
* JavaScript library for Bugzilla's native REST API. | * JavaScript library for Bugzilla's native REST API. | ||
* https://github.com/canuckistani/bz.js | * https://github.com/canuckistani/bz.js | ||
== MediaWiki extension for Bugzilla == | |||
* Embedding of update bug data into wiki pages. | |||
* https://github.com/mozilla/mediawiki-bugzilla | |||
* http://lawrencemandel.com/2012/02/23/embed-bugzilla-data-in-wikimo-pages/ | |||
Revision as of 20:32, 13 January 2015
This is a list of all known tools, applications, and libraries used with BMO. There are three purposes of this catalog:
- to advertise new ways of using Bugzilla
- to determine any patterns or commonalities that we might want to incorporate into BMO's core
- to encourage people to contribute to an existing app that meets, or could reasonably be made to meet, their needs, rather than spending time to develop a redundant app.
Please add any you own, maintain, or use.
Template
Name of app/tool
- Home URL, if any.
- A brief description, ideally an explanation of what the tool/app does and why, i.e., what value does it bring.
- Link to source.
Command-line tools
bzexport
- Mercurial extension for attaching patches from a Mercurial repository to Bugzilla from the command line.
- https://hg.mozilla.org/hgcustom/version-control-tools/file/tip/hgext/bzexport
Web Apps
Buggy
- http://buggy.peterbe.com/
- Fast single-page webapp that relies entirely on the Bugzilla Native REST API.
- https://github.com/peterbe/buggy
BzDeck
- https://www.bzdeck.com/
- A useful, experimental Bugzilla client aiming to improve the usability and productivity of the popular bug tracking system from Mozilla, on both desktop and mobile.
- https://github.com/kyoshino/bzdeck
Libraries
Bugsy
- http://bugsy.readthedocs.org/en/latest/
- Python library for Bugzilla's native REST API.
- https://github.com/AutomatedTester/Bugsy
bz.js
- JavaScript library for Bugzilla's native REST API.
- https://github.com/canuckistani/bz.js
MediaWiki extension for Bugzilla
- Embedding of update bug data into wiki pages.
- https://github.com/mozilla/mediawiki-bugzilla
- http://lawrencemandel.com/2012/02/23/embed-bugzilla-data-in-wikimo-pages/