summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/common
AgeCommit message (Expand)AuthorFilesLines
2018-04-12Allow update the other field(exclude name)thuva41-5/+7
2018-03-18Add submitter check for testcasethuva41-3/+9
2018-03-07add too long line check in pep8SerenaFeng1-8/+14
2018-03-01Merge "Prevent to delete the pods"Serena Feng1-6/+15
2018-03-01Prevent to delete the podsthuva41-6/+15
2018-02-27Merge "remove deprecated upload-related codes"Serena Feng2-5/+0
2018-02-26remove deprecated upload-related codesSerenaFeng2-5/+0
2018-02-22prevent the delete/update for projectsthuva42-0/+18
2018-01-29owner to creatorthuva41-1/+1
2018-01-09Design the scenario create methodSerenaFeng1-1/+1
2018-01-04Merge "leverage query_by_name decorator to simplify name querying"Serena Feng1-0/+14
2018-01-02leverage query_by_name decorator to simplify name queryingSerenaFeng1-0/+14
2017-12-25Merge "Implement the CRUD operations for Test cases"Serena Feng1-1/+1
2017-12-23Implement the CRUD operations for Test casesthuva41-1/+1
2017-12-06remove useless print snippetSerenaFeng1-1/+0
2017-12-02redesign the pods interfacethuva41-3/+3
2017-11-22showing the response message in the pods pagethuva41-1/+1
2017-11-16Update and Delete functionalities for projectsthuva41-2/+9
2017-11-14Create functionality and e2e tests for projectthuva42-1/+11
2017-10-27bugfix: E722 do not use bare exceptSerenaFeng1-1/+1
2017-10-23Merge "allow authentication to be disabled"Serena Feng1-1/+2
2017-10-20allow authentication to be disabledSerenaFeng1-1/+2
2017-10-20criteria field must be 'PASS/FAIL'SerenaFeng2-0/+17
2017-09-12leverage LFID authentication to pod creationSerenaFeng2-0/+25
2017-09-12leverage token_check only when posting resultsSerenaFeng1-5/+2
2017-09-11add case-insensitive for find pods querythuva41-1/+7
2017-09-06hide cas ticket from web portalSerenaFeng2-36/+0
2017-09-05Merge "bugfix: leverage data_files to stop hacking setup.py"Serena Feng1-4/+0
2017-09-05bugfix: container start failed due to config_file set to NonetypeSerenaFeng1-1/+1
2017-09-04bugfix: leverage data_files to stop hacking setup.pySerenaFeng1-4/+0
2017-09-04improve: discard venv support for official productSerenaFeng1-13/+2
2017-08-31leverage LFID as AuthenticationSerenaFeng2-0/+40
2017-08-21update projects in scenarioSerenaFeng1-0/+4
2017-07-21separate db methods from handler.pySerenaFeng1-5/+6
2017-07-20decouple the mutual-dependence of config.py and server.pySerenaFeng1-9/+27
2017-07-20role based access control and result uploadgrakiss1-0/+4
2017-06-20support pagination in TestAPISerenaFeng1-0/+5
2017-05-19bugfix: extra fields are added when push resultsSerenaFeng1-3/+3
2017-05-17refactor static_path to accomodate web portalSerenaFeng1-0/+4
2017-05-12refactor config parser to facilitate adding new configsSerenaFeng1-71/+29
2017-05-10correct the import impl of TestAPISerenaFeng1-2/+4
2017-04-09unify data existence checkSerenaFeng1-0/+111
2017-04-06unify error message in TestAPISerenaFeng2-0/+54
2017-03-30unify raise exception processSerenaFeng1-0/+31
2017-03-30replace self-defined http codes with standard definitionsSerenaFeng1-16/+0
2017-03-23start TestAPI in venv with no config-fileSerenaFeng1-2/+7
2017-02-27Use new-style classes which inherit from object in TestAPISerenaFeng1-1/+1
2017-02-24add unittest of config.pySerenaFeng1-17/+7
2017-02-21Add token based authentication for post/update/deleterohitsakala2-0/+6
2017-02-21fix violation of import rule in TestAPISerenaFeng1-5/+3