summaryrefslogtreecommitdiffstats
path: root/result_collection_api
AgeCommit message (Expand)AuthorFilesLines
2016-06-06Merge "remove useless method get_dashboard_cases() in testAPI"Morgan Richomme1-16/+0
2016-06-06add unittest for 'last' query of results in testAPISerenaFeng3-17/+47
2016-06-06remove useless method get_dashboard_cases() in testAPISerenaFeng1-16/+0
2016-06-06refactor int query parameter process in testAPISerenaFeng1-8/+9
2016-06-04Merge "test APi evolution add filter to retrieve last results"Morgan Richomme3-3/+24
2016-06-04Merge "support 'GET /dashboard/v1/projects' REST api in testAPI"Morgan Richomme4-3/+52
2016-06-04test APi evolution add filter to retrieve last resultsSerenaFeng3-3/+24
2016-06-04remove not used 'import copy'SerenaFeng1-5/+4
2016-06-04support 'GET /dashboard/v1/projects' REST api in testAPISerenaFeng4-3/+52
2016-06-03support GET /api/v1/results in testAPISerenaFeng1-2/+2
2016-06-03Merge "add copyright to files in testAPI"Morgan Richomme28-47/+234
2016-06-02add README.md to introduce the usage of tornado_swaggerSerenaFeng1-0/+273
2016-06-02Merge "change TestVersionbBase to TestVersionBase in testAPI"Morgan Richomme1-3/+3
2016-06-02add copyright to files in testAPISerenaFeng28-47/+234
2016-06-02remove unittest test_createSameResults in testAPISerenaFeng1-9/+0
2016-06-02change TestVersionbBase to TestVersionBase in testAPISerenaFeng1-3/+3
2016-06-01change the usage of tornado_swagger packageSerenaFeng50-568/+17
2016-06-01add router package to implement url-2-XXXHandlers mappings in testAPI projectSerenaFeng8-142/+125
2016-06-01project-ize testAPISerenaFeng85-1235/+204
2016-05-31bugfix: query results failed due to wrong using periodSerenaFeng3-7/+36
2016-05-31Merge "bugfix: query results failed due to wrong using type of trust_indicator"Morgan Richomme3-6/+13
2016-05-31bugfix: query results failed due to wrong using type of trust_indicatorSerenaFeng3-6/+13
2016-05-31Merge "bugfix: version return body is inconsistent with the designed model"Morgan Richomme3-10/+31
2016-05-31Merge "refactor fake_pymongo.py to eliminate repeated codes"Morgan Richomme1-15/+11
2016-05-31bugfix: version return body is inconsistent with the designed modelSerenaFeng3-10/+31
2016-05-31bugfix: query results failed due to using mutable list initiationSerenaFeng6-24/+32
2016-05-30refactor fake_pymongo.py to eliminate repeated codesSerenaFeng1-15/+11
2016-05-30eliminate flake8 violation of testAPISerenaFeng3-15/+3
2016-05-30swagger-ize dashboard and version apis of testAPISerenaFeng10-203/+276
2016-05-29swagger-ize result-apis of testAPISerenaFeng14-208/+189
2016-05-27swagger-ize testcase-apis of testAPISerenaFeng10-236/+239
2016-05-26swagger-ize project-apis of testAPISerenaFeng8-215/+241
2016-05-26swagger-ize pod-apis of testAPISerenaFeng6-93/+152
2016-05-26Merge "eliminate flake8 violation in testAPI except dashboard dir"Morgan Richomme8-61/+106
2016-05-26eliminate flake8 violation in testAPI except dashboard dirSerenaFeng9-63/+109
2016-05-26Merge "attach version number to url in testAPI"Morgan Richomme9-50/+57
2016-05-26attach version number to url in testAPISerenaFeng9-50/+57
2016-05-25Test API add start_date, stop_date parameters in resultsMorgan Richomme9-36/+42
2016-05-25Merge "add test result/dashboard related unittests in testAPI and refactor it...Morgan Richomme10-307/+653
2016-05-25add test result/dashboard related unittests in testAPI and refactor its responseSerenaFeng10-307/+653
2016-05-24Add pod role in pod description in the APIMorgan Richomme2-5/+15
2016-05-23Add dependency to futures lib in READMEMorgan Richomme1-0/+1
2016-05-20add unittests for testcase and refactor testcase related implementationSerenaFeng8-196/+404
2016-05-19add unittests of project & refactor responseSerenaFeng11-316/+440
2016-05-18Merge "add pod related unittests in testAPI"Morgan Richomme7-39/+250
2016-05-18add pod related unittests in testAPISerenaFeng7-39/+250
2016-05-17make run_test executable in repoMorgan Richomme1-0/+0
2016-05-17add unittest framework for supporting unittest in testAPISerenaFeng8-0/+259
2016-05-13tornado_swagger_ui support query operation in "GET" method, and support metho...SerenaFeng7-18/+167
2016-05-12support list property in tornado_swagger_uiSerenaFeng3-23/+116