| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: I85c956d727c9bbdb4df2eb89316c248874993c26
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: I4facaa0cf8cdc72411d80207a8a64d0657a9eb56
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
Pypi url changed from [1] to [2]
[1] https://pypi.python.org/pypi/<package>
[2] https://pypi.org/project/<package>
Change-Id: I1d9424b280623d3de16ff239872bfeb8ebe60fc3
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|\ |
|
| |
| |
| |
| | |
Change-Id: I6d677d3d160c5730e7e2d8b00211eac22fe1a918
|
|/
|
|
| |
Change-Id: Ife9b091d92f3fe23bd3b099185d866fc7bfc6e45
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html
Change-Id: I633afcf1828de3c0dae91beb466b09a3cafe106e
|
|
|
|
|
|
|
| |
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html
Change-Id: Iaad0d3546beb586dc0e848b2f114c3d937f50ef7
|
|\ |
|
| |
| |
| |
| | |
Change-Id: I055063eaed15bde67002b6e6df5445e7145d8330
|
|/
|
|
| |
Change-Id: I0500df5e85a580dca97636bd859d444e351f31b0
|
|
|
|
| |
Change-Id: I25430886340a31c45b3c378af040c6891aad71f0
|
|\ |
|
| |
| |
| |
| | |
Change-Id: I9707afac22f4818e356cc02b60528e4913849296
|
|/
|
|
| |
Change-Id: I1e892b7d12929e7629052cfe3de0c8b021871dbf
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|/
|
|
| |
Change-Id: I55f69fd0de5051edc186555a781b4ffbfd3a63b9
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Add the bandit security scanner to the pep8 job.
Change-Id: Ib4707b55c190b117410212cef7f5afc789c91583
|
|/
|
|
| |
Change-Id: I33d7f778458d4dedfc934add257b3c848d6702fd
|
|\ |
|
| |
| |
| |
| | |
Change-Id: Id3828421ece02140a525625a20ea870efa3314cd
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: Ib07c6386ed7cebc03771fb5a7c972ad39e10053a
|
|
|
|
| |
Change-Id: I6fd4cde4a2006e0d42c77a90cb83efa135e94758
|
|
|
|
| |
Change-Id: Ibcf055859acbc429b8a98972b8f4a4cc1e12165d
|
|
|
|
|
|
|
| |
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html
Change-Id: I598f016d1a7d061b275b0a2633f4b9c0df4c2568
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
Change-Id: Ib6924ccd93a97065c8788ba556547fd7e128f25a
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Class HTTPProxyToWSGIMiddleware was no longer necessary in new release,
and it was deprecated for removal.
Change-Id: Id442cc216723dbe875f817c91d90d258f1bb2db6
Closes-Bug: #1714860
|
|/ /
| |
| |
| | |
Change-Id: Ic6a97a7c7485b13a6baa67a52de4debff2f5f088
|
| |
| |
| |
| |
| |
| |
| | |
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html
Change-Id: I0e00c208ae201a2ea0fb380e54d7b6d739fdc2ad
|
|\ \
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| |
| | |
_parse_rfc7239_header() did not parse properly
a Forwarded header with additional spaces
Closes-Bug: #1711573
Change-Id: Ic8b7f9698d7b3440005b17d249b1c8f0f66dae8a
|