summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Switch to stestrVu Cong Tuan2018-07-161-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: I55060b1d99b9a00b20c98fbb429d072568265695
* doc: Create directory structure for docs migrationStephen Finucane2017-07-121-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | The spec [1] recommends the following sections: - install - contributor - configuration - cli - admin - user - reference Only a few of these are useful here: - contributor - cli - user - reference Add these and populate them. [1] specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration Change-Id: I8a9ddcc915f25ebfaa1e994dba6c15883bd2715d
* Add eggs to gitignore listAndrey Kurilin2016-08-181-0/+1
| | | | Change-Id: I41bb26723d8b5cb9abaabc3d417842d875b3cc92
* Add reno for release notes managementSylvain Bauza2015-11-231-0/+3
| | | | | | | Since reno is the new tool for Relnotes, we need to add it to novaclient and provide some Sphinx docs for Liberty and Mitaka. Change-Id: Ie42642a0e0037311cfa14cd8bf6b7041b62a4675
* 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: Ic3e09f8cf0be35c98d89d862d40121a09c7b2498 Closes-Bug: #1255876
* Migrate to pbr.Roman Podolyaka2013-05-191-2/+2
| | | | | | | | | | openstack.common.setup and openstack.common.version are now in the standalone library pbr, so all projects using those two should migrate. Fixes bug 1179007. Change-Id: I7ac1c37f0bf148619dffff8f454db05fc192e471
* Add setuptools_git-*.egg to .gitignoreBrian Waldon2013-04-291-0/+1
| | | | Change-Id: I97128363b13414e9037cf54ffc52a3db405b13a1
* Migrate from nose to testr.Monty Taylor2013-01-291-0/+2
| | | | | | | | Run tests with testr for parallel execution. Part of blueprint grizzly-testtools. Change-Id: I38e8a2df12678002e19264a53bad26e80265c6e4
* gitignore ChangeLog and add to MANIFEST.in.Chmouel Boudjnah2012-08-061-0/+1
| | | | Change-Id: I6dde5a0411f3e814bb34c0936010f1b46a4248a3
* Implement post-tag versioning numbering.Monty Taylor2012-06-261-0/+1
| | | | Change-Id: If886d1ee70420fe52776663ec9cf75bf31d54012
* Merge "Add .tox to .gitignore"Jenkins2012-06-111-0/+1
|\
| * Add .tox to .gitignoreBrian Waldon2012-06-111-0/+1
| | | | | | | | Change-Id: I1502a2ade9e1dadf20428de7fae0f16aa751696b
* | Use openstack-common for AUTHORS generationBrian Waldon2012-06-111-0/+1
|/ | | | | | Also add .mailmap entries for Jake Dahn and James E. Blair Change-Id: I1ec02aa5302922f3db6a3ad457f4f7c6a006ba00
* Accept 1 and 2 as version choicesBrian Waldon2011-12-141-1/+1
| | | | | | | - removes all unused imports - update .gitignore with new venv path Change-Id: I3e8199b72dc83268115133d7c73335ffb6060f9a
* add build, dist, python-novaclient.egg-info to .gitignoreWilliam Wolf2011-09-011-0/+5
|
* Adds run_tests.sh and virtualenv support.Christopher MacGown2011-08-081-0/+1
| | | | | | | | | | | | Basically make it so that a starting dev can run the tests without a priori knowledge about what the tests require. Unless run_tests.sh is run with the -N flag it will create a virtualenv .novaclient-venv, install the dependencies into it, and then run the tests with the venv sourced. Also includes the -p|--pep8 flag from nova's run_tests.sh interface to easily run pep8 against both novaclient and the tests directory. Fix the pep8 violation in tests/v1_1/test_shell.py
* Split everything down the middle into v1_0 and v1_1, including tests.Brian Lamar2011-08-031-1/+4
|
* Improving testsEldar Nugaev2011-05-301-0/+2