lp:patchwork

Created by Jeremy Kerr and last modified
Get this branch:
bzr branch lp:patchwork

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Patchwork Devs
Project:
Patchwork
Status:
Development

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at https://github.com/getpatchwork/patchwork.git.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 15 seconds — see the log

Recent revisions

1963. By Stephen Finucane <email address hidden>

requirements: Bump mysqlclient to 2.1.x

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

1962. By Stephen Finucane <email address hidden>

requirements: Unpin tblib

Shouldn't have merged the pyup bot proposed change.

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

1961. By pyup-bot <email address hidden>

Pin tblib to latest version 2.0.0

1960. By Stephen Finucane <email address hidden>

requirements: Bump django-debug-toolbar to 4.1.x

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

1959. By Stephen Finucane <email address hidden>

pyup: Don't pin unpinned dependencies

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

1958. By Stephen Finucane <email address hidden>

Configure dependabot

1957. By Ali Alnubani <email address hidden>

lib: add missing permissions for patchwork_covercomment_id_seq

Grants UPDATE and SELECT privileges on patchwork_covercomment_id_seq table
for user 'nobody' to fix the following exception when cover comments
are being parsed:
django.db.utils.ProgrammingError: permission denied for sequence
  patchwork_covercomment_id_seq

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

1956. By Ali Alnubani <email address hidden>

lib: add missing permissions for patchwork_cover_id_seq

Grants UPDATE and SELECT privileges on patchwork_cover_id_seq table
for user 'nobody' to fix the following exception when cover letters
are being parsed:
django.db.utils.ProgrammingError: permission denied for sequence
  patchwork_cover_id_seq

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

1955. By Stephen Finucane <email address hidden>

urls: Also decode slashes in message IDs

In commit 2653fdbb2, we started encoding slashes in message IDs
presented to users. This allowed us to support message IDs containing
slashes, which are allowed per the RFC and have been seen in the wild.
However, we continue to store the original unencoded message IDs in the
database and unfortunately we neglected to reverse the decoding in the
functions for downloading patch diffs and mboxes. Address this now.

Signed-off-by: Stephen Finucane <email address hidden>
Fixes: 2653fdbb2 ("urls: Encode slashes in message IDs")
Closes: #518
Cc: Siddhesh Poyarekar <email address hidden>
Cc: DJ Delorie <email address hidden>

1954. By Stephen Finucane <email address hidden>

Drop Python 3.7 support

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

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers