summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated from global requirementsmitaka-eolstable/mitakaOpenStack Proposal Bot2016-04-291-1/+1
| | | | Change-Id: Iba775075b4365d40e2347e66de217c1bb8cce1be
* Merge "Updated from global requirements" into stable/mitaka3.5.0Jenkins2016-03-251-1/+1
|\
| * Updated from global requirementsOpenStack Proposal Bot2016-03-241-1/+1
| | | | | | | | | | Depends-On: I2451240148bb329e0ff9aa01f279bde9711e599f Change-Id: Id8901ef8d3185f9a43c9a4a5360c2119872d746f
* | 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
* Update .gitreview for stable/mitakaDoug Hellmann2016-03-091-0/+1
| | | | Change-Id: Iadc238890ddd376c843b7eec4612041147a72456
* 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
* Updated from global requirements2.6.0OpenStack Proposal Bot2015-08-271-1/+1
| | | | Change-Id: I21f67c4b34a0d9aa38ee36d332367f799a2e1f7d
* Updated from global requirementsOpenStack Proposal Bot2015-08-261-1/+1
| | | | Change-Id: Idb59bc60990a74c7ad67485e25072e5ad7dbce5d
* Merge "Trap formatting errors"2.5.0Jenkins2015-08-242-14/+114
|\
| * Trap formatting errorsBalazs Gibizer2015-08-242-14/+114
| | | | | | | | | | | | | | | | | | | | | | | | Trap errors when trying to use translated messages as format strings so translations don't break applications. Log the error, with the format string (without interpolated values) and the original message so a bug report can include it to make fixing the translation easier. Co-Authored-By: Doug Hellmann <doug@doughellmann.com> Change-Id: I5c711b4654b5b2e591bcf365401ff35f7224fe82 Closes-bug: #1339337
* | Merge "Updated from global requirements"2.4.0Jenkins2015-08-132-2/+2
|\ \
| * | Updated from global requirementsOpenStack Proposal Bot2015-08-132-2/+2
| |/ | | | | | | Change-Id: If249c9a7e367a3a1f131a4f6d35e4cef33b1c569
* | Imported Translations from TransifexOpenStack Proposal Bot2015-08-132-4/+35
|/ | | | | | | For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: Idd96def632e2622923fffb1fa0b38b6c87629583
* Imported Translations from TransifexOpenStack Proposal Bot2015-08-048-18/+18
| | | | | | | For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I040f2e14dc41945d005e0d5d6a5bbc5f94cb2499