Commit Graph

9 Commits

Author SHA1 Message Date
wangqi 91bc4baf78 Title overline too short
Change-Id: Ic68f5ebb6bfa32dce0e7ac04480724521c23d5d6
2018-11-07 15:00:29 +00:00
Hangdong Zhang 4ecefa3a0b Update the documentation link for doc migration
Change-Id: I6a127e1194702cf2a158e1bbe6eb6ce6cadac386
2017-07-31 16:54:11 +08:00
Namrata 71249f19f6 Add hacking rule for using assertIsNone instead of assertEqual(None,***)
Change-Id: I03d3a45769a1a7a125d9bb1de94d22f9004d8d41
Partial-Bug: #1608173
2016-09-27 02:35:50 +00:00
Ravi Shekhar Jethani f963039bd7 Python3: Replace basestring by six.string_types
The builtin basestring abstract type was removed in python3,
use str instead, we need to use six.string_types to replace
the basestring for py3 compatibility.

This patch was generated by the following tool using 'basestring'
option.

https://github.com/haypo/sixer
Command:
python sixer.py -w basestring murano/

This also adds a check to murano/hacking/checks.py that should
catch this error in the future.

Blueprint murano-python-3-support

Change-Id: I26c236ce6dd2fffd6a4ca50e55ad62deb01bd9dd
2016-01-18 23:48:37 -08:00
Ravi Shekhar Jethani e633fd004a Python3: Replace dict.itervalues with six.itervalues
This also adds a check to murano/hacking/checks.py that should
catch this error in the future.

Blueprint murano-python-3-support

Change-Id: I50a8b2f98ddbc2819ae180b68468e0a51c13281b
2016-01-18 03:04:23 -08:00
Ravi Shekhar Jethani d99904e38b Python3: Replace dict.iterkeys with six.iterkeys
This also adds a check to murano/hacking/checks.py that should
catch this error in the future.

Blueprint murano-python-3-support

Change-Id: I172e257d0b8a89eff89e35a2f87bb42d769cad62
2016-01-18 10:27:23 +00:00
Ravi Shekhar Jethani 859888d62a Python3: Replace dict.iteritems with six.iteritems
This also adds a check to murano/hacking/checks.py that
should catch this error in the future.

Blueprint murano-python-3-support
Change-Id: Ib8b2b91a40577d18739f0c1bf2c37b7cf4060560
2016-01-15 03:15:23 -08:00
zhurong f3fdae5d0a Add mutable default arguments hacking check
Add mutable default arguments hacking check for murano
The patch was inspired from: I4aa8aede57d6fd31b4b30c3f7535b819e591165d

Change-Id: I9b5d7c1edb96fed6936a27b542f902fe1b579c23
Closes-Bug: #1530041
2015-12-21 17:18:20 +08:00
Ruslan Kamaldinov 3b1cec10be Added developer documentation
* Updated README file
* Updated contrib/devstack/README
* Added documentation for Devstack installation
* Added documentation for manual installation of the API and Engine services
* Added basic contributing guide
* Added extended contributing guide
* Added HACKING.rst to the root of the project
* Added development guidelines
* Sets simple Sphinx theme

Partially implements blueprint: murano-dev-doc-05

Change-Id: Ib7d7b416ccc61667ed96297555db2ef5dca9ae67
2014-04-21 16:32:28 +04:00