summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* OpenDev Migration PatchHEADmasterOpenDev Sysadmins2019-04-191-1/+1
| | | | | | | | | | | | | | | This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have.
* Workflow documentation is now in infra-manualJeremy Stanley2014-12-051-4/+3
| | | | | | | Replace URLs for workflow documentation to appropriate parts of the OpenStack Project Infrastructure Manual. Change-Id: I2d8467b98a3489ce7f59dcef0fd2b3c0956b0f53
* Merge "Stop using intersphinx"Jenkins2014-09-211-4/+1
|\
| * Stop using intersphinxAndreas Jaeger2014-09-131-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove intersphinx from the docs build as it triggers network calls that occasionally fail, and we don't really use intersphinx (links other sphinx documents out on the internet) This also removes the requirement for internet access during docs build. This can cause docs jobs to fail if the project errors out on warnings. Change-Id: I71e941e2a639641a662a163c682eb86d51de42fb Related-Bug: #1368910
* | Updated from global requirementsOpenStack Proposal Bot2014-09-191-1/+4
|/ | | | Change-Id: If074e59b33375eeb8de892106d9b10a8a6bd7129
* Updated from global requirementsOpenStack Proposal Bot2014-08-261-1/+1
| | | | Change-Id: I02927d0bfeb61895cd63cb5e0215bc3dc902ebda
* Updated from global requirementsOpenStack Proposal Bot2014-08-221-1/+1
| | | | Change-Id: I3b690a63fae7b3f1aaac4d6cc656c220a5ffe8fc
* Updated from global requirementsOpenStack Proposal Bot2014-07-211-1/+1
| | | | Change-Id: Ic34607a6a926eb131254a71efd174e759ad0303c
* Updated from global requirementsOpenStack Proposal Bot2014-07-181-1/+1
| | | | Change-Id: I9eca0e7b22a028495a1013a3fe3bc0681596a9a8
* Updated from global requirementsOpenStack Proposal Bot2014-06-131-1/+1
| | | | Change-Id: I85e5f9e8b4cea3895231fd0c8a6e99e0ca59b204
* Updated from global requirementsOpenStack Proposal Bot2014-05-281-1/+1
| | | | Change-Id: I13af909b88bd18121617871a0847347e6e2c64cc
* Updated from global requirementsOpenStack Proposal Bot2014-04-301-0/+8
| | | | Change-Id: Ib783f2a6a4aecb4b438641d4616813d9aca252f9
* Updated from global requirementsOpenStack Proposal Bot2014-04-191-1/+1
| | | | Change-Id: Id6270a0e76e30324079a53bef99e799e271b0bb9
* Merge "Support building wheels (PEP-427)"Jenkins2014-04-171-0/+3
|\
| * Support building wheels (PEP-427)Sascha Peilicke2014-02-071-0/+3
| | | | | | | | | | | | | | | | Universal is used to identify pure-Python module(by bdist_wheel). For these, it is sufficient to build a wheel with _any_ Python ABI version and publish that to PyPI (by whatever means). Change-Id: Ia277504b291412553981e52bcca1ea9f6bd09b3f
* | Switch to oslosphinxDoug Hellmann2014-03-122-2/+2
| | | | | | | | | | | | | | | | Use the version of the doc theme without the namespace package. Partial-bug: #1277168 Change-Id: I7788a9d6b5984fdfcc4678f2182104d2eb8a2be0
* | Updated from global requirementsOpenStack Jenkins2014-02-262-4/+4
| | | | | | | | Change-Id: I23f9349d04ec0e54321dce5fc6c88bcb8f289dec
* | Remove vim headerChangBo Guo(gcb)2014-02-243-6/+0
| | | | | | | | | | | | | | | | We don't need vim modelines in each source file, it can be set in user's vimrc. Closes-Bug: #1229324 Change-Id: I1629d4e1752efc35e25b0d30f8d1d5171363de2b
* | Merge "Remove tox locale overrides"Jenkins2014-02-171-3/+0
|\ \
| * | Remove tox locale overridesJeremy Stanley2014-02-111-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tox.ini: The LANG, LANGUAGE and LC_ALL environment overrides were introduced originally during the testr migration in an attempt to be conservative about the possibility that locale settings in the calling environment could cause consistency problems for test runs. In actuality, this should be unnecessary and any place where it does cause issues ought to be considered an actual bug. Also, having these in the configuration actively causes older pip to have problems with non-ASCII content in some package metadata files under Python 3, so drop it now. Change-Id: Ia910ded1789a1a8fac7d82f1ce97300ad7bfefda Closes-Bug: #1277495
* | | Merge "Sync sphinx version pinning from requirements repo"Jenkins2014-02-170-0/+0
|\ \ \ | |/ /
| * | Sync sphinx version pinning from requirements repoDavanum Srinivas2014-02-111-1/+1
| |/ | | | | | | Change-Id: I02b808ec6224cab437654b15b8ad46a255ef93f2
* | Sync with global requirementsSascha Peilicke2014-01-161-4/+4
|/ | | | Change-Id: I62bed36fd38426952c222dfaf25dd0c9e75e339c
* Remove bad parameter for cfg.getDavanum Srinivas2013-11-114-3/+64
| | | | | | | | | when loading from cfg file, cfg.get takes just 2 parameters not three. Added some basic tests and test for the specific change as well Change-Id: I633d665f63271b6ada9196a0f08028d404b33110
* Use properties for various version stringsMark McLoughlin2013-10-211-29/+34
| | | | | | | No need to expose the weirdness of attributes which need to be initialized by calling foo_string() methods. Change-Id: I3248a62be1f8d9a81bb2e31258091c3ed692ab1a
* Remove some old weird methodsMark McLoughlin2013-10-212-29/+0
| | | | | | | | | | Definitely no need to retain "compatibility methods". Let's just fix the code which uses the old names. cached_version_string() doesn't seem to do anything useful anymore either. Change-Id: I00b0033ef3ada170941caf13fea74918cce59048
* Expose VersionInfo from oslo.version packageMark McLoughlin2013-10-212-0/+7
| | | | | | | | | | Having to do: from oslo.version import version kinda sucks. Change-Id: Ia42858e6dda0dc4407728cf44cf06fbafb8c5824
* Fix setup.cfgMark McLoughlin2013-10-211-2/+2
| | | | | | Trailing whitespace and typo. Change-Id: Iebe6851f664e759b9669f9a1f6831bd1fa8df138
* Make the tests actually runMark McLoughlin2013-10-214-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Firstly, add a missing oslo/version/__init__.py. Secondly, move tests from oslo/version/tests/ to tests/ Having the tests under oslo.version and using oslo.sphinx in the same virtual env doesn't seem to work. The issue appears to be that because the tests don't get installed under the namespace package in the venv's site-packages, testr can't find them. Personally, I'm a fan of keeping tests in a different directory from the runtime code and this is what works for oslo.config and oslo.messaging. Thirdly, avoid using 'setup.py develop' with tox. There seems to be an issue with the 'setup.py develop' approach caused by the fact that oslo is a namespace package and we install oslo.sphinx into this namespace in the virtualenv. This results in the oslo.version package not being found when it's not properly installed into the virtualenv. These really should be three separate commits, but any one of them alone causes testr to stop pretending everything is fine so they all need to be merged together. Closes-Bug: #1242614 Change-Id: I5140fa62dc8bdd10a58bd2847b27514a926e3c19
* Added pypy to the tox envsAlex Gaynor2013-10-011-1/+1
| | | | Change-Id: I51636492c0866ea4ca81ef3940814527c70b225b
* Fix sphinx buildMonty Taylor2013-09-302-7/+4
| | | | | | | We're using oslo.sphinx now, we don't want to reference non-existing local themes. Change-Id: I29f6344d97b700add098e72d87aba8c47485293a
* Turn things into oslo.versionMonty Taylor2013-08-0524-1447/+71
| | | | Split oslo.version out into its own library.
* Add version override support from novaMonty Taylor2013-07-252-4/+209
| | | | | | | | Nova has a great feature that allows distro packagers to override version strings by putting config files in known locations. We should support this in our version processing code, because it's quite handy. Change-Id: Ibb80649b45ecab90f982138cb07d2e5a8b7ac6d9
* Merge feature/merged2to1 into masterMonty Taylor2013-07-125-10/+27
|\ | | | | | | | | | | | | Upstream d2to1 has been rather unresponsive, and doing what we need in this case is really easier without the extra complexity. Change-Id: Ibd16944e76ad8398b57b6ddcbcd150cd462add3e
| * Merge "Put AUTHORS.in at the top of AUTHORS." into feature/merged2to1Jenkins2013-07-120-0/+0
| |\
| * | Merge "Support version override with PBR prefix." into feature/merged2to1Jenkins2013-07-120-0/+0
| |/
| * Clean up hacking and path issues with d2to1Monty Taylor2013-07-115-10/+27
| | | | | | | | | | | | | | We imported in another code base. It takes a little bit of path adjusting to get things right. Change-Id: Ifb96652c822d5d243a6bedb77bc34e919be2d3a8
| * Merge d2to1 into the tree, complete with history.Monty Taylor2013-07-060-0/+0
| |\
| | * Merge pull request #16 from iguananaut/sixErik Bray2013-03-050-0/+0
| | | | | | | | | | | | | | | | | | Six git-svn-id: https://svn.stsci.edu/svn/ssb/stsci_python/d2to1/trunk@23561 fe389314-cf27-0410-b35b-8c050e845b92
| | * Several changes that I accidentally committed to d2to1's old repository. See ↵Erik Bray2012-02-170-0/+0
| | | | | | | | | | | | the changes to the changelog for more details. git-svn-id: https://svn.stsci.edu/svn/ssb/stsci_python/d2to1/trunk@15173 fe389314-cf27-0410-b35b-8c050e845b92
* | Merge "Fix some issues in setup.py test."Jenkins2013-07-120-0/+0
|\ \ | |/
* | Merge "Support version override with PBR prefix."Jenkins2013-07-120-0/+0
|\ \ | |/
* | Merge "Don't try to install requirements repo."Jenkins2013-07-120-0/+0
|/
* Merge "Move testrepository to test-requirements.txt."Jenkins2013-06-190-0/+0
|\
* \ Merge "Add an integration test script."Jenkins2013-06-180-0/+0
|\ \ | |/ |/|
* | Merge "Make python setup.py test do the right thing."Jenkins2013-06-180-0/+0
|\ \ | |/ |/|
* | Remove explicit depend on distribute.Monty Taylor2013-06-111-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | Things in the world are moving towards setuptools 0.7, and there is not a path between distribute and setuptools. Our explicit dependency on setuptools is causing us to have to write patches to try to jump through additional hoops to get it to install in the right contexts. Fixes bug 1189941 Change-Id: Id7a749c02203100dab52160a551d3548c8a48fd6
* | Merge "Use pip instead of easy_install for installation."Jenkins2013-06-111-0/+13
|\ \ | |/
| * Use pip instead of easy_install for installation.Monty Taylor2013-06-101-0/+13
| | | | | | | | | | | | | | | | | | If we're running the installation of dependencies for installation ourselves anyway - just use pip and be done with it. This means that our requirements will get installed consistently regardless of whether we're using pip, python setup.py install or a tox environment. Change-Id: If92557a33a76553ad36bd136fa87780857a894b1
* | Merge "Skip git-checkout related tests when .git is missing"Jenkins2013-06-100-0/+0
|/