4 Commits

Author SHA1 Message Date
Matthew Treinish
d43c12d1e1 Add basic support for creating a subunit stream from db
This adds a new command, sql2subunit, to take a run_id and create a
subunit stream from all the data in the db around that run_id.

Change-Id: Id1f95da71f3d4ca8469e985ee904e91fb4acb247
2014-08-12 23:18:18 -04:00
Matthew Treinish
a08a7afa81 Update the documentation
This commit updates the documentation for subunit2sql. It adds details
to the README around running setting up the DB and running subunit2sql.
Also, the db api autodoc usage is corrected so that it properly
generates the documentation. Finally, the sphinx theme is switched to
oslosphinx to have consistent style with the documentation for the
other OpenStack projects.

Related-Bug: #1348202
Change-Id: Icf148dee19bb888b551e60a396f87f6c09553e09
2014-07-27 13:15:12 -04:00
Matthew Treinish
82db3dfdb5 Cleanup the readme
This commit makes some minor cleanups to the readme file.
2014-06-24 16:00:13 -04:00
Matthew Treinish
9d86270fac Initial commit
This just adds the basic framework for all the various pieces. The
schema will be built using alembic. Everything else is untested.
2014-06-12 23:59:00 -04:00