Commit Graph

249 Commits

Author SHA1 Message Date
Andreas Jaeger 4759020bbf Retire repo
This repo was created by accident, use deb-python-oslo.i18n
instead.

Needed-By: I1ac1a06931c8b6dd7c2e73620a0302c29e605f03
Change-Id: I81894aea69b9d09b0977039623c26781093a397a
2017-04-17 19:36:51 +02:00
OpenStack Proposal Bot 16f40a6392 Updated from global requirements
Change-Id: Ic5c49ae66607222bb0f933d251112bf76ee7acbc
2016-07-09 03:16:08 +00:00
Jenkins 2efaa59759 Merge "Don't include openstack/common in flake8 exclude list" 2016-06-29 23:04:49 +00:00
ChangBo Guo(gcb) 6bc0cfcdf0 Don't include openstack/common in flake8 exclude list
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
2016-06-29 20:59:13 +00:00
OpenStack Proposal Bot 82e8a6343e Updated from global requirements
Change-Id: If0e7b936a012425ad9954a39b6ac013508187e6e
2016-06-21 18:04:23 +00:00
OpenStack Proposal Bot 4b33a2c0b0 Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I78d7939fc32332b6b704eec43c5b2ae1c945af30
2016-06-04 06:50:46 +00:00
OpenStack Proposal Bot 8845373ddc Updated from global requirements
Change-Id: I997d22a713f48130b2dfce55b8d08bcdc9ca8b26
2016-06-03 18:17:57 +00:00
OpenStack Proposal Bot fb8b773cb1 Updated from global requirements
Change-Id: Ie0ac17b69f33524fa8c0ed6589bb3ae5db543739
2016-04-13 12:47:28 +00:00
OpenStack Proposal Bot 21e78dacbf Updated from global requirements
Change-Id: I0b3b180ebf42486467168351c540b1a961dfe0e7
2016-04-07 17:13:10 +00:00
Joshua Harlow 1dc7cb7992 Better isolate tests and fixtures from environment
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
2016-03-24 11:42:53 -07:00
OpenStack Proposal Bot 9f0a3c3df9 Updated from global requirements
Change-Id: I377d5e09121cd4abbb35d2cebd7f310a32627fda
2016-02-26 01:52:20 +00:00
OpenStack Proposal Bot c6e44bc786 Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I58f5c1932ade80a7c39ed91db3160a2d7170168a
2016-02-21 06:18:34 +00:00
Akihiro Motoki cbb1204498 Update translation setup
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
2016-01-31 00:20:42 +09:00
OpenStack Proposal Bot 5af6d87eba Updated from global requirements
Change-Id: I6dcd76a9b3823184162735a4e1ef668d6cbcc7d8
2016-01-26 23:27:52 +00:00
Jenkins 73aa860730 Merge "Updated from global requirements" 2016-01-18 00:25:15 +00:00
OpenStack Proposal Bot f5b2200aca Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I29e4b66751c1a78a655adb5b3a0559c3fb698ee6
2016-01-17 06:17:20 +00:00
OpenStack Proposal Bot 9262525e5b Updated from global requirements
Change-Id: Ic22556defbad71d2cc67c39e925e8c01afe37dbc
2016-01-16 03:31:11 +00:00
OpenStack Proposal Bot b9aa5e8c17 Updated from global requirements
Change-Id: I2acb86a59a8ec9b4f14afff7a125d23a6da3c0c9
2016-01-06 23:18:31 +00:00
Doug Hellmann 176959cbb8 add versionadded designations to newer functions
The base patch for this one adds a note to the guidelines. This patch
adds similar information to the API reference.

Change-Id: I6e21db2dd571aab3d33a97d93d989f986517d802
2015-12-28 15:34:11 +00:00
ChangBo Guo(gcb) e749d84f3b doc: contextual/plural translation requires oslo.i18n >=2.1.0
We introduced contextual/plural translation in version 2.1.0,
so declare this in documentation to avoid AttributeError.

Change-Id: Iadc24d19e2a2b799a5009a806ee7c64867b1d554
Related-Bug: #1525992
2015-12-23 11:09:03 +08:00
ChangBo Guo(gcb) 59bb7070f3 Trival: Remove 'MANIFEST.in'
Everything in this file is automatically generated by pbr. There
appears to be no good reason to keep it around.

Change-Id: I7df908cfd02bbe0978ecf4ee41cf4d2546436e37
2015-12-05 12:08:45 +08:00
Jenkins e023805399 Merge "Remove Python 2.6 workround for logging" 2015-12-01 12:42:43 +00:00
Jenkins aef8b0f2e3 Merge "Add missing blank in usage.rst" 2015-11-29 13:09:43 +00:00
Akihiro Motoki 66a08459bc [doc] Update _i18n.py example to pass pep8
It would be nice if the _i18n.py example can be copy-and-paste
to myapp/_i18n.py without pep8 errors.

Change-Id: I9ff4174ba1cac56c8b20ba572757fb54baa1e9bb
2015-11-28 15:51:50 +09:00
Bo Chi 2ad816ea3f Add missing blank in usage.rst
Change-Id: Ib470a5d94e0e1c473cafb8eb86ffa964fef5eaa4
2015-11-27 01:01:43 -05:00
ChangBo Guo(gcb) 2d76ae46fe Remove Python 2.6 workround for logging
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
2015-11-27 12:03:07 +08:00
ChangBo Guo(gcb) 835c89a9e5 Drop python 2.6 support
Change-Id: Ibd2c83ad19ff9890a9baef7926a1d32fea156ecc
2015-11-23 22:19:12 +08:00
OpenStack Proposal Bot 499c2b87b6 Updated from global requirements
Change-Id: Ie4d0c752820b0b97359d4c3c4a8e4d0136a8fa2c
2015-11-19 16:00:21 +00:00
Jenkins 711c62e533 Merge "Remove python 2.6 classifier" 2015-11-17 12:37:12 +00:00
Jenkins 1ed6f13560 Merge "Remove python 2.6 and cleanup tox.ini" 2015-11-17 12:26:24 +00:00
ChangBo Guo(gcb) 789cfea08f Remove python 2.6 classifier
Change-Id: I437b75517e4e156ed8e5e078a618060894615a88
2015-11-17 14:24:20 +08:00
Davanum Srinivas 4371ecae35 Remove python 2.6 and cleanup tox.ini
* 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
2015-11-16 00:44:49 +00:00
Ronald Bradford 19974b3661 Improved integration module documentation
. 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
2015-11-11 11:20:52 -05:00
OpenStack Proposal Bot 9a953c82be Updated from global requirements
Change-Id: Ie309ea7c91b7b9f62bed6cafdf22eefa06e583b9
2015-10-23 18:48:49 +00:00
OpenStack Proposal Bot d559c0c400 Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I436efa0d61ca13b333077be77f211ad010a6883e
2015-10-23 06:00:38 +00:00
Jenkins 11dbeffc18 Merge "Added the home-page value with Oslo wiki" 2015-10-22 11:04:20 +00:00
Jenkins ce434ae0f7 Merge "Fix coverage configuration and execution" 2015-10-09 21:22:34 +00:00
Jenkins c07b1531d3 Merge "No need for Oslo Incubator Sync" 2015-10-08 22:35:15 +00:00
Jenkins e7cf6d16c4 Merge "Enhance the formatting error robustness patch" 2015-10-08 21:31:49 +00:00
Ronald Bradford 4c4511bfc8 Fix coverage configuration and execution
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
2015-10-08 17:18:36 -04:00
Davanum Srinivas b8b322b5e3 No need for Oslo Incubator Sync
We can remove openstack-common.conf as we don't
sync any code from oslo-incubator any more.

Change-Id: I7e2080c4fd2e07a614c43474ce54a75375e0efd4
2015-10-04 19:40:10 -04:00
Balazs Gibizer 634c52f602 Enhance the formatting error robustness patch
This patch fixes the issues raised in the previous robustness patch
I5c711b4654b5b2e591bcf365401ff35f7224fe82

Closes-bug: #1339337

Change-Id: I627c550e7bc05e56bbdffccf9bc88b88adf87aaf
2015-09-29 16:44:06 +02:00
OpenStack Proposal Bot 89bbb9838f Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: Ib8c4cb6eccbfe8a4776789bf1e10833abc1f02fb
2015-09-26 06:01:38 +00:00
Joshua Harlow 36dabf19b2 Move 'history' -> release notes section
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
2015-09-25 11:47:39 -07:00
Joshua Harlow a27f28e79a Add shields.io version/downloads links/badges into README.rst
Change-Id: If559b395694945a5ba4e77ef5482ae259384b1e6
2015-09-24 13:26:47 -07:00
Monty Taylor 8c7f382ad1 Change ignore-errors to ignore_errors
Needed for coverage 4.0

Change-Id: I13a19bf6789b6403c501687b1a58247c65cde162
2015-09-21 14:42:54 +00:00
venkatamahesh f1aaad8437 Added the home-page value with Oslo wiki
The current value of home-page which is
launchpad url is not appropriate, so it is changed
to Oslo wiki page

Change-Id: I1190cc519faa5538b751c33f966231081fa02cca
2015-09-20 08:00:08 +05:30
OpenStack Proposal Bot 2233a886e0 Updated from global requirements
Change-Id: Ia6e08e810a18c64e868295e72c4c057940a5fa62
2015-09-17 12:16:00 +00:00
OpenStack Proposal Bot 4417d33a9f Updated from global requirements
Change-Id: I21f67c4b34a0d9aa38ee36d332367f799a2e1f7d
2015-08-27 04:18:07 +00:00
OpenStack Proposal Bot 7e545f9572 Updated from global requirements
Change-Id: Idb59bc60990a74c7ad67485e25072e5ad7dbce5d
2015-08-26 14:06:01 +00:00