zaqar/zaqar/transport/wsgi
Sean McGinnis 1af2c91e41
Unblock gate failures
There are a few issues causing all gate runs to fail that are addressed
in this patch.

Update constraints to match global requirements:

There are a few local requirements that conflict with what is now in
upstream global-requirements. This updates sphinx to match the
constrained versions due to incompatibility with py2 and uncaps
jsonschema.

Update handling for falcon 2.0.0 behavior changes:

The 2.0.0 release of falcon changed the default values for two request
query parsing options that would cause failures due to unexpected
results. This sets those options to their previous defaults to maintain
compatibility across 2.0.0 and pre-2.0.0 versions of the package.
Lower constraint version raised to 1.1.0 where the options were
introduced.

There are additional integration test failures with Falcon 2.0.0 that
were due to changes in the subscription URL path.

Closes-bug: #1830903

Requirements and upper constraints not enforced in some tox targets:

The docs and api-ref tox targets were not setting the right dependencies
or the upper constraints to use for pip installs. Also updates the
constraints to the newer preferred static redirect URL maintained by the
release team.

Co-authored-by: wanghao <sxmatch1986@gmail.com>
Change-Id: I19c5363878c629a04e1be902c865ee7cea92dcd9
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2019-05-29 09:31:18 -05:00
..
v1_0 Remove unnecessary parameter in Zaqar 2017-06-26 10:02:56 +08:00
v1_1 Remove the pool group totally 2019-01-09 23:32:55 -08:00
v2_0 Merge "Introduce the Topic resource into Zaqar-1" 2019-03-19 07:45:20 +00:00
__init__.py Refactor code structure for notification 2014-12-09 16:19:42 +13:00
app.py Introduce Guru to Zaqar 2017-03-09 11:00:29 +08:00
driver.py Unblock gate failures 2019-05-29 09:31:18 -05:00
errors.py Fix PATCH queue's metadata 2016-03-18 07:05:44 +03:00
utils.py Support md5 of message body 2018-02-08 01:01:28 +00:00
version.py Fix wsgiref py3 error 2018-07-24 11:58:11 +08:00