summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Move doc related modules to doc/requirements.txtcaoyuan2019-07-061-0/+2
| | | | Change-Id: I2f12fb5058984c1fc6beda4d13f934dd9b218218
* Clean up .gitignore references to personal toolsZhongShengping2018-10-151-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | Developers run all sorts of different tools within Git repositories, any of which can leave their own special trashfiles all over the place. We can't every hope to catalog them all, so better to recommend developers simply configure a global core.excludesfile to filter the irrelevant files which tend to get created by their personal choice of tools. To this end, remove the long-standing sections for "Mr Developer" and "Editors" since their mere existence here sends the signal that we welcome (and have time to review) additions for any old tool someone ever might happen to try. Also add a comment block explaining this, for clarity. We can, and should of course, continue to list files created by the tools recommended by our workflow (test frameworks called from tox, documentation and packaging builds, et cetera). This change is a port of I1b41efac219fca44e2548fc36633724d0ecfc0cb from the openstack-dev/oslo-cookiecutter repository. Change-Id: I3eeb6157ed79e2b75e14e8e94fcfe40c4bf7ff42
* Fix requirements and convert to stestrLance Bragstad2018-07-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | This commit fixes two issues that are currently blocking the gate. The first is that it bumps the Sphinx requirement to be within acceptable constraints. The second is that it converts oslo.policy to use stestr instead of testr. This is all being done in one patch because proposing them individually causes deadlock (the patch to bump the sphinx requirement fails because we're still using testr and the patch to convert to stestr fails the requirements-check job). The following explains the reasoning behind the stestr change. With the upgrade to oslotest 3.6.0 [0], testr no longer works [1]. This is because oslotest no longer requires testr and we don't depend on it directly in oslo.policy. [0] https://github.com/openstack/requirements/commit/d5a3c58f7195517a6083032e41b702c2a0aca431 [1] https://github.com/openstack/oslotest/commit/897823fbd61ae9ba015af38e9fed5a5728de64c2 Change-Id: I6dac4c8e7b39c9b80cc8f3728763e8d783c9e940
* move existing documentation into new standard layoutDoug Hellmann2017-06-281-1/+1
| | | | | Change-Id: Iaefc26222d42663423f736946dea97c5613b7d1c Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* Add reno for release notes managementKirill Bespalov2016-05-201-0/+3
| | | | | | | An initial patch to add reno and create a base directory for release notes Change-Id: If7aeb47ca244cfe03a34b8b8a80f0075de5f4b02
* Fix coverage configuration and executionRonald Bradford2015-10-011-1/+1
| | | | | | | | A number of configuration errors prevent the successful creation of code coverage. This corrects the .coveragerc source/omit setup and the tox package name generation. Change-Id: Ib0a14b9a05c61ce154f8e24178fc3574e422ccc8
* Update .gitignoreBrant Knudson2015-02-041-45/+17
| | | | | | | The .gitignore was regenerated starting from the version in oslo-incubator, which is where oslo.policy came from. Change-Id: I4c9518d4d1efbf3506dc6f7a9de17b221f844b55
* Fix testsBrant Knudson2015-01-201-1/+0
| | | | | | | | | | | | | Test files from tests/var weren't included in the new repo so the tests would fail with an exception due to missing files. To fix this the files are copied from oslo-incubator. Also, Python 3 requires absolute imports so this was fixed in oslo_policy.policy. The imports were out of order so the pep8 tests failed. Change-Id: I1ee6c2aed9565e5472306bc715ac42b74de6c39f
* exported from oslo-incubator by graduate.shRodrigo Duarte Sousa2014-12-091-0/+51