summaryrefslogtreecommitdiffstats
path: root/testapi
AgeCommit message (Expand)AuthorFilesLines
2017-08-16bugfix: testapi is killed because of oom_killSerenaFeng2-17/+19
2017-08-10Merge "add Pods page in webportal"Serena Feng9-504/+212
2017-08-09add Pods page in webportalSerenaFeng9-504/+212
2017-07-26merge swagger_base_url with ui_urlSerenaFeng9-16/+12
2017-07-24delete obsolete run_test.shSerenaFeng1-40/+0
2017-07-21query date from oldest to newestSerenaFeng1-11/+20
2017-07-21separate db methods from handler.pySerenaFeng9-54/+60
2017-07-21Merge "decouple the mutual-dependence of config.py and server.py"Jose Lausuch11-68/+75
2017-07-20decouple the mutual-dependence of config.py and server.pySerenaFeng11-68/+75
2017-07-20modify url to relative path to fit with testresults.opnfv.org/testgrakiss1-3/+3
2017-07-20role based access control and result uploadgrakiss14-21/+225
2017-07-19Merge "bugfix: pagination raise exception when no records returned"Serena Feng1-13/+14
2017-07-19Merge "bugfix: query doesn't work well with period=1"Serena Feng3-7/+35
2017-07-19Merge "bugfix: mix order of Arno results"Serena Feng2-2/+2
2017-07-19bugfix: pagination raise exception when no records returnedSerenaFeng1-13/+14
2017-07-19bugfix: query doesn't work well with period=1SerenaFeng3-7/+35
2017-07-19bugfix: mix order of Arno resultsSerenaFeng2-2/+2
2017-07-14leverage openstack's requirements ruleSerenaFeng2-11/+11
2017-07-14leverage tox and pytest to execute unit testSerenaFeng2-4/+9
2017-07-14testapi: bugfix of toxMatthewLi9-4/+13
2017-07-13Merge "leverage testapi's own gitignore"Serena Feng1-0/+4
2017-07-12leverage testapi's own gitignoreSerenaFeng1-0/+4
2017-07-12move resources unit tests to tests/unit/resourcesSerenaFeng12-13/+13
2017-07-05bugfix: hardcoded testapi urlsSerenaFeng6-12/+16
2017-06-28refactor list operationSerenaFeng1-26/+42
2017-06-28bugfix: Exception when the results is emptySerenaFeng1-2/+2
2017-06-27bugfix: pagination crash due to memory limitationSerenaFeng3-19/+54
2017-06-23Merge "Changing urls of testapi api and resources"Serena Feng1-2/+2
2017-06-22Merge "support pagination in TestAPI"Serena Feng6-17/+68
2017-06-20support pagination in TestAPISerenaFeng6-17/+68
2017-06-20make website accessible via testresults.opnfv.org/testSerenaFeng3-12/+12
2017-06-07add filter based on begin&end time of start_dateSerenaFeng2-4/+22
2017-06-06show community resultsSerenaFeng3-198/+29
2017-06-05substitute with testapi imgSerenaFeng4-0/+0
2017-05-21Changing urls of testapi api and resourcesSakala Venkata Krishna Rohit1-2/+2
2017-05-20support cancel operation while signing inSerenaFeng3-2/+11
2017-05-20Merge "add signout funcationality"Serena Feng3-0/+15
2017-05-19bugfix: extra fields are added when push resultsSerenaFeng2-4/+5
2017-05-19add signout funcationalitySerenaFeng3-0/+15
2017-05-18support showing user's specified contents after signinSerenaFeng6-13/+68
2017-05-18add signin web to TestAPISerenaFeng12-8/+136
2017-05-17add missing dist files ignored by .gitignoreSerenaFeng18-0/+10231
2017-05-17refactor static_path to accomodate web portalSerenaFeng38-72/+72
2017-05-17Merge "bugfix: /resources.json and /APIs cannot be accessed"Morgan Richomme2-5/+3
2017-05-16bugfix: /resources.json and /APIs cannot be accessedSerenaFeng2-5/+3
2017-05-12refactor config parser to facilitate adding new configsSerenaFeng3-100/+40
2017-05-12add web portal framework for TestAPISerenaFeng340-1/+85415
2017-05-11clarify schema base on swagger1.2 specificationSerenaFeng1-3/+3
2017-05-11Merge "leverage tornado framework to simply impl of TestAPI"Serena Feng4-35/+37
2017-05-11Merge "correct the import impl of TestAPI"Serena Feng13-53/+55