aboutsummaryrefslogtreecommitdiff
path: root/dashboard_app/xmlrpc.py
AgeCommit message (Expand)Author
2018-05-16Drop Python2 xmlrpc supportNeil Williams
2018-01-05LAVA-1163 - Unify json library across lava-server.Stevan Radakovic
2017-12-07LAVA-1169 - Support xmlrpc.client imports in python3Stevan Radakovic
2017-12-06LAVA-962 - Port lava-server to python3 exclusively - urllibStevan Radakovic
2017-11-02Update dashboard XML-RPC API help for api_versionNeil Williams
2017-10-20LAVA-876 - Return empty data stubs for dashboard API calls.Stevan Radakovic
2017-10-19LAVA-876 - Remove access to DashboardStevan Radakovic
2017-07-05Revert "XMLRPC: self.user return an AnonymousUser instead of None"Neil Williams
2017-07-03XMLRPC: self.user return an AnonymousUser instead of NoneRémi Duraffort
2017-05-05Mark V1 XML-RPC functions as deprecated.Neil Williams
2016-11-21Update for pycodestyle pep8 failuresNeil Williams
2016-05-25Remove unused importsRémi Duraffort
2016-01-03Fix deprecation warnings for django1.10Neil Williams
2015-06-10Ignore the missing file content when making RPC bundles call.Stevan Radaković
2015-06-03LAVA-2126 - Fix dashboard version xmlrpc apiSenthil Kumaran S
2015-05-06Remove references to 'Launch Control' and add current component name.Senthil Kumaran S
2015-04-24Remove old reference to XML-RPC api version.Senthil Kumaran S
2015-01-21LAVA-1823 - Provide support for Asian LanguagesSenthil Kumaran S
2014-10-17Enable django loggingNeil Williams
2014-09-01Specify string format arguments as logging function parametersRémi Duraffort
2014-06-18Fix bug #1328780 - No LAVA API method available to retrieve LAVA job IDSenthil Kumaran S
2014-05-22Drop the test definition XMLRPC callNeil Williams
2014-04-13Add a placeholder dashboard_app.version callNeil Williams
2014-04-08Complete the removal of DataViewNeil Williams
2014-03-07LAVA-936 - fix dashboard test suiteNeil Williams
2014-02-26If user is logged in and new stream is not group stream set the user as deafu...Georgy Redkozubov
2014-02-25Fix bug #1280018.Stevan Radaković
2013-10-24PEP8 changes for dashboard_appNeil Williams
2013-08-23Add support for checking authentication of the pending bundles by porting the...Neil Williams
2013-08-14Change to storing the pending bundles in a file andNeil Williams
2013-08-05MultiNode support to put_pending result bundles for jobsNeil Williams
2013-05-02Fix a small typo in error message where a space is missing.Senthil Kumaran
2013-05-02Fix bug #1012604 - Misleading "Bundle does not exist" for private bundles.Senthil Kumaran
2013-04-04Fix a typo that was accidental.Senthil Kumaran
2013-04-01Fix testdef_ prefix in model member naming.Senthil Kumaran
2013-04-01Remove plural class name for Test Definition.Senthil Kumaran
2013-03-26Change to plural naming convention for test definitions.Senthil Kumaran
2013-01-29Implement all review comments from zyga and doanac.Senthil Kumaran
2013-01-24Modify the xml-rpc API for fetching test definition to take os, device andSenthil Kumaran
2013-01-24Add xml-rpc api to fetch all test definitions.Senthil Kumaran
2013-01-15fix unfinished sentenceMichael Hudson-Doyle
2012-12-17document get_filter_results_since, switch order of data returned by api calls...Michael Hudson-Doyle
2012-12-17reduce code duplicationMichael Hudson-Doyle
2012-12-17get get_filter_results_sinceMichael Hudson-Doyle
2012-12-17small fixesMichael Hudson-Doyle
2012-12-17simplify arguments and document filter_apiMichael Hudson-Doyle
2012-12-17remove the filter_data stuff from the api (saving it for another branch)Michael Hudson-Doyle
2012-12-13misc progress; need to define a schema for filter_data i thinkMichael Hudson-Doyle
2012-12-13start to allow passing filter_data to the api; misc fixesMichael Hudson-Doyle
2012-12-13unstupid api a bitMichael Hudson-Doyle