18 Commits

Author SHA1 Message Date
Sean McGinnis
258586fb18 Update pylint to work with python 3
The pylint job was switched over to run under python 3, but
the job is not voting and it was apparently missed that the
conversion was causing it to fail.

This updates the version of pylint to one that is actually
supported by python 3 and makes tweaks to our script to
for the minor changes between versions.

Single character change to get rid of the more strict py3
regex string escape character format.

Change-Id: I93124b62c5ee177815457b32f55f5453fc3d387e
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2018-07-23 14:05:13 -05:00
liuyamin
4536b2fb9f Switch from ostestr to stestr
os-testr has moved over to use stestr instead of testr. This change
updates the tox.ini file to call stestr directly instead of going
through ostestr and remove testrepository from test-requirements.txt.

Change-Id: I31fa5fefd610ec783471e15992675bd39ff0ebc4
2018-07-20 08:17:43 -05:00
Sean McGinnis
423db4b32c Add reno for release notes management
Adopt reno for release notes like we have done for cinder.
One difference for the client is we will not be backporting
to Liberty per recommendation here [1].

[1] http://lists.openstack.org/pipermail/openstack-dev/2015-November/080694.html

Change-Id: Icb2520cfa249d104674eb42b5ac93a50a6ce34b4
2015-12-13 19:56:41 -06:00
Michal Dulko
5622afa5a4 Add covhtml to gitignore
When creating code coverage report using "./run_tests.sh -c" command
a covhtml directory with results is created. This commit adds it to
the .gitignore file.

Change-Id: I55595d6983c932e6dae0520d70bd90d4973eeb6f
2015-03-19 15:20:17 +01:00
Eric Harney
d202875661 Don't git ignore .mailmap and .testr.conf
These should have been whitelisted in the prior
gitignore change.

Change-Id: I21dce6256991c773f7a167f8e15499763db5eb3c
2014-10-09 15:22:49 -04:00
Eric Harney
e76f06b83a gitignore /.*
Ignore all dotfiles in the base dir of the tree except for
.gitignore.

This should solve the "ignore my IDE's files" problem in a
general way.

Change-Id: I689220b303d24c65c5fe9523eadc8ad48a93737f
2014-10-08 17:00:51 -04:00
John Griffith
41f5835475 Add swap and it's variants to gitignore
^^  Nuf said

Change-Id: I5d62cf5fb09a997923acbe4d847da7d171b3ce3f
2014-10-01 14:34:13 -06:00
Steve Martinelli
a4f290374a Add a tox job for generating docs
Add a tox job to make it easier for developers to generate their
own docs before submitting a patch.

Change-Id: Icbfd5ee5556a9c344ebe9ca7f4b579a87ad2d01b
2014-07-24 17:24:04 -04:00
Jenkins
2d155ecb07 Merge "Updates .gitignore" 2014-01-07 09:31:34 +00:00
Sushil Kumar
2e1d92bd6d Updates .gitignore for environment files
Adding ignore for Eclipse IDE environment files
These files .project and .pydevproject should be
ignored while pushing to repositories.

Change-Id: I44dbdaae71c3ed37c11122f1795d36c401dd431a
Closes-Bug: #1256043
2013-12-23 20:21:11 +00:00
Sushil Kumar
420a8fdcea Updates .gitignore
Remove files we don't generate in the sources.

Closes-Bug: #1256043

Closes-Bug: #1257279

Change-Id: I18552182958448baa040c988b02affc231cbf62b
2013-12-18 09:28:47 +00:00
Zhenguo Niu
8fc5ae480e Ignore swap files generated during file edting by vim
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: I11965d5fb22aeae622dad8bb29cf1f0533ed439a
Closes-Bug: #1255876
2013-12-04 09:39:50 +08:00
Monty Taylor
02eb985124 Move from nose to testr.
Granted - this takes the test suite from 3 seconds to 1 second... but there
are a bunch of other ways (correctness) that testr is better than nose.

Removed tests/v1/utils - it was not being used anywhere.

Part of blueprint grizzly-testtools.

Change-Id: I54d9a0b7dc22305ec60d779d6f19025a0b5dc785
2013-01-17 14:42:52 -05:00
Monty Taylor
5adf791360 Align cinderclient version code.
Change-Id: I81d6a279a52656720626357a1c4ca8bb382ef1f8
2012-11-30 14:05:54 -08:00
Dean Troyer
c20d7d902e Add python_cinderclient.egg-info to .gitignore
Change-Id: I24a7a5f423e99a9b6839b5f3a1b1fbf05297dc53
2012-10-23 15:39:12 -05:00
Monty Taylor
55464f7821 Add post-tag versioning.
Change-Id: I527accfa7352ececaabad1213cf2c0b2ef115930
2012-06-25 12:08:55 -05:00
Bhuvan Arumugam
314fa34b75 Auto generate AUTHORS file for python-cinderclient component.
Bug: 976267

Now that git commits are gated by CLA, we shouldn't enforce
committers to add an entry in AUTHORS file. The AUTHORS file
should be generated automatically, based on git commits.

This commit fixes the problem.

* AUTHORS
  Remove this file.

* .gitignore
  Add AUTHORS file.

* cinderclient/shell.py
  pep8 fix.

Change-Id: I4e3c4524fc71a11f11b48fcb6abb99e6c7f33e90
2012-06-02 00:06:01 -07:00
Jenkins
471704df64 Initial split from python-novaclient. 2012-05-21 16:32:35 -04:00