aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-10First draft of test cases/sets parsing/import.test-schemaMilo Casagrande
2015-03-10Fix typo.Milo Casagrande
2015-03-10Handle test sets and cases not in a list.Milo Casagrande
2015-03-10Handle case of test cases not in a list.Milo Casagrande
2015-03-10Cover exception when creating object from json.Milo Casagrande
2015-03-10Rework exception messages.Milo Casagrande
2015-03-10Implement test case handler.Milo Casagrande
2015-03-10Update HACKING file.Milo Casagrande
2015-03-10Add tests for test set handler.Milo Casagrande
2015-03-10Add valid keywords for test set.Milo Casagrande
2015-03-10Use new test base handler, implement PUT.Milo Casagrande
2015-03-10Use new test base handler for test suites.Milo Casagrande
2015-03-10Add base handler for test resources.Milo Casagrande
2015-03-10Add hacking isntructions on local deployment.Milo Casagrande
2015-03-10ansible: Fix local deployment.Milo Casagrande
2015-03-10Remove unused celery task, fix pylint error.Milo Casagrande
2015-03-09Add test set handler.Milo Casagrande
* Implement POST and DELETE. * Add tests.
2015-03-09Clean up test suite handler.Milo Casagrande
2015-03-09doc: Add first draft of test suite resource API.Milo Casagrande
2015-03-09Add test case model and tests.Milo Casagrande
2015-03-09Fix test suite constructor.Milo Casagrande
2015-03-09Fix pylint error.Milo Casagrande
2015-03-09Add test set model and its tests.Milo Casagrande
2015-03-09Make the API return a correct answer.Milo Casagrande
2015-03-09Fix pylint error.Milo Casagrande
2015-03-09Add more tests to response handler class.Milo Casagrande
2015-03-09Remove references to subscription handlers.Milo Casagrande
* We do not use nor plan to implement the subscription mechanism, at least for now.
2015-03-06Complete test suite handler.Milo Casagrande
* More work is still necessary to implement the test sets and test cases import logic. * Add tests.
2015-03-06Add necessary test keywords.Milo Casagrande
2015-03-06Another trivia change: pylint error.Milo Casagrande
2015-03-06Fix corner case in validator logic.Milo Casagrande
2015-03-06Add test suite URL rule and handler tests.Milo Casagrande
2015-03-06Add TestSuiteHandler.Milo Casagrande
* Add first work for the test suite request handler.
2015-03-06Trivia change.Milo Casagrande
2015-03-06Define test suite valid keys and token validation.Milo Casagrande
2015-03-06Add support for extra messages in the response.Milo Casagrande
* Add a new messages field in the HandlerResponse object to store extra messages.
2015-03-06Silence pylint warnings.Milo Casagrande
2015-03-06Remove not needed tests function.Milo Casagrande
2015-03-06Add model and tests for test suite.Milo Casagrande
2015-03-06doc: Update measurement schema and json files.Milo Casagrande
2015-03-05doc: Fix typo in measurement schema.Milo Casagrande
2015-03-05Fix line >80.Milo Casagrande
2015-03-05Add logic for test lab token.Milo Casagrande
2015-03-05doc: Update boot schema.Milo Casagrande
2015-03-05doc: Add time to measurement schema.Milo Casagrande
2015-03-05ansible: Add tags to exclude apt commands.Milo Casagrande
2015-03-04doc: Add kvm guest field to test case schema.Milo Casagrande
2015-03-04doc: Update test schema definitions.Milo Casagrande
2015-03-04doc: Add new schema references.Milo Casagrande
2015-03-04doc: Add new schemas and update test ones.Milo Casagrande