summaryrefslogtreecommitdiffstats
path: root/extensions/BzAPI/lib
AgeCommit message (Collapse)AuthorFilesLines
2016-10-04Bug 1035804 - BzAPI compatibility layer bug query response takes 76s vs 6s ↵Dylan William Hardison2-38/+31
for rest
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison5-0/+6
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison5-6/+0
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6.
2016-09-12Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison5-0/+6
local symlink to data/ directory
2014-08-26Bug 1057774: bzAPI landing page gives a 404David Lawrence1-1/+1
2014-08-26Bug 1057774: bzAPI landing page gives a 404David Lawrence2-0/+25
2014-08-26Bug 1058679: new bug API returning a ref where bzexport expects bug dataDavid Lawrence1-1/+1
2014-07-18Bug 1026416: "blocks" field is present as empty string when empty, rather ↵David Lawrence1-1/+1
than null or []
2014-07-10Bug 1036795: comment.raw_text is returned by the bzapi compatibility extensionDavid Lawrence1-0/+1
2014-07-10Bug 1027025: comment.creator has no real_nameDavid Lawrence1-5/+1
2014-07-09Bug 1029500: bug.attachments shouldn't include attachment data by defaultByron Jones1-1/+9
2014-07-08Bug 1035799: BzAPI compatibility layer only returns whiteboard field if ↵David Lawrence1-0/+1
non-empty, unlike bzapi
2014-07-02Bug 1033258 - bzexport fails to leave a comment when attaching a file using ↵David Lawrence1-1/+8
the BzAPI compatibility layer
2014-06-19Bug 1027060 - bug.id is a string if the response includes commentsDavid Lawrence1-4/+4
r=glob
2014-06-19Bug 1027037: history.changer is not a full email addressDavid Lawrence1-1/+1
r=glob
2014-06-18Bug 1027195 - The new BzAPI extension has broken the ability to call ↵David Lawrence1-2/+3
/rest/login to get a login token for the REST API
2014-06-18Bug 1026400: id, attachment.id, attachment.bug_id are returned as strings, ↵Byron Jones1-4/+4
not integers
2014-06-17Bug 1026415 - Some empty fields are present as "" rather than being absentDavid Lawrence1-1/+4
2014-06-17Bug 1026421 - "No QA contact" represented by "" instead of nullDavid Lawrence1-2/+9
2014-06-16Bug 880669 - Extend current BzAPI BMO extension to contain compatibility ↵David Lawrence5-0/+1649
changes on top of native rest r=glob