summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Product.pm
AgeCommit message (Collapse)AuthorFilesLines
2018-12-05no bug - reformat all the code using the new perltidy rulesPerl Tidy1-223/+205
2018-10-13Bug 1495741 - memory issues: use local flag cacheDylan William Hardison1-5/+7
2018-10-13Bug 1495741 - memory issues: disable etag generation for /rest/productDylan William Hardison1-0/+2
2018-10-04Bug 1489120 - Add a rest API to get triage owners for each product/component ↵Kohei Yoshino1-0/+7
pair (#797)
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison1-16/+8
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison1-8/+16
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 Hardison1-16/+8
local symlink to data/ directory
2015-07-14Bug 1173442 - Implement admin UI changes to allow selecting default product ↵David Lawrence1-0/+2
security group instead of editing code
2015-04-21Bug 579089: Change default Hardware / OS values to be "Unspecified/Unspecified"Byron Jones1-0/+3
2015-01-27Bug 1124437: Backport upstream bug 1090275 to bmo/4.2 to whitelist ↵Byron Jones1-0/+8
webservice api methods
2014-04-28Bug 1000913 - Backport upstream bug 540818 to bmo/4.2 to improve ↵David Lawrence1-12/+12
include_fields and exclude_fields to accept _default, _all and _custom keywords r=glob
2013-10-18Bug 924572 - Backport upstream bugs 741722, 838846 to bmo/4.2 for flag_type ↵Dave Lawrence1-1/+106
REST API support
2013-07-23Bug 897093 - Port the upstream Product.get webservice changes (bug 896066) ↵Dave Lawrence1-14/+65
to bmo/4.2
2013-07-15Bug 892601 - Port over upstream native REST patch (bug 866927) to bmo/4.2Dave Lawrence1-18/+87
r=glob
2013-03-25Bug 838846 - In Product.get, include_fields => ['components'] no longer ↵Simon Green1-8/+13
returns data about components
2012-10-16Bug 577329 - WebServices should filter email addresses same as the web UI as ↵Dave Lawrence1-3/+3
users are not always required to login
2012-02-24Bug 692507 - WebService API calls where appropriate should be using the ↵Dave Lawrence1-1/+6
shadow_db for read only operations r=glob, a=LpSolit
2012-01-31Bug 714446: Product.create default behavior is broken and inconsistent with PODFrédéric Buclin1-17/+29
r=dkl a=LpSolit
2011-10-15Bug 689862: Fix Product.get to only return the Classification name,Tiago Mello1-17/+2
instead of all the classification info. r/a=LpSolit
2011-09-27Bug 655652: Remove "internals" field from Product.getFrédéric Buclin1-9/+35
r=glob a=LpSolit
2011-09-16Fix typo in PODFrédéric Buclin1-2/+2
2011-05-17Bug 655229: Adds components, versions and milestones to Product.get Byron Jones1-28/+216
r=mkanat, a=mkanat
2011-04-08Improve the POD for Product.create.Max Kanat-Alexander1-11/+17
https://bugzilla.mozilla.org/show_bug.cgi?id=469193
2011-04-07Bug 469193: WebService function to create new products (Product.create)Julien Heyman1-0/+115
r/a=mkanat
2010-11-04Bug 605573: List all available WebService methods at the top of the PODFrédéric Buclin1-10/+5
r/a=mkanat
2010-04-22Bug 550732: Allow read-only JSON-RPC methods to be called with GETMax Kanat-Alexander1-0/+7
r=dkl, a=mkanat
2010-02-01Fix the data in the bzr repo to match the data in the CVS repo.Max Kanat-Alexander1-0/+0
During the CVS imports into Bzr, there were some inconsistencies introduced (mostly that files that were deleted in CVS weren't being deleted in Bzr). So this checkin makes the bzr repo actually consistent with the CVS repo, including fixing permissions of files.
2009-01-26Bug 473646 - WebService methods should check list parameters for scalars ↵dkl%redhat.com1-1/+2
and convert before use Patch by Dave Lawrence <dkl@redhat.com> - r/a=mkanat
2008-11-26Bug 450209: Clean up WebService POD and add a History section for all ↵mkanat%bugzilla.org1-6/+14
functions that need one Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-07-01Bug 437617: Make "type" a method of Bugzilla::WebServicemkanat%bugzilla.org1-4/+3
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2008-06-19Bug 437614 – Product.get_products should be accessible as Product.getdkl%redhat.com1-2/+10
Patch by David Lawrence <dkl@redhat.com> r/a=mkanat
2007-02-05Bug 369268: Wrong title for the API documentation of ↵lpsolit%gmail.com1-1/+1
Bugzilla::WebService::Product - Patch by Guzmán Brasó <gbn@hqso.net> r/a=mkanat
2006-11-10Bug 357482: Webservice should have a get_products methodmkanat%bugzilla.org1-29/+103
Patch By Mads Bondo Dydensborg <mbd@dbc.dk> r=mkanat, a=myk
2006-11-01Bug 356816: Make the webservice able to list productsmkanat%bugzilla.org1-0/+72
Patch By Mads Bondo Dydensborg <mbd@dbc.dk> r=mkanat, a=myk
2006-08-20Bug 224577: Bugzilla could use a web services interface.wurblzap%gmail.com1-0/+36
Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=myk