summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge "Document security considerations for detailed healthcheck"3.37.0Zuul2018-10-231-1/+5
|\
| * Document security considerations for detailed healthcheckBen Nemec2018-10-051-1/+5
| | | | | | | | | | | | | | | | | | The detailed healthcheck output includes some potentially sensitive information like stack traces of the service. This may be unacceptable in some organizations and we should point it out in the help for the option. Change-Id: Ic10c29f39ef601e4c7873acb0d56e1ec8e4ebcb3
* | Clean up .gitignore references to personal toolsZhongShengping2018-10-151-9/+12
|/ | | | | | | | | | | | | | | | | | | | | | | | Developers run all sorts of different tools within Git repositories, any of which can leave their own special trashfiles all over the place. We can't every hope to catalog them all, so better to recommend developers simply configure a global core.excludesfile to filter the irrelevant files which tend to get created by their personal choice of tools. To this end, remove the long-standing sections for "Mr Developer" and "Editors" since their mere existence here sends the signal that we welcome (and have time to review) additions for any old tool someone ever might happen to try. Also add a comment block explaining this, for clarity. We can, and should of course, continue to list files created by the tools recommended by our workflow (test frameworks called from tox, documentation and packaging builds, et cetera). This change is a port of I1b41efac219fca44e2548fc36633724d0ecfc0cb from the openstack-dev/oslo-cookiecutter repository. Change-Id: Icf9e4f4e7720d5dce2b9ff10710bf2420f755f2a
* Remove moxstubout usageChuck Short2018-08-211-5/+2
| | | | | | | | As of version 3.5.0 moxstub will be deprecated, so remove it where it has been used. Change-Id: Ic98f3035fd9dff165259e3d194ab5eea11469169 Signed-off-by: Chuck Short <chucks@redhat.com>
* add lib-forward-testing-python3 test jobDoug Hellmann2018-08-111-0/+1
| | | | | | | | | | | | This is a mechanically generated patch to add a functional test job running under Python 3 as part of the python3-first goal. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: I59eeea92cab5c2b4fcbc7c507b8bd2b6abc80c85 Story: #2002586 Task: #24322
* add python 3.6 unit test jobDoug Hellmann2018-08-071-0/+1
| | | | | | | | | | | | This is a mechanically generated patch to add a unit test job running under Python 3.6 as part of the python3-first goal. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: I14e44f940532229fda52310169c7ad147bd7be63 Story: #2002586 Task: #24322
* import zuul job settings from project-configDoug Hellmann2018-08-031-0/+8
| | | | | | | | | | | | | | | This is a mechanically generated patch to complete step 1 of moving the zuul job settings out of project-config and into each project repository. Because there will be a separate patch on each branch, the branch specifiers for branch-specific jobs have been removed. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: I55106795e8a7813dba07bc250cd4fb098c9ea174 Story: #2003250
* Update reno for stable/rockyOpenStack Release Bot2018-07-262-0/+7
| | | | Change-Id: I85c956d727c9bbdb4df2eb89316c248874993c26
* Switch to stestrrocky-em3.36.0Vu Cong Tuan2018-07-046-11/+7
| | | | | | | | | | According to Openstack summit session [1], stestr is maintained project to which all Openstack projects should migrate. Let's switch to stestr as other projects have already moved to it. [1] https://etherpad.openstack.org/p/YVR-python-pti Change-Id: I9b230222866d41a12713f321cee88da896ba76a1
* Add release notes link to READMEmelissaml2018-06-211-1/+2
| | | | Change-Id: I4facaa0cf8cdc72411d80207a8a64d0657a9eb56
* fix tox python3 overridesDoug Hellmann2018-06-061-1/+6
| | | | | | | | | | | | | | | We want to default to running all tox environments under python 3, so set the basepython value in each environment. We do not want to specify a minor version number, because we do not want to have to update the file every time we upgrade python. We do not want to set the override once in testenv, because that breaks the more specific versions used in default environments like py35 and py36. Change-Id: I16855b85149c1e0dc98f12e6380a1d20b857590f Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* Remove stale pip-missing-reqs tox testKenneth Giusti2018-05-021-8/+0
| | | | | | | | | | pip_missing_reqs tool is no longer maintained and has broken with release 10 of pip Refer to: http://lists.openstack.org/pipermail/openstack-dev/2018-April/130027.html Change-Id: I0900ca95d7a5988933edc451bf3b912d9a84840f
* Trivial: Update pypi url to new urlmelissaml2018-04-211-2/+2
| | | | | | | | | Pypi url changed from [1] to [2] [1] https://pypi.python.org/pypi/<package> [2] https://pypi.org/project/<package> Change-Id: I1d9424b280623d3de16ff239872bfeb8ebe60fc3
* set default python to python3Doug Hellmann2018-04-131-1/+4
| | | | | | | | Set the default python to python3 except for the py27 environment. We have to set that explicitly to override the new default. Change-Id: I1ec3c534cdc0a4850d5873eb5ec2a70701cb4141 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* add lower-constraints jobDoug Hellmann2018-03-243-0/+65
| | | | | | | | | | | | | | | | | Create a tox environment for running the unit tests against the lower bounds of the dependencies. Create a lower-constraints.txt to be used to enforce the lower bounds in those tests. Add openstack-tox-lower-constraints job to the zuul configuration. See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html for more details. Change-Id: I477dc48b392c20e93c69464b2b45c21ba7f4805b Depends-On: https://review.openstack.org/555034 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* Merge "Updated from global requirements"Zuul2018-03-222-3/+3
|\
| * Updated from global requirementsOpenStack Proposal Bot2018-03-212-3/+3
| | | | | | | | Change-Id: I6d677d3d160c5730e7e2d8b00211eac22fe1a918
* | pypy is not checked at gateAnusree2018-03-211-1/+1
|/ | | | Change-Id: Ife9b091d92f3fe23bd3b099185d866fc7bfc6e45
* Follow the new PTI for document buildZhongShengping2018-03-023-4/+11
| | | | | | | | | | | | For compliance with the Project Testing Interface as described in: https://governance.openstack.org/tc/reference/project-testing-interface.html For more detials information, please refer to: http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html Change-Id: I35fb490d34af834182522a856d6ab7e24d0ec678
* Imported Translations from Zanata3.35.0OpenStack Proposal Bot2018-03-012-9/+9
| | | | | | | For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I633afcf1828de3c0dae91beb466b09a3cafe106e
* Imported Translations from ZanataOpenStack Proposal Bot2018-02-071-3/+7
| | | | | | | For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Iaad0d3546beb586dc0e848b2f114c3d937f50ef7
* Merge "Update reno for stable/queens"Zuul2018-01-292-0/+7
|\
| * Update reno for stable/queensOpenStack Release Bot2018-01-242-0/+7
| | | | | | | | Change-Id: I055063eaed15bde67002b6e6df5445e7145d8330
* | Updated from global requirementsOpenStack Proposal Bot2018-01-241-1/+1
|/ | | | Change-Id: I0500df5e85a580dca97636bd859d444e351f31b0
* Updated from global requirementsOpenStack Proposal Bot2018-01-181-1/+1
| | | | Change-Id: I25430886340a31c45b3c378af040c6891aad71f0
* Merge "Updated from global requirements"Zuul2018-01-170-0/+0
|\
| * Updated from global requirementsOpenStack Proposal Bot2018-01-161-1/+1
| | | | | | | | Change-Id: I9707afac22f4818e356cc02b60528e4913849296
* | Updated from global requirementsOpenStack Proposal Bot2018-01-161-1/+1
|/ | | | Change-Id: I1e892b7d12929e7629052cfe3de0c8b021871dbf
* Merge "Avoid tox_install.sh for constraints support"queens-em3.34.0Zuul2017-12-202-36/+4
|\
| * Avoid tox_install.sh for constraints supportAndreas Jaeger2017-12-192-36/+4
| | | | | | | | | | | | | | | | | | | | | | We do not need tox_install.sh, pip can handle constraints itself and install the project correctly. Thus update tox.ini and remove the now obsolete tools/tox_install.sh file. This follows https://review.openstack.org/#/c/508061 to remove tools/tox_install.sh. Change-Id: I4f6d6420b62f5da9ca0973314ee0ba1cec9c4384
* | Updated from global requirementsOpenStack Proposal Bot2017-12-191-1/+1
|/ | | | Change-Id: I55f69fd0de5051edc186555a781b4ffbfd3a63b9
* Merge "add bandit to pep8 job"Zuul2017-12-132-1/+8
|\
| * add bandit to pep8 jobChangBo Guo(gcb)2017-11-302-1/+8
| | | | | | | | | | | | Add the bandit security scanner to the pep8 job. Change-Id: Ib4707b55c190b117410212cef7f5afc789c91583
* | Updated from global requirements3.33.0OpenStack Proposal Bot2017-11-291-1/+1
|/ | | | Change-Id: I33d7f778458d4dedfc934add257b3c848d6702fd
* Merge "Updated from global requirements"Zuul2017-11-202-2/+2
|\
| * Updated from global requirementsOpenStack Proposal Bot2017-11-162-2/+2
| | | | | | | | Change-Id: Id3828421ece02140a525625a20ea870efa3314cd
* | Remove setting of version/release from releasenotesAndreas Jaeger2017-11-161-9/+4
|/ | | | | | | | | | | | | | | | | | Release notes are version independent, so remove version/release values. We've found that projects now require the service package to be installed in order to build release notes, and this is entirely due to the current convention of pulling in the version information. Release notes should not need installation in order to build, so this unnecessary version setting needs to be removed. This is needed for new release notes publishing, see I56909152975f731a9d2c21b2825b972195e48ee8 and the discussion starting at http://lists.openstack.org/pipermail/openstack-dev/2017-November/124480.html . Change-Id: If4c6087796b967bba183d7ea21bc5ff1143c2c92
* Updated from global requirementsOpenStack Proposal Bot2017-11-121-1/+1
| | | | Change-Id: Ib07c6386ed7cebc03771fb5a7c972ad39e10053a
* Updated from global requirementsOpenStack Proposal Bot2017-11-031-1/+1
| | | | Change-Id: I6fd4cde4a2006e0d42c77a90cb83efa135e94758
* Updated from global requirementsOpenStack Proposal Bot2017-10-151-1/+1
| | | | Change-Id: Ibcf055859acbc429b8a98972b8f4a4cc1e12165d
* Imported Translations from ZanataOpenStack Proposal Bot2017-10-081-0/+64
| | | | | | | For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I598f016d1a7d061b275b0a2633f4b9c0df4c2568
* Merge "Remove method set_latent"3.32.1Jenkins2017-09-252-190/+3
|\
| * Remove method set_latentChangBo Guo(gcb)2017-08-212-190/+3
| | | | | | | | | | | | | | | | | | | | | | Method set_latent is deprecated in favor of method set_defaults in e9c3a23e845d8c53b266a3b2e4ca7fb0a5a0425a, we don't use this method in any project, it's safe to remove it now. Closes-Bug: #1659051 Closes-Bug: #1642008 Change-Id: Ic7f0c3801f42ebafda81a1fa0b02bde6d15b545d
* | Updated from global requirements3.32.0OpenStack Proposal Bot2017-09-211-1/+1
| | | | | | | | Change-Id: Ib6924ccd93a97065c8788ba556547fd7e128f25a
* | Merge "Remove Class HTTPProxyToWSGIMiddleware"Jenkins2017-09-202-10/+2
|\ \
| * | Remove Class HTTPProxyToWSGIMiddlewarechenghuiyu2017-09-042-10/+2
| | | | | | | | | | | | | | | | | | | | | | | | Class HTTPProxyToWSGIMiddleware was no longer necessary in new release, and it was deprecated for removal. Change-Id: Id442cc216723dbe875f817c91d90d258f1bb2db6 Closes-Bug: #1714860
* | | Updated from global requirementsOpenStack Proposal Bot2017-09-112-4/+4
|/ / | | | | | | Change-Id: Ic6a97a7c7485b13a6baa67a52de4debff2f5f088
* | Imported Translations from Zanata3.31.0OpenStack Proposal Bot2017-08-243-81/+0
| | | | | | | | | | | | | | For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I0e00c208ae201a2ea0fb380e54d7b6d739fdc2ad
* | Merge "Invalid parsing of Forwarded header fixed"Jenkins2017-08-212-1/+13
|\ \ | |/ |/|
| * Invalid parsing of Forwarded header fixedAdam Kijak2017-08-212-1/+13
| | | | | | | | | | | | | | | | _parse_rfc7239_header() did not parse properly a Forwarded header with additional spaces Closes-Bug: #1711573 Change-Id: Ic8b7f9698d7b3440005b17d249b1c8f0f66dae8a