patchwork:pyup-pin-openapi-core-0.18.0

Last commit made on 2023-07-10
Get this branch:
git clone -b pyup-pin-openapi-core-0.18.0 https://git.launchpad.net/patchwork

Branch merges

Branch information

Name:
pyup-pin-openapi-core-0.18.0
Repository:
lp:patchwork

Recent commits

192f290... by pyup-bot <email address hidden>

Pin openapi-core to latest version 0.18.0

54acae9... by Stephen Finucane <email address hidden>

docs: Switch to furo theme

The sphinx-rtd-theme theme is not compatible with Sphinx 7.x yet.

Signed-off-by: Stephen Finucane <email address hidden>

6f09e77... by Stephen Finucane <email address hidden>

readthedocs: Specify requirements

Signed-off-by: Stephen Finucane <email address hidden>

78523df... by Stephen Finucane <email address hidden>

readthedocs: Specify OS, tools

This is required. The error message is misleading [1].

[1] https://github.com/readthedocs/readthedocs.org/issues/8912

Signed-off-by: Stephen Finucane <email address hidden>

6a4cad1... by Stephen Finucane <email address hidden>

Add readthedocs config file

We need this to maintain our docs build, which won't work with shallow
clones.

Signed-off-by: Stephen Finucane <email address hidden>

f7bb805... by Ali Alnubani <email address hidden>

lib: add missing permissions for patchwork_comment_id_seq

Grants UPDATE and SELECT privileges on patchwork_comment_id_seq table
for web and mail users to fix the following exception when comments
are parsed:
django.db.utils.ProgrammingError: permission denied for sequence
  patchwork_comment_id_seq

Fixes: 5b53f46def5f ("lib: fix table names")

Signed-off-by: Ali Alnubani <email address hidden>

8a96062... by Stephen Finucane <email address hidden>

tests: Always enable REST API

This means django-rest-framework is now a hard requirement for unit
tests. That seems reasonable.

Signed-off-by: Stephen Finucane <email address hidden>

3227009... by Stephen Finucane <email address hidden>

tests: Always enable XML-RPC API

Signed-off-by: Stephen Finucane <email address hidden>

65e28b6... by Stephen Finucane <email address hidden>

templates: Use REST API backend for pwclientrc

If the REST API is enabled, we should generate a pwclientrc file that
uses it by default.

Signed-off-by: Stephen Finucane <email address hidden>

82a283b... by Stephen Finucane <email address hidden>

trivial: Move test file

Signed-off-by: Stephen Finucane <email address hidden>