subunit2sql/TODO.rst
Matthew Treinish b66075e66f
Update and fix some minor issues with docs
This commit updates the documentation to add some missing details,
bring the release notes and todo list up to date, and add a section
to the subunit2sql-graph docs for the dailycount graph type.
Additionally, some minor issues are corrected, like missing links
to the subunit and testrepository documentation, man page generation
from the sphinx builds, and internal links between sections.

Change-Id: I88937db88b830d7955079c7c44009a5358b65270
2015-07-17 10:58:46 -04:00

767 B

Work Items for Subunit2SQL

Short Term

  • Add attachments support to the sql2subunit utility
  • Enable sqlite support for the data migrations to enable using sqlite as a database backend
  • Add more unit tests
    • DB API unit tests
    • write_subunit module
  • Flesh out query side of DB API to make it useful for building additional tooling.
  • Investigate dropping oslo.db from requirements to enable using other config/cli tooling
  • Maybe use raw SQL queries instead of the ORM where it makes sense
  • Improve documentation
    • More usage examples

Longer Term

  • Add some statistics functions on top of the DB api to perform analysis
  • Add a subunit2sql repository type to the testrepository project