summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Product.pm
AgeCommit message (Collapse)AuthorFilesLines
2016-04-27Bug 218917 - Allow the login name to be different from the email addressFrédéric Buclin1-2/+2
Original patch by Gervase Markham r=gerv a=dkl
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
r=dkl
2015-12-16Bug 1160394 - Products.get_products is missing from PUBLIC_METHODS (for ↵Matt Tyson1-12/+0
backwards compatibility) r=dkl,a=dkl
2015-01-21Bug 1090275: WebServices modules should maintain a whitelist of methods that ↵David Lawrence1-0/+9
are allowed instead of allowing access to any function imported into its namespace r=dylan,a=glob
2014-12-06Bug 1052202 - Web Service module to update and delete componentsSimon Green1-1/+1
r=dylan, a=glob
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-0/+1
r=dkl a=sgreen
2014-04-11Bug 540818 - Improve include_fields and exclude_fields to accept _default, ↵David Lawrence1-13/+12
_all and _custom keywords r=glob,a=justdave
2014-02-18Bug 972465 - Update all REST documentation to prepend /rest/ to the examples ↵Dave Lawrence1-8/+8
to match mod_rewrite example r/a=glob
2013-07-23Bug 896066 - Allow REST WebService API to for GET /product to allow ↵Dave Lawrence1-1/+0
retrieval of multiple product objects instead of ids
2013-07-23Bug 896066 - Allow REST WebService API to for GET /product to allow ↵Dave Lawrence1-40/+87
retrieval of multiple product objects r/a=glob
2013-07-16Bug 894221 - API Documentation ErrorSimon Green1-4/+0
2013-07-12Bug 866927 - Enhance Bugzilla WebServices to allow data access using RESTDave Lawrence1-3/+82
r=glob,a=justdave
2013-02-15Bug 838846: In Product.get, include_fields => ['components'] no longer ↵Simon Green1-15/+21
returns data about components r/a=LpSolit
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky1-1/+1
r/a=LpSolit
2012-11-30Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann1-0/+8
r/a=LpSolit
2012-11-04Bug 741722: Product.get should include flag_types informationFrank Becker1-3/+108
r=dkl a=LpSolit
2012-10-16Bug 577329 - WebServices should filter email addresses same as the web UI as ↵Dave Lawrence1-4/+4
users are not always required to login r/a=LpSolit
2012-09-19Bug 445861: $component->default_qa_contact should not return the default ↵Koosha Khajeh Moogahi1-3/+4
user object when no default QA contact is defined r/a=LpSolit
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-0/+2
r=wicked a=LpSolit
2012-07-31Bug 778674: Throw an error in Product.get() if required params are not passedKoosha Khajeh Moogahi1-1/+6
r/a=LpSolit
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-18/+58
r=dkl a=LpSolit
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin1-16/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2012-01-10Bug 716726: Fix the documentation of WebServices that the next major version ↵Frédéric Buclin1-1/+1
is 4.4, not 5.0 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-08-09Bug 647980: Implement a Product.update WebService method.Julien Heyman1-2/+193
r=mkanat, a=mkanat
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