Commit Graph

15 Commits

Author SHA1 Message Date
jacky06 c36485c7ce Replace git.openstack.org URLs with opendev.org URLs
Change-Id: Ife085fd9a36d96b00c43ced290c1d761a782d03f
2019-06-10 14:36:33 +00:00
qingszhao 6f82350f02 Add release note link in README
Change-Id: Icd877f47da1da45086f8a7465a6af1f16a4ae040
2018-06-28 00:30:48 +08:00
melissaml 40526cf8dc Update links in README
Change the outdated links to the latest links in README

Change-Id: Ieb896e1ea7a28316ed33874e6f8a9111e5c4756f
2018-02-28 01:30:18 +08:00
ChangBo Guo(gcb) 491d9ca9c4 Update URLs in documents according to document migration
Change-Id: Ia9928446bdacdc3ac9d02a1d004c3f67c01f78a6
2017-07-18 07:32:45 +00:00
Flavio Percoco 268c8be983 Show team and repo badges on README
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.

For more information about this effort, please read this email thread:

http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html

To see an example of how this would look like check:

b'https://gist.github.com/1233407d5bad86e1279515f5a2d3376d\n'

Change-Id: I66c28e403cf5113133c7b618783f5860ea6343a9
2016-11-25 15:24:53 +01:00
Doug Hellmann 748eca9363 clean up readme and doc title
Make the readme and documentation title consistent and descriptive.

Change-Id: I1e1e375272b28ad470d52d91b14e1c8d13e6829d
2015-09-25 14:08:24 +00:00
Steve Martinelli 1542d8c6e7 Cleanup README.rst and setup.cfg
Provide a more complete description in README.rst, which is used
when viewing the library on pypi.

Also standardize the short-description used in setup.cfg.

Change-Id: I72585d8a77e51cd55ca73ae381e89be18600529f
2015-04-04 02:39:46 -04:00
Doug Hellmann 6d06c939d9 Fix the URL for reporting bugs in the README
Change-Id: Icac1508fc3ecf9f2e73fba474efb0d91d2553916
2014-12-02 11:36:17 -05:00
Steve Martinelli 04689e482e Restructure oslotest docs
The bulk of the documentation was coming from README.rst, probably
too much, so I moved it to it's own file under docs.

Change-Id: Iec30feae9c152af7d8b6a1b79670b3f0149d2360
2014-08-25 16:47:14 -04:00
Doug Hellmann e2337acd0a Update cross-test directions
Update the directions for configuring a cross-test job
for users of oslo.test.

Change-Id: Ic0e6261aee63456c2e86aed1927f3ad46c125775
2014-04-11 13:28:24 -07:00
Doug Hellmann faf855314a Fix up documentation files
Fix documentation files so sphinx does not complain about
missing headers or invalid include directives.

Change-Id: Ife520469f62ea048c552b7610b1da5c1bd703d75
2014-03-11 15:53:31 -04:00
Doug Hellmann 9cec897ed1 Add tool to run cross-project tests
Provide a script for the devstack-gate hook to run tests to
ensure that changes in this project do not break unit tests
in consuming projects.

See https://review.openstack.org/#/c/76381 for the script
addition in the gate configuration.

Change-Id: I08d8380183c2128c62fa0ca52306950d8076f3c2
2014-02-27 09:05:04 -08:00
Doug Hellmann 16c319eda8 Rename oslo.test to oslotest
The testing strategy for this library has changed, and so it
will not be installed via devstack like the other oslo libraries.
That means we don't want it in the oslo namespace package,
to avoid issues like bug 1277168.

Change-Id: I3ca1104663d0c89a351f4cc830414b41bb23fa29
2014-02-18 07:17:31 -08:00
Doug Hellmann 40b1d4c690 apply oslo-cookiecutter
Change-Id: I5da6b3ae5769255c27c9e549940a3214f8c53bb4
2014-01-31 15:42:43 -08:00
Doug Hellmann 05dc2d8695 Add packaging and test control files
Need to move the tests back outside of the oslo.test package
because testr complains about importing them from the
wrong place if we don't.

Change-Id: If8e0521dc345f8941f9c7116477549291cf600d2
2014-01-30 13:59:42 -08:00