]> git.ipfire.org Git - thirdparty/patchwork.git/shortlog
thirdparty/patchwork.git
2020-10-01  Stephen Finucanerequirements: Bump django-debug-toolbar to 3.1.x
2020-10-01  Stephen Finucanerequirements: Bump django-filter to 2.4.0
2020-10-01  Stephen FinucaneAdd support for djangorestframework 3.12
2020-10-01  Thomas Bracht... models: Validate Project.linkname does not contain...
2020-08-27  Andrew DonnellanAdd support for Django 3.1
2020-08-27  Andrew Donnellanrequirements: Update django-filter
2020-08-27  Andrew Donnellansettings: Add context processor django.template.context...
2020-08-27  Andrew Donnellanurls: Update url pattern functions
2020-08-27  Andrew Donnellantemplates: Replace ifequal and ifnotequal with if
2020-08-10  Rohit Sarkarmanagement: introduce replacerelations command
2020-06-15  Stewart Smithdocker: Switch to MariaDB for wider platform support
2020-05-25  Jan Remmetadmin: fix series query
2020-05-08  Stephen Finucanedocs: Bump sphinxcontrib-openapi to 0.7.0
2020-05-01  Stephen FinucaneRevert "tox: Add default Django version"
2020-04-30  Stephen Finucanetox: Add default Django version
2020-04-26  Stephen Finucanemigrations: Moved squashed migration
2020-04-26  Stephen Finucanemigrations: Resolve issues with other DB backends for...
2020-04-26  Stephen Finucanedocker: Ignore postgres data file
2020-04-26  Stephen Finucanemigrations: Squash 0001 to 0040
2020-04-26  Stephen Finucanemodels: Trivial post-merge cleanup
2020-04-26  Stephen Finucanemodels: Merge 'Patch' and 'Submission'
2020-04-26  Stephen Finucanemodels: Split 'CoverLetter' from 'Submission'
2020-04-26  Stephen FinucaneRevert "Be sensible computing project patch counts"
2020-04-26  Stephen FinucaneRemove unnecessary references to Submission model
2020-04-26  Stephen Finucanetrivial: Rename 'CoverLetter' references to 'Cover'
2020-04-23  Stephen Finucaneforms: Remove LoginForm
2020-04-18  Stephen Finucanetravis: Resolve warnings, info messages from Travis
2020-04-18  Jeremy Kerrparser: don't trigger database IntegrityErrors on dupli...
2020-04-18  Jeremy Kerrparser: don't trigger database IntegrityErrors on dupli...
2020-04-18  Jeremy Kerrparser: prevent IntegrityErrors
2020-04-18  Jeremy Kerrtests: ensure we don't see database errors during dupli...
2020-04-18  Jeremy Kerrtests: Add duplicate mail test
2020-04-18  Andrew Donnellanparser: Don't crash when From: is list email but has...
2020-04-18  Stephen Finucanedocs: Update sphinxcontrib-openapi
2020-04-18  Stephen Finucanetests: Switch to openapi-core 0.13.x
2020-04-18  Stephen Finucanetests: Drop Django 1.x support
2020-04-18  Stephen Finucanedocs: Resolve issues with 'relations'
2020-04-18  Stephen Finucanedocs: Resolve issues with 'events'
2020-04-18  Stephen Finucanedocs: Resolve issues with 'comments'
2020-04-18  Stephen Finucanedocs: Resolve issues with 'patches'
2020-04-18  Stephen Finucanedocs: Resolve issues with 'covers'
2020-04-18  Stephen Finucanedocs: Resolve issues with 'bundles'
2020-04-18  Stephen Finucanedocs: Resolve issues with 'projects'
2020-04-18  Stephen Finucanedocs: Resolve issues with 'patches'
2020-04-18  Stephen Finucanedocs: Move common path parameters to parent
2020-04-18  Stephen Finucanedocs: Make embedded fields nullable by default
2020-04-18  Stephen Finucanedocs: Add schema validation to 'generate-schemas' tool
2020-04-17  Stephen Finucanerequirements: Remove final pyup markers
2020-04-17  Stephen FinucaneREST: Allow update of bundle without patches
2020-04-14  Daniel Axtensapi: allow filtering patches and covers by msgid
2020-04-14  Daniel Axtensapi: do not fetch every patch in a patch detail view 404
2020-04-14  Stephen Finucanepre-commit: Use Python 3 for everything
2020-04-14  Jeremy Kerrlib/sql: Update grant script for recent schema changes
2020-04-09  Stephen FinucaneAdditional Python 2.7 cleanups
2020-04-09  Stephen Finucanetox: Remove quotes around posargs
2020-04-09  Stephen Finucanetests: Close XML-RPC client when done
2020-04-09  Stephen FinucaneRemove __future__ imports
2020-04-09  Stephen FinucaneTemporarily disable django-dbbackup
2020-04-08  Stephen Finucanemigrations: Add the Python 3 patch
2020-04-08  Stephen Finucanerequirements: Bump django-debug-toolbar to 2.2
2020-04-08  Stephen FinucaneREST: Resolve warnings with DRF >= 3.11
2020-04-08  Andrew DonnellanAdd Django 3.0 support
2020-04-08  Andrew Donnellantests: Fix escaping in bundle tests on Django 3.0
2020-04-08  Stephen Finucanedocker: Remove Python 2.7, 3.5
2020-04-08  Stephen Finucanedocs: Remove references to Python 2.7
2020-04-08  Daniel AxtensClean up references to Python 2.7, Python 3.5
2020-04-08  Stephen FinucaneRemove unnecessary compat wrappers
2020-04-08  Stephen FinucaneReplace references to Django 1.11 docs
2020-04-08  Stephen Finucanetox: Drop support for Django < 2.2, Python < 3.6
2020-04-08  Stephen FinucaneRevert "pyenv: also install requirements for python2"
2020-04-08  Stephen Finucanedocs: Reference Patchwork 2.2 tarballs
2020-04-05  Stephen Finucanedocs: Remove 'earliest_version' config
2020-04-05  Stephen Finucanetox: Pass positional arguments to 'docs' job
2020-04-05  Stephen Finucanedocs: Update reno for stable/2.2
2020-04-05  Stephen FinucanePost-release version bump
2020-04-05  Stephen FinucaneRelease 2.2.0 v2.2.0
2020-03-19  Stephen Finucanetrivial: Feed 'patchwork.migrations' through black
2020-03-19  Daniel AxtensREST: Add release note for faster queries
2020-03-19  Daniel AxtensREST: extend performance improvements to other parts...
2020-03-19  Daniel AxtensREST: fix patch listing query
2020-03-19  Daniel AxtensREST: massively improve the patch counting query under...
2020-03-16  Stephen FinucanePatchwork v2.2.0-rc2 v2.2.0-rc2
2020-03-16  Mete PolatREST: Add patch relations
2020-03-15  Mete Polatmodels, templates: Add patch relations
2020-03-12  Stephen Finucanetests: Add tests for invalid cover/patch IDs
2020-03-11  Andriy Gelmanviews: Return Http404 if patch not found
2020-03-11  Stephen Finucanemigrations: Don't attempt to rehome patches
2020-03-11  Stephen Finucaneparser: Don't group patches with different versions...
2020-03-02  Stephen Finucanemodels: Handle unset 'Submission.content'
2020-02-28  Stephen Finucanedocs: Reference current list-id
2020-02-28  Stephen FinucaneAdd support for djangorestframework 3.11
2020-02-27  pyup-botUpdate jinja2 from 2.10.1 to 2.11.1
2020-02-27  Stephen Finucanetox: Switch non-pyNN targets to Python 3
2020-02-27  Daniel Axtenspyenv: also install requirements for python2
2020-02-27  Stephen Finucanedocs: Update schemas to reflect latest changes in template
2020-02-17  Pranav Annamdocker: update dependency for current build
2020-02-17  Pranav Annamdocs: set the GID in the .env file
2020-02-02  Mete PolatREST: Fix duplicate project queries
2020-02-02  Stephen FinucaneAdd regression tests for bug #335
2020-02-01  Konstantin... Handle pull requests with random trailing space
next