CHANGES
=======

0.2.1
-----

* Remove unneeded version string from setup.cfg
* Add cli option to subunit2sql to specify run_id
* Add section on the basic data model
* Reorganize the python api documentation
* Flush out the db api documenation
* Add version information
* Fix misspelled words in docs and comments
* Remove unnecessary variable assignment
* Remove openstack-common.conf
* Release subunit2sql 0.2

0.2.0
-----

* Add session objects for get_all* db api calls
* Add migration to populate run_time where needed
* Fix get_duration db api method
* Add db api function to get the latest run
* Add order column to runs table
* Cleanup some extra spaces
* Add sample config files for commands
* Remove unneccesary state_path config option
* Preseed data for migration tests until migration 163fd5aa1380
* Add migration tests with data
* Add manifest file to include base alembic config
* Add subunit2sql-db-manage utility
* Stop using intersphinx
* Add get_failing_from_run db api method
* Switch sample sqlalchemy url to use mysql
* Update pep8 ignore list
* Add new item to the TODO list
* Add basic support for creating a subunit stream from db
* Fix get_test_run_by_run_id() db api method
* Update the documentation
* Bump oslo.config version
* Add a .gitreview file
* Update the TODO file again
* Release subunit2sql-0.1

0.1
---

* Add unit tests for ReadSubunit helper methods
* Add unit tests and fixes for increment_counts
* Make get_duration return the proper type
* Add basic unit tests
* Update requirements files
* Add sphinx docs
* Allow oslo.db config options on the CLI
* Cleanup the readme
* Update project packaging
* Update TODO file
* More pep8 fixes
* Add CLI option to set run artifacts
* Some performance improvements to db updates
* Fix more DB bugs
* Add Test run metadata
* Fix DB bugs found testing with mysql
* Fix typo setting mysql engine
* Add metadata tables and cli args for run meta
* Add support for keeping a moving avg of test run_time
* Update TODO items
* Store counts for runs and tests
* Add a TODO file
* Add total run time to the runs table
* Make DB path work
* Make stream parser work correctly
* flake8 clean checkpoint
* Flesh out more of subunit
* Initial commit
