Skip to content

Bump all the dependencies + introduce new REST entrypoints

Martin Roukala requested to merge mupuf/patchwork-fdo:rest_v5 into master

I am in the process of writing a patchwork <-> gitlab bridge, and I have found that having new entrypoints and metadata associated to TestResults would increase reliability.

Since I needed to use a JSONField which was introduced in django 3.1, I also bump all the dependencies to their latest version.

Merge request reports