summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge "Fix parameters of assertEqual are misplaced"3.9.0Jenkins2016-08-162-16/+16
|\
| * Fix parameters of assertEqual are misplacedyanheven2016-07-232-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | Many assertEqual sentences don't follow assertEqual(expected, actual), These misplaces have 2 impacts: 1, giving confusing messages when some tests failed. 2, mislead other developers, new test modules may follow these wrong pattern. This patch fix all of them. Change-Id: I33b5b59fda524d88386072d2058c4770a948db6f Closes-Bug: #1604213
* | Updated from global requirementsOpenStack Proposal Bot2016-08-041-1/+1
|/ | | | Change-Id: I6d203e451ec3dc43f908314b091b9d7887077914
* Updated from global requirements3.8.0OpenStack Proposal Bot2016-07-091-1/+1
| | | | Change-Id: Ic5c49ae66607222bb0f933d251112bf76ee7acbc
* Merge "Don't include openstack/common in flake8 exclude list"Jenkins2016-06-291-1/+1
|\
| * Don't include openstack/common in flake8 exclude listChangBo Guo(gcb)2016-06-291-1/+1
| | | | | | | | | | | | | | | | The directory openstack/common was used to keep codes from oslo-incubator, we have retired oslo-incubator, so don't use this directory any more. Change-Id: Ic9e9c86afe95b8986d138c9be87768d8579bd4f4
* | Updated from global requirementsOpenStack Proposal Bot2016-06-211-1/+1
|/ | | | Change-Id: If0e7b936a012425ad9954a39b6ac013508187e6e
* Imported Translations from Zanata3.7.0OpenStack Proposal Bot2016-06-0411-66/+43
| | | | | | | For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I78d7939fc32332b6b704eec43c5b2ae1c945af30
* Updated from global requirementsOpenStack Proposal Bot2016-06-032-3/+3
| | | | Change-Id: I997d22a713f48130b2dfce55b8d08bcdc9ca8b26
* Updated from global requirements3.6.0OpenStack Proposal Bot2016-04-131-1/+1
| | | | Change-Id: Ie0ac17b69f33524fa8c0ed6589bb3ae5db543739
* Updated from global requirementsOpenStack Proposal Bot2016-04-071-1/+1
| | | | Change-Id: I0b3b180ebf42486467168351c540b1a961dfe0e7
* Better isolate tests and fixtures from environmentJoshua Harlow2016-03-242-5/+8
| | | | | | | | Remove a duplicate monkey patch as well as ensure that the environment the test is running in does not influence the test results (especially in regard to locale settings). Change-Id: I2451240148bb329e0ff9aa01f279bde9711e599f
* Updated from global requirementsOpenStack Proposal Bot2016-02-261-1/+1
| | | | Change-Id: I377d5e09121cd4abbb35d2cebd7f310a32627fda
* Imported Translations from Zanata3.4.0OpenStack Proposal Bot2016-02-211-0/+18
| | | | | | | For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I58f5c1932ade80a7c39ed91db3160a2d7170168a
* Update translation setup3.3.0Akihiro Motoki2016-01-3113-14/+14
| | | | | | | | | | | | | | | | Follow new infra setup for translations, see spec http://specs.openstack.org/openstack-infra/infra-specs/specs/translation_setup.html for full details. This basically renames oslo.i18n/locale/oslo.i18n.pot to oslo_i18n/locale/oslo_i18n.pot. For this we need to update setup.cfg. Update also domain name in _i18n.py. Update unit test to adapt to domain name change. Change-Id: Ie016591a38dc0a83aadde501f882ee7849fa0c4f
* Updated from global requirementsOpenStack Proposal Bot2016-01-261-1/+1
| | | | Change-Id: I6dcd76a9b3823184162735a4e1ef668d6cbcc7d8
* Merge "Updated from global requirements"Jenkins2016-01-182-6/+6
|\
| * Updated from global requirementsOpenStack Proposal Bot2016-01-162-6/+6
| | | | | | | | Change-Id: Ic22556defbad71d2cc67c39e925e8c01afe37dbc
* | Imported Translations from ZanataOpenStack Proposal Bot2016-01-1710-152/+92
|/ | | | | | | For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I29e4b66751c1a78a655adb5b3a0559c3fb698ee6
* Updated from global requirements3.2.0OpenStack Proposal Bot2016-01-061-1/+1
| | | | Change-Id: I2acb86a59a8ec9b4f14afff7a125d23a6da3c0c9
* add versionadded designations to newer functionsDoug Hellmann2015-12-281-0/+4
| | | | | | | The base patch for this one adds a note to the guidelines. This patch adds similar information to the API reference. Change-Id: I6e21db2dd571aab3d33a97d93d989f986517d802
* doc: contextual/plural translation requires oslo.i18n >=2.1.0ChangBo Guo(gcb)2015-12-232-0/+5
| | | | | | | | We introduced contextual/plural translation in version 2.1.0, so declare this in documentation to avoid AttributeError. Change-Id: Iadc24d19e2a2b799a5009a806ee7c64867b1d554 Related-Bug: #1525992
* Trival: Remove 'MANIFEST.in'ChangBo Guo(gcb)2015-12-051-6/+0
| | | | | | | Everything in this file is automatically generated by pbr. There appears to be no good reason to keep it around. Change-Id: I7df908cfd02bbe0978ecf4ee41cf4d2546436e37
* Merge "Remove Python 2.6 workround for logging"3.1.0Jenkins2015-12-012-16/+0
|\
| * Remove Python 2.6 workround for loggingChangBo Guo(gcb)2015-11-272-16/+0
| | | | | | | | | | | | | | | | You can find why we add it in [1], we don't support Python 2.6 any more, so we can remove the workaround now. [1] https://review.openstack.org/#/c/56093/8/openstack/common/gettextutils.py Change-Id: I5b67e3fcadbdd38f6e92e79f6549af5bafec29e4
* | Merge "Add missing blank in usage.rst"Jenkins2015-11-290-0/+0
|\ \
| * | Add missing blank in usage.rstBo Chi2015-11-271-1/+1
| |/ | | | | | | Change-Id: Ib470a5d94e0e1c473cafb8eb86ffa964fef5eaa4
* | [doc] Update _i18n.py example to pass pep8Akihiro Motoki2015-11-281-1/+2
|/ | | | | | | It would be nice if the _i18n.py example can be copy-and-paste to myapp/_i18n.py without pep8 errors. Change-Id: I9ff4174ba1cac56c8b20ba572757fb54baa1e9bb
* Drop python 2.6 supportChangBo Guo(gcb)2015-11-232-4/+2
| | | | Change-Id: Ibd2c83ad19ff9890a9baef7926a1d32fea156ecc
* Updated from global requirements3.0.0OpenStack Proposal Bot2015-11-191-2/+2
| | | | Change-Id: Ie4d0c752820b0b97359d4c3c4a8e4d0136a8fa2c
* Merge "Remove python 2.6 classifier"Jenkins2015-11-171-1/+0
|\
| * Remove python 2.6 classifierChangBo Guo(gcb)2015-11-171-1/+0
| | | | | | | | Change-Id: I437b75517e4e156ed8e5e078a618060894615a88
* | Merge "Remove python 2.6 and cleanup tox.ini"Jenkins2015-11-171-12/+2
|\ \ | |/
| * Remove python 2.6 and cleanup tox.iniDavanum Srinivas2015-11-161-12/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove support for python 2.6 * Remove skipsdist : Needs to be set only if sdist is expensive * Remove usedevelop : only needed when skipsdist is set to True * Remove install_command : We can just use the default, we don't need to override * Remove setenv : We can just use the default as we don't need any extra environment variables * Remove requirements.txt from deps, as this is already added automatically Change-Id: I0441d771f554c86f3069bf62999c41f9b3ced99d
* | Improved integration module documentationRonald Bradford2015-11-111-29/+42
|/ | | | | | | | | | . Updated example to define DOMAIN and get_available_languages() as seen in several projects. . Ensured myapp is consistent in various examples. . Emphasized note on private naming implementation. . Updated example to show get_available_languages(). Change-Id: I2f925a7631677aa0534de668a617458febf0bb08
* Updated from global requirementsOpenStack Proposal Bot2015-10-231-1/+1
| | | | Change-Id: Ie309ea7c91b7b9f62bed6cafdf22eefa06e583b9
* Imported Translations from ZanataOpenStack Proposal Bot2015-10-2313-112/+27
| | | | | | | For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I436efa0d61ca13b333077be77f211ad010a6883e
* Merge "Added the home-page value with Oslo wiki"Jenkins2015-10-221-1/+1
|\
| * Added the home-page value with Oslo wikivenkatamahesh2015-09-201-1/+1
| | | | | | | | | | | | | | | | The current value of home-page which is launchpad url is not appropriate, so it is changed to Oslo wiki page Change-Id: I1190cc519faa5538b751c33f966231081fa02cca
* | Merge "Fix coverage configuration and execution"2.7.0Jenkins2015-10-092-3/+4
|\ \
| * | Fix coverage configuration and executionRonald Bradford2015-10-082-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A number of configuration errors prevent the successful creation of code coverage. This corrects the .coveragerc source/omit setup and the tox package name generation. http://lists.openstack.org/pipermail/openstack-dev/2015-October/076193.html Change-Id: Iadda5371671b77307d27089d19104ac194aad46f
* | | Merge "No need for Oslo Incubator Sync"Jenkins2015-10-081-4/+0
|\ \ \
| * | | No need for Oslo Incubator SyncDavanum Srinivas2015-10-041-4/+0
| |/ / | | | | | | | | | | | | | | | | | | We can remove openstack-common.conf as we don't sync any code from oslo-incubator any more. Change-Id: I7e2080c4fd2e07a614c43474ce54a75375e0efd4
* | | Merge "Enhance the formatting error robustness patch"Jenkins2015-10-082-23/+67
|\ \ \ | |/ / |/| |
| * | Enhance the formatting error robustness patchBalazs Gibizer2015-09-292-23/+67
| |/ | | | | | | | | | | | | | | | | This patch fixes the issues raised in the previous robustness patch I5c711b4654b5b2e591bcf365401ff35f7224fe82 Closes-bug: #1339337 Change-Id: I627c550e7bc05e56bbdffccf9bc88b88adf87aaf
* | Imported Translations from ZanataOpenStack Proposal Bot2015-09-2614-50/+68
| | | | | | | | | | | | | | For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: Ib8c4cb6eccbfe8a4776789bf1e10833abc1f02fb
* | Move 'history' -> release notes sectionJoshua Harlow2015-09-251-0/+7
| | | | | | | | | | | | | | | | This seems to better match what the other oslo libraries are calling this section, so we might as well call it that to. Change-Id: Ib8b0fb687815d98c2257105ffb7da0cf9d3d21fb
* | Add shields.io version/downloads links/badges into README.rstJoshua Harlow2015-09-241-0/+8
| | | | | | | | Change-Id: If559b395694945a5ba4e77ef5482ae259384b1e6
* | Change ignore-errors to ignore_errorsMonty Taylor2015-09-211-1/+1
| | | | | | | | | | | | Needed for coverage 4.0 Change-Id: I13a19bf6789b6403c501687b1a58247c65cde162
* | Updated from global requirementsOpenStack Proposal Bot2015-09-172-2/+2
|/ | | | Change-Id: Ia6e08e810a18c64e868295e72c4c057940a5fa62