aboutsummaryrefslogtreecommitdiff
path: root/dashboard_app/xmlrpc.py
AgeCommit message (Expand)Author
2012-12-13initial (stupid) filter api!Michael Hudson-Doyle
2012-09-26Fixed wrong parameter for getting test names.Milo Casagrande
2012-09-26Added XML-RPC call to retrieve test namesAndy Doan
2012-09-25Refactored method name.Milo Casagrande
2012-09-21Renamed method argument.Milo Casagrande
2012-09-21Updated XML-RPC call after sugggestions from Andy and Michael.Milo Casagrande
2012-09-19Added option parameter to XML-RPC call get_test_names.Milo Casagrande
2012-09-18Added XML-RPC call to retrieve test names.Milo Casagrande
2012-03-15Fix DashboardAPI._put() to call BundleStream.can_upload()Zygmunt Krynicki
2011-09-26Fix calling deserialize via xml-rpc APIZygmunt Krynicki
2011-08-17restore put() to the old api and add put_ex() with the new oneMichael-Doyle Hudson
2011-08-17return a link to the bundle from put()Michael-Doyle Hudson
2011-07-22Use xml_rpc_signature from linaro_django_xmlrpcZygmunt Krynicki
2011-07-22Fix some pyflakes (missing and unused imports)Zygmunt Krynicki
2011-07-20Make DataViews use the same repository classes as DataReportsZygmunt Krynicki
2011-07-18Add redirects to bundle, test run and test resultZygmunt Krynicki
2011-07-16Improve grammar in api docsZygmunt Krynicki
2011-07-16Add support for creating all kinds of streams with make_stream()Zygmunt Krynicki
2011-07-07Add a note about make-streamZygmunt Krynicki
2011-07-07Use linaro-django-xmlrpc for all RPC processingZygmunt Krynicki
2011-06-29Handle DashboardAPI.make_stream(name=None) properlyZygmunt Krynicki
2011-05-24Deal with None case for namedave.
2011-05-18Use DataView.get_connection() to actually dispatch queries, cleanup importsZygmunt Krynicki
2011-05-08Remove unused local, thanks to pyflakesZygmunt Krynicki
2011-05-08Fix undefined variable, thanks to pyflakesZygmunt Krynicki
2011-05-04Convert decimals to floats when calling query_data_viewZygmunt Krynicki
2011-05-03Document query_data_views and data_view_infoZygmunt Krynicki
2011-04-29Change DashboardAPI.bundles() to include Bundle.content_sizeZygmunt Krynicki
2011-04-09Implement DashboardAPI.query_data_viewZygmunt Krynicki
2011-04-08Add DashboardAPI.data_view_info()Zygmunt Krynicki
2011-04-08Make DataViewRepository iterableZygmunt Krynicki
2011-04-08Add DashboardAPI.data_views() functionZygmunt Krynicki
2011-04-06Add ability to define bundle stream name in DashboardAPI.make_stream()Zygmunt Krynicki
2011-04-06Catch IntegrityError properlyZygmunt Krynicki
2011-04-06Fix typoZygmunt Krynicki
2011-04-06Add DashboardAPI.make_stream()Zygmunt Krynicki
2011-04-01Fix indent issue in REsT documentation for DashboardAPI.get()Zygmunt Krynicki
2011-03-16Rewrite DashboardAPI.put() to use Bundle.objects.create_with_content()Zygmunt Krynicki
2011-02-04Merge django-restricted-resource work with significant changes to tests, view...Zygmunt Krynicki
2011-01-07Removing/changing more things for bundlestream to make use of the django-res...Deepti B. Kalakeri
2011-01-07Removing the dashboard_app/managers.py as we make use of the django-restricte...Deepti B. Kalakeri
2011-01-04Fix dashboard_api.version after versiontoolZygmunt Krynicki
2010-12-10Move version handling to dedicated module.Zygmunt Krynicki
2010-10-14Fix fallout from OneToOne -> ForeignKey transition.Zygmunt Krynicki
2010-10-07Move first call to save() away from try/catch block.Zygmunt Krynicki
2010-10-07Move the call to deserialize away from the try/catch block.Zygmunt Krynicki
2010-10-07Inside DashboardAPI.put() commit current transaction before calling deseriali...Zygmunt Krynicki
2010-10-04Make sure bundles() xml-rpc API returns bundles in the same order as before.Zygmunt Krynicki
2010-09-28Fix typo in docstringZygmunt Krynicki
2010-09-22Add licenses to all source files and DEP-5 COPYING fileZygmunt Krynicki