summaryrefslogtreecommitdiff
path: root/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* Replace git.openstack.org URLs with opendev.org URLsjacky062019-06-101-4/+4
| | | | Change-Id: Ife085fd9a36d96b00c43ced290c1d761a782d03f
* Add release note link in READMEqingszhao2018-06-281-0/+1
| | | | Change-Id: Icd877f47da1da45086f8a7465a6af1f16a4ae040
* Update links in READMEmelissaml2018-02-281-2/+2
| | | | | | Change the outdated links to the latest links in README Change-Id: Ieb896e1ea7a28316ed33874e6f8a9111e5c4756f
* Update URLs in documents according to document migration2.17.0ChangBo Guo(gcb)2017-07-181-3/+3
| | | | Change-Id: Ia9928446bdacdc3ac9d02a1d004c3f67c01f78a6
* Show team and repo badges on READMEFlavio Percoco2016-11-251-0/+9
| | | | | | | | | | | | | | | | 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
* clean up readme and doc titleDoug Hellmann2015-09-251-3/+3
| | | | | | Make the readme and documentation title consistent and descriptive. Change-Id: I1e1e375272b28ad470d52d91b14e1c8d13e6829d
* Cleanup README.rst and setup.cfgSteve Martinelli2015-04-041-1/+2
| | | | | | | | | 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
* Fix the URL for reporting bugs in the READMEDoug Hellmann2014-12-021-1/+1
| | | | Change-Id: Icac1508fc3ecf9f2e73fba474efb0d91d2553916
* Restructure oslotest docsSteve Martinelli2014-08-251-27/+3
| | | | | | | 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
* Update cross-test directionsDoug Hellmann2014-04-111-50/+6
| | | | | | | Update the directions for configuring a cross-test job for users of oslo.test. Change-Id: Ic0e6261aee63456c2e86aed1927f3ad46c125775
* Fix up documentation filesDoug Hellmann2014-03-111-1/+29
| | | | | | | Fix documentation files so sphinx does not complain about missing headers or invalid include directives. Change-Id: Ife520469f62ea048c552b7610b1da5c1bd703d75
* Add tool to run cross-project testsDoug Hellmann2014-02-271-4/+41
| | | | | | | | | | | 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
* Rename oslo.test to oslotest0.1Doug Hellmann2014-02-181-4/+4
| | | | | | | | | 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
* apply oslo-cookiecutterDoug Hellmann2014-01-311-3/+12
| | | | Change-Id: I5da6b3ae5769255c27c9e549940a3214f8c53bb4
* Add packaging and test control filesDoug Hellmann2014-01-301-0/+4
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