]> git.ipfire.org Git - thirdparty/patchwork.git/shortlog
thirdparty/patchwork.git
2017-12-03  Stephen Finucanetrivial: noqa imports dotted through urls
2017-12-03  Stephen Finucaneurls: Use new login/password change CBVs
2017-12-03  Stephen Finucanemodels: Remove 'permalink' decorator
2017-11-02  Stephen Finucanedoc: Use RTD theme locally
2017-11-02  Stephen Finucanedocs: Add index pages
2017-11-01  Ilya Shipitsinenable gzip compression for css, js. hide nginx version
2017-11-01  Alexander Dahldoc: Fix wrong example in usage overview
2017-10-28  Daniel AxtensTest postgresql support in Travis CI
2017-10-28  Daniel AxtensSupport testing with PostgreSQL
2017-10-28  Daniel AxtensSimplify docker-compose MySQL setup
2017-10-28  Stephen FinucaneREST: Specify default ordering fields
2017-10-28  Daniel Axtenstest_encodings: add a missing line from the license...
2017-10-22  Daniel Axtensxmlrpc/patch_list: only fetch required fields
2017-09-05  Daniel Axtenstravis: switch to using root user
2017-09-05  Stephen FinucaneREST: Filter projects by 'linkname', not 'name'
2017-08-31  Andrew Donnellanviews: Fix "Add to bundle" dropdown on patch list view
2017-08-31  Jeremy Kerrlib/sql: fix permissions for v2.0.0 on postgres
2017-08-31  Jeremy Kerrtests: Run FuzzTest within a transaction
2017-08-28  Stephen Finucanedocs: Update release process guide
2017-08-28  Stephen FinucanePost-release version bump
2017-08-28  Daniel AxtensHandle EmptyPage exceptions
2017-08-23  Stephen Finucanedocs: Update reno for stable/2.0
2017-08-23  Stephen FinucaneFix issue with Python 3.4, Django 1.6 v2.0.0
2017-08-23  Andrew Donnellantests: Add test for updating tag counts in patch comments
2017-08-23  Andrew Donnellanmodels: Fix invocation of refresh_tag_counts() for...
2017-07-12  Sean Farleyseries: fix obvious breakage for patches with ']' in...
2017-07-12  Sean Farleymodels: Add 'Series._format_name' helper
2017-07-12  Sean Farleydocker: pass additional args to manage.py test
2017-07-12  Daniel Axtenscron: fix deletion of unactivated accounts
2017-07-12  Daniel Axtensparser: fix parsing of messages with empty subjects
2017-07-04  Stephen FinucaneREST: Allow filtering of patches by date
2017-07-04  Daniel AxtensMake browser tests work again
2017-07-03  Daniel Axtensparser: limit emails and names to 255 chars
2017-07-03  Daniel Axtensparse(mail|archive): handle early fail within email...
2017-06-28  Daniel AxtensAdd fuzzer-generated tests
2017-06-28  Stephen Finucaneparser: Don't pass a message-id longer than 255 chars...
2017-06-28  Daniel Axtensparser: better date parsing
2017-06-28  Daniel Axtensparser: deal with headers entirely failing to parse
2017-06-28  Daniel Axtensparser: catch failures in decoding headers
2017-06-28  Daniel Axtensparser: codec lookup fails when a NUL (\x00) is in...
2017-06-28  Daniel Axtensparser: don't assume headers are strings
2017-06-28  Daniel Axtensparser: fix charset 'guessing' algorithm
2017-06-28  Daniel AxtensRemove ResourceWarnings under Py3
2017-06-28  Aaron Conoleevents-api: allow filtering by date
2017-06-28  Stephen Finucaneparser: Trivial fix of test docstring
2017-06-28  Stephen Finucaneparser: Support single-patch "series"
2017-06-28  Stephen Finucaneparser: Use a series even if the version differs
2017-06-28  Stephen Finucaneparser: Validate no references, no cover behavior
2017-06-14  Stephen Finucanedocs: Document token auth support v2.0.0-rc4
2017-06-14  Andrew Donnellanviews: Provide a way to view, (re)generate tokens
2017-06-14  Stephen FinucaneREST: Enable token auth support
2017-06-14  Stephen Finucanehtdocs: Add clipboard.js
2017-06-14  Stephen Finucanedocs: Document the various htdocs supported
2017-06-14  Stephen Finucanedocs: Document how to access SQL console
2017-06-14  Stephen Finucanemigrations: Mark '0016_series_project' as non-atomic
2017-06-09  Stephen FinucaneFix typo in 'bundles' template
2017-05-30  Stephen Finucanedocs: Fix prelude for 2.0.0
2017-05-30  Stephen FinucaneAdd missing release for pwclient unicode fixes
2017-05-30  Stephen Finucanedocs: Add prelude section for v2.0.0 v2.0.0-rc3
2017-05-30  Stephen Finucaneviews: Display correct download links for covers
2017-05-30  Stephen FinucaneREST: Expose cover mbox link via REST API
2017-05-30  Stephen Finucaneviews: Enable downloading of cover mboxes
2017-05-30  Stephen Finucanemodels: Centralize generation of filenames
2017-05-30  Stephen Finucaneparser: Validate deep threading behavior
2017-05-30  Stephen Finucaneparser: Handle multiple reference headers
2017-05-30  Stephen Finucaneparser: Strip whitespace from references
2017-05-30  Stephen Finucaneparser: Extend series heuristics to include other metadata
2017-05-30  Stephen Finucanedocs: Document the various management commands available
2017-05-26  Andrew Donnellandocs/api: change POST to PATCH in REST API parameters...
2017-05-26  Andrew Donnellantests: Add tests for viewing private bundles
2017-05-26  Andrew Donnellanbundle: Fix use of basic auth for bundle mboxes
2017-05-26  Andrew Donnellandocker: increase database connection timeout
2017-05-26  Stephen Finucanedocs: Correct pre-release regex
2017-05-24  Robin Jarrypwclient: Force xmlrpc client to return unicode strings
2017-05-18  Stephen FinucaneREST: Allow filtering by both project ID and linkname v2.0.0-rc2
2017-05-18  pyup-botUpdate django-debug-toolbar from 1.7 to 1.8
2017-05-18  Stephen Finucanetox: Don't use exceptions - just warn
2017-05-18  Stephen Finucanetemplates: Use compat.cycle everywhere
2017-05-18  Stephen Finucanesettings: 'XViewMiddleware' is moved in Django 1.6 too
2017-05-18  Stephen Finucanemodels: Only set 'base_manager_name' for Django >=...
2017-05-18  Stephen Finucanesettings: Enable 'XFrameOptionsMiddleware'
2017-05-18  Stephen FinucaneREST: Resolve issues with filters
2017-05-18  Stephen FinucaneREST: Filter on Project.linkname - not Project.pk
2017-05-18  Stephen FinucaneREST: Embed nested element bodies instead of URLs
2017-05-18  Stephen FinucaneREST: Embed 'mbox' parameter in /series
2017-05-18  Stephen FinucaneREST: Stop including 'tags' in '/patches'
2017-05-18  Stephen FinucaneREST: Correct some prefetch, select_related
2017-05-18  Stephen Finucanetox: Turn deprecation notices into warnings
2017-05-18  Stephen Finucanecompat: Handle is_authenticated move to property
2017-05-18  Stephen Finucanesettings: Use 'MIDDLEWARE' for Django >= 1.10
2017-05-18  Stephen Finucanecompat: Handle moved 'reverse' function
2017-05-18  Stephen Finucanemodels: Use 'base_manager_name'
2017-05-18  Stephen Finucaneurls: Don't "include" admin URLs
2017-05-18  Stephen Finucanemigrations: Explicitly set 'on_delete'
2017-05-18  Stephen Finucanemodels: Explicitly set 'on_delete'
2017-05-18  Stephen Finucanesettings: Enable 'SessionAuthenticationMiddleware'
2017-05-18  Stephen Finucanedocs: Don't mention 'default_project' in deployment...
2017-05-15  Florian Fainellilib/apache2: Update location to wsgi python script
2017-05-10  Stephen Finucanedocs: Document Check.context type change
2017-05-04  Stephen Finucanesettings: Enable the REST API by default v2.0.0-rc1
next