summaryrefslogtreecommitdiffstats
path: root/extensions/BzAPI
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 Hardison7-0/+11
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison7-11/+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 Hardison7-0/+11
local symlink to data/ directory
2015-03-10Bug 1139939: fix uninit value warningByron Jones1-1/+4
2015-03-05Bug 1139939: "BadResponse: 'Location' header missing from 201 Created ↵David Lawrence1-0/+6
response" when commenting with bztools
2015-02-09Bug 1131036: API searches no longer workingDavid Lawrence1-0/+9
2015-02-04Bug 1124255: Need a way to find only active versions and target milestones ↵David Lawrence1-1/+21
using the API
2015-01-08Bug 1119114: bzapi/configuration returns empty flag_types if no bug or ↵David Lawrence1-6/+3
attachment flag types are defined
2014-11-11Bug 1089805: BzAPI compatibility layer returns HTTP 200 when a bug update failedDavid Lawrence1-0/+7
2014-08-26Bug 1057774: bzAPI landing page gives a 404David Lawrence1-1/+1
2014-08-26Bug 1057774: bzAPI landing page gives a 404David Lawrence3-2/+31
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 Lawrence2-2/+4
/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 Lawrence10-134/+1959
changes on top of native rest r=glob
2012-11-14Bug 804978 - The BzAPI extension let everybody see all confidential product ↵Dave Lawrence1-4/+3
names when classifications are enabled
2011-10-05more porting workDavid Lawrence1-9/+9
2011-10-05more porting workDavid Lawrence1-11/+10
2011-08-11Initial checkin of bmo/4.0 extensions. Still todo: port changes to core ↵David Lawrence3-0/+451
Bugzilla code