Commit Graph

5 Commits

Author SHA1 Message Date
Masayuki Igawa 92e8359d66
Switch to use stestr completely
This commit adds .stestr to .gitignore and remove os-testr from
test-requirements.txt to switch to use stestr completely. We actually
already switched in the previous commit[1]. And now, we can switch
completely.

One thing - .testrepository is still remaining in .gitignore. This
directory can be still remaining in the most of user environments. So
that, to avoid the confusion, '.testrepository' should be still there
for a moment.

[1] I39f5db8f77de027c18917215c761dca69d8cbea0

Change-Id: I9530af1a91ae20dca24a699fbf04893102570f09
2017-10-25 15:55:10 +09:00
Matthew Treinish 9b0e9d2068
Add reno release notes to subunit2sql
This commit adds support for using reno to generate the subunit2sql
release notes. This will make it much easier to keep up-to-date
and accurate release notes. Also doing it in tree will make the
notes reviewable which will help with that too.

Change-Id: I75502185a666945721dd84e4710e798962e612ee
2015-11-20 18:59:18 -05:00
Matthew Treinish f1b08f61a2 Add sample config files for commands
This commit adds a sample config file for each of the current 3
commands in subunit2sql. The files contain the current list of options
which can potentially be set in  a config file when using the command.
However for some of the arguments it doesn't make any sense to use them
outside of the cli.

The sample config files can be generated using the oslo-config-generator
utility with the config files added in the config-generator dir.

Change-Id: Ie578f99f27553e14fca4153a9ac5b5aa1c7eb49e
2014-10-06 20:29:49 +00:00
Matthew Treinish b3637c3b1b Update project packaging
This commit makes some updates to the project packaging as well as
adding a couple more short term TODOs to the list.
2014-06-24 15:50:36 -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