summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Merge "gitignore: Add reno artefacts"Zuul2020-02-171-0/+2
|\
| * gitignore: Add reno artefactsStephen Finucane2019-12-181-0/+2
| | | | | | | | | | | | | | pbr has generated these for some time. Change-Id: I93ff365c90b5ca953937311f69650e89adc65935 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
* | Ignore releasenote artifacts files.Hervé Beraud2020-02-071-0/+2
|/ | | | Change-Id: I4245e31483865766c20443a79165f7d98bb5348a
* Fix deprecation warnings under py36Sean McGinnis2019-04-111-0/+1
| | | | | | | | | | | | | | | | | This addresses two sources of deprecation warnings. The collections package has moved ABC classes under collections.abc. Six does not support this move yet, so this updates the code to try to import from the newer locations, and if that fails, import from the old location. Py36 is also more strict about escape sequences in strings. This happens move often with regex strings that are valid regex but not a valid normal string escape sequence. This addresses those errors by switching to raw strings. Change-Id: I4c61df6b6432b135297f38c02b4538e4ba56be51 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* 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: I8ba491deac8de5d9f2a8ceefba64c0c6a73f92d1
* Switch to stestrVu Cong Tuan2018-07-131-1/+1
| | | | | | | | | | According to Openstack summit session [1], stestr is maintained project to which all Openstack projects should migrate. Let's switch to stestr as other projects have already moved to it. [1] https://etherpad.openstack.org/p/YVR-python-pti Change-Id: Ifd51e726de277d33ff61db47110bf8b5563fcda7
* rearrange content to fit the new standard layout4.24.0Dong Ma2017-07-011-1/+1
| | | | | Change-Id: Idaa0dde5e4fd14213ae1611560897a27e9f72514 Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454
* Autogenerate the module docsBrant Knudson2015-09-241-0/+1
| | | | | | | | | | The module docs were out of date (sqlalchemy.enginefacade was missing). Rather than try to keep this up to date by hand, autogenerate the module docs. Change-Id: I9b36cc635c1c0af9a61b5da20205f5628aec97e7
* Clean up documentationDoug Hellmann2014-09-041-1/+0
| | | | | | | | | | | | | | | | | Switch to manually generated rst files for the API documentation so we do not expose private parts of the library. Fix formatting of usage.rst Convert bullet list to section headers to fix rendering issues and make the docs more readable. Fix formatting of docstrings in classes exposed in the docs to eliminate warnings/errors from Sphinx. Add history.rst Change-Id: I6f500775f801558f7c0c29f180b60f83a7150e02
* Ignore oslo.db.egg-infoBrant Knudson2014-05-191-0/+1
| | | | | | This file is generated when the tests are run with tox. Change-Id: Iffad0c62343abb83fef87814ac3771ee51c8f664
* Remove obsolete entries from .gitignoreAndreas Jaeger2014-05-061-4/+0
| | | | | | These entries are not needed anymore, remove them. Change-Id: Icfca80a08f4891476087143fb18827adb84fbe57
* Remove requirements.txt from .gitignoreVictor Sergeyev2014-03-061-1/+0
| | | | | | | There is no reason to keep requirements.txt ignored by get, so we should remove it from .gitignore Change-Id: I30852f8281d608c5f7c48217c21c3099b9b0fd0e
* Add etc/openstack.conf.sample to .gitignoreJoe Gordon2014-02-111-0/+1
| | | | | | | etc/openstack.conf.sample is generated when running the unit tests, so add it ti .gitignore Change-Id: Iee41f9f433c3cbe55a832a319564dfb90eec99b7
* Add eclipse project files to .gitignoreLuis A. Garcia2013-07-181-0/+2
| | | | | | | Like some of the other projects (nova, heat) ignore eclipse project files, for those people that work with eclipse (yuck :) Change-Id: Ifbb5762b6e16b315f4066ceff35e85d2ac6f990f
* Add .testrepository to .gitignoreChuck Short2013-07-121-0/+1
| | | | | | | Add .testrepository to .gitignore Change-Id: I9c9eaace4fd5d42786cf73d93bfdf525a24af8ff Signed-off-by: Chuck Short <chuck.short@canonical.com>
* Ignore backup files in .gitignoreAlessio Ababilov2013-05-221-1/+2
| | | | Change-Id: I71af28ec8e75f321961826e2653fee9b99a87c1c
* Add join_consumer_pool() to RPC connectionsDoug Hellmann2013-02-131-0/+1
| | | | | | | | | | | | | | | blueprint move-listener-framework-oslo bug 1047015 bug 1111632 Ceilometer and Quantum use private methods of the RPC connection object to configure themselves to listen to a queue shared among a group of workers. This change adds a public method to the RPC connection to support this use case, without resorting to using private API calls. Change-Id: I3a89f1dfdcf8accca70cf305f7a31315bea093d8 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* updating sphinx documentationJoe Heck2012-11-111-0/+1
| | | | | | | | | | * adding openstack theming (copied from keystone project theme) * updating .gitignore to ignore generated API docs * updated formatting in index.rst page * updaed openstack/common/processutils.py to match hacking docstring * updated docstrings to resolve sphinx warnings Change-Id: Ie89afe20eeab1efd2daf440fc65ccdf90f723c51
* .gitignore updates for generated filesDoug Hellmann2012-09-281-1/+5
| | | | | | | Ignore files created by packaging, builds, etc. Change-Id: I9c1eed8c9791548b46e1532b345d80f3d84d4890 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* Updated tox config for multi-python testing.Monty Taylor2012-02-061-0/+4
| | | | Change-Id: Ib1f768c6783db0e63cb51dfc767ae5a31a295c76
* ignore cover's html directoryJason Kölker2011-11-301-0/+1
|
* Rajaram/Vinkesh|increased tests for Request and Response serializersRajaram Mallya2011-09-141-0/+1
|
* Rajaram/Vinkesh|Added nova's serializaiton classes into commonRajaram Mallya2011-09-071-0/+6
|
* Initial skeleton projectJay Pipes2011-07-261-0/+2