- 19 Apr, 2019 1 commit
-
-
OpenDev Sysadmins authored
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.
-
- 03 Aug, 2018 1 commit
-
-
Doug Hellmann authored
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: I7a193f2e26cefc783f5cb9de8b0e01e426e9fa88 Story: #2003250
-
- 03 May, 2018 1 commit
-
-
eeldill authored
build-openstack-sphinx-docs jobs fail on stable branches due to the new pip version 10 introduces some previously Warning as Error: in case of calling "pip install" without any package name, the command fails. tox_install.sh is called during docs job without any package passed to pip. Change-Id: Iefdeebddbb12a9d2acba721afd7f1df9c51dffe6
-
- 31 Aug, 2017 1 commit
-
-
Adam Kijak authored
_parse_rfc7239_header() did not parse properly a Forwarded header with additional spaces Closes-Bug: #1711573 Change-Id: Ic8b7f9698d7b3440005b17d249b1c8f0f66dae8a (cherry picked from commit 480d60ac)
-
- 15 May, 2017 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I94eb4462ff91d85350504f2255caad4c9a955fb0
-
- 09 Mar, 2017 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: Ib31878a0c7fdef236389f90fb4a38786477cc860
-
- 26 Jan, 2017 3 commits
-
-
OpenStack Release Bot authored
Change-Id: Iff13246d1271c23ab9f8ecf74f66aaaab5681ff3
-
OpenStack Release Bot authored
Change-Id: Ie1c2f0e69358c09bb8dd5d10a79d525c4bdbe980
-
Jamie Lennox authored
If an exception is caught by the catch_errors middleware the entire request is dumped into the log including sensitive information like tokens. Filter that information before outputting the failed request. Closes-Bug: #1628031 Change-Id: I2563403993513c37751576223275350cac2e0937
-
- 17 Jan, 2017 3 commits
-
-
Jenkins authored
-
Jenkins authored
-
Doug Hellmann authored
Change-Id: Idb5ae55971e7f76348c224b1bea5c5e19c6278e0 Signed-off-by:Doug Hellmann <doug@doughellmann.com>
-
- 12 Jan, 2017 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I9b4a1c61519986c8f9fb2eeb847735841183715a
-
- 09 Jan, 2017 1 commit
-
-
Eric Brown authored
Now that there exists only a gate job for Python 3.5 and not 3.4, we should remove those references to the 3.4 that is untested. Change-Id: I6264d7d2e1d97291b58b4358f3c397c1fbc320ac
-
- 05 Jan, 2017 1 commit
-
-
Jenkins authored
-
- 03 Jan, 2017 1 commit
-
-
Julian Edwards authored
The new StatsMiddleware is a Paste filter that examines the URL path and request method, and sends a stat count and a timer to a statsd host whose name is based on the path/method. If your statsd is configured to send stats to Graphite, you'll end up with stat names of the form: timer.<appname>.<METHOD>.<path>.<from>.<url> Because a dot has special meaning in Graphite, dots in API versions that appear in the path will be replaced with _, so for example v2.1 becomes v2_1, and v1.0 becomes v1_0. Change-Id: Ieaffeded1bf81c0782d88f49b6f5209f11744899
-
- 30 Dec, 2016 1 commit
-
-
Jenkins authored
-
- 20 Dec, 2016 1 commit
-
-
Tony Breeds authored
Adding constraints support to libraries is slightly more complex than services as the libraries themselves are listed in upper-constraints.txt which leads to errors that you can't install a specific version and a constrained version. This change adds constraints support by also adding a helper script to edit the constraints to remove oslo.middleware. Change-Id: I069e64daf9558147fdab947341411b58770d3506
-
- 09 Dec, 2016 1 commit
-
-
gengchc2 authored
1.As mentioned in [1], we should avoid using six.iteritems to achieve iterators. We can use dict.items instead, as it will return iterators in PY3 as well. And dict.items/keys will more readable. 2.In py2, the performance about list should be negligible, see the link [2]. [1] https://wiki.openstack.org/wiki/Python3 [2] http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html Change-Id: Ieb7b8a62ef5b8fae79fa41861ad3910ecad988c8
-
- 07 Dec, 2016 2 commits
-
-
Jenkins authored
-
zhangguoqing authored
Openstack common has a wrapper for generating uuids. We should use that function when generating uuids for consistency. Change-Id: I50cd018b490dea341e6bcfb3034a0244194b4d99 Closes-Bug: #1082248
-
- 01 Dec, 2016 2 commits
-
-
Julien Danjou authored
The healthcheck middleware has actually wrongly been designed as a filter, whereas it is its own application. This patch fixes that by exporting the healthcheck middleware as an application, while keeping the old behaviour for compatibility with existing deployment. Change-Id: I1ff43c71449f1955267faf6a85f4d70f705db097
-
Jenkins authored
-
- 30 Nov, 2016 1 commit
-
-
JiaJunsu authored
If X-Auth-Token is logged in files, it may be caught by attackers. This patch tries to replace token-id by * in log files. Change-Id: Icf0cd9d4da37575d79a0da94ade979793ad0d3fa Closes-Bug:#1646254
-
- 29 Nov, 2016 2 commits
-
-
Jenkins authored
-
Julien Danjou authored
This makes sure that if the module organization change, nothing breaks. Change-Id: Ib4fb1e2210a9cea6b12214e0d1e3570086ac2e68
-
- 28 Nov, 2016 2 commits
-
-
Matt Fischer authored
The detailed mode is referenced in the documenation but it is never explained how to enable it. This exposes it in the docs. Change-Id: I136669a7dd0e6e0d293a9b9ea1b685de82404e2b
-
Matt Fischer authored
The link in this file points to the same page that hosts the content. You can see this here: http://docs.openstack.org/developer/oslo.middleware/healthcheck_plugins.html Change-Id: I9645917f8f6d1a586d66ad1a6dddda20f949aeb6
-
- 22 Nov, 2016 1 commit
-
-
melissaml authored
Now that there is a passing gate job, we can claim support for Python 3.5 in the classifier. This patch also adds the convenience py35 venv. Change-Id: I73178227e44caee792e6f7e4f4ddf4cfb07e096d
-
- 21 Nov, 2016 1 commit
-
-
Jenkins authored
-
- 16 Nov, 2016 1 commit
-
-
ChangBo Guo(gcb) authored
Releasenote translation publishing is being prepared. 'locale_dirs' needs to be defined in conf.py to generate translated version of the release notes. Note that this repository might not get translated release notes - or no translations at all - but we add the entry here nevertheless to prepare for it. Change-Id: I399cfbc691637ef6e40ecb1e2c18a9227f84e243
-
- 09 Nov, 2016 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: Ibec1f8e1eb921dc16de7e32424e3b8a1fb404738
-
- 02 Nov, 2016 3 commits
-
-
OpenStack Proposal Bot authored
Change-Id: I89394ebfe69077027322038a13e7a275c43b8a78
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I91b101bd4986278a5d03270fbf8c78020b4be1fa
-
Jenkins authored
-
- 01 Nov, 2016 4 commits
-
-
Jamie Lennox authored
It is standard practice in oslo.middleware to allow configuration via both the paste file and the oslo.config file. Projects such as keystone don't allow shipping default configuration in the paste.ini files. Use the configuration methods provided by the existing base middleware to allow configuing via oslo.config and register the sample options available for the middleware. Closes-Bug: #1634329 Change-Id: I33b7b1f9d945280265eb3b712cb85a2d66616c17
-
OpenStack Proposal Bot authored
Change-Id: Id67ce4576ba7ff2d9b1434fbc87f61e3dbb9f4d8
-
Jenkins authored
-
howardlee authored
TrivialFix Change-Id: I15aaf281a1f830b88b372124ffe92e4d77bd8fed
-
- 19 Oct, 2016 1 commit
-
-
melissaml authored
By default oslo.cfg sets the default values as None [1], There is no need to explicitly do this. [1] https://github.com/openstack/oslo.config/blob/master/oslo_config/cfg.py#L829 Change-Id: Ia91d058a2ba434755ff77fc3162c046fbf0776fd
-