summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Switch to stestrVu Cong Tuan2018-11-051-0/+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: Ic098f8560599554e0b6bb16ae326d4d30a8a5504
* Add .idea into .gitignorezhubx0072018-08-101-0/+1
| | | | | | Generated by IDE PyCharm Change-Id: Ifc99b34aae581221ae4b8d2533adfc21e91cd291
* do hand-curated authors/changelog filesJohn Dickinson2015-09-041-2/+0
| | | | Change-Id: I1a264c9ce1d137b18a6dc62623a282e4a2fe839c
* Add a tox job for generating docsSteve Martinelli2014-07-241-0/+1
| | | | | | | Add a tox job to make it easier for developers to generate their own docs before submitting a patch. Change-Id: I86dbfc64a9d174697048c254c6d3d042a62350b4
* Updates .gitignoreZhenguo Niu2013-11-281-1/+1
| | | | | | | | | | To ignore swap files from getting into repository currently the implemented ignore is *.swp however vim adds more swap files if these files exists, so improving this with *.sw? Change-Id: I48846345de6838735d2d2e46328698f6a526f397 Closes-Bug: #1255876
* fix(gitignore) : Ignore *.egg filesTheSriram2013-07-241-0/+1
| | | | Change-Id: If52f9570a17230af9636f5337973e506c142b0bc
* Add *.swp into .gitignoreKun Huang2013-06-271-0/+1
| | | | Change-Id: I76c92d82647ac9d042f6c117918feb5820a47678
* Use testr instead of nose.Monty Taylor2013-01-181-0/+2
| | | | | | | | | | | | | | | nose is invasive and can sometimes alter the outcome of a test run. testr, on the other hand, keeps a distinction between running tests and displaying results of the test runs. Additionally, it supports the stock python unittest protocol. Even better, testr supports parallel test running, which makes things faster, and a command "testr run --failing" which will just re-run the latest failing tests (often something one wants to do in iterative dev) Part of blueprint grizzly-testtools Change-Id: I0b3f1bcb5d4ff59c65eb3219b30a9e64f54d70bd
* Add generated files to .gitignore.Monty Taylor2013-01-101-0/+5
| | | | Change-Id: I609b98d3ffe576313d3206925a03b1657d3fbce9
* Add post-tag versioning.Monty Taylor2012-06-261-0/+1
| | | | Change-Id: Id921105dd2fa818cac7c66dc620b266fd5639d72
* Add build_sphinx options.Clark Boylan2012-06-111-0/+1
| | | | | | | | | To better facilitate the building and publishing of sphinx documentation by Jenkins we are moving all openstack projects with sphinx documentation to a common doc tree structure. Documentation goes in project/doc/source and build results go in project/doc/build. Change-Id: Ibe6745cac73817ea06faca77367b4269d5137a24
* Add run_tests.sh script here.Chmouel Boudjnah2012-05-211-0/+1
| | | | - Snatched from python-glanceclient repo.
* Add openstack project infrastructure.Monty Taylor2012-05-161-0/+4
|
* Delete old test_client and add a gitignore.Chmouel Boudjnah2012-05-081-0/+3