]> git.ipfire.org Git - thirdparty/patchwork.git/shortlog
thirdparty/patchwork.git
2016-10-31  Bruno MendesRemove 'htdocs/images' 58/head
2016-10-29  Stephen Finucaneviews: Update how patch counts are retrieved
2016-10-22  Stephen Finucanedocs: Add getmail documentation
2016-10-22  Stephen Finucanemodels: Remove TODO from 'refresh_tag_counts'
2016-10-22  Stephen Finucanemodels: Remove UserProfile.sync_person
2016-10-22  Stephen Finucanemodels: Remove Bundle.n_patches
2016-10-22  Stephen Finucanemodels: Make use of aggregates
2016-10-20  Stephen Finucanetrivial: Fix pep8 issue
2016-10-11  Stephen Finucanedocs: Add delegation guide
2016-10-11  Stephen Finucanedocs: Add X-Patchwork-* header documentation
2016-10-11  Stephen Finucanedocs: Add basic REST API documentation
2016-10-11  Stephen Finucanedocs: Rework XML-RPC docs
2016-10-11  Stephen Finucanedocs: Structure docs folder like online
2016-10-10  Stephen FinucaneREADME: Add missing '**'
2016-10-10  Stephen Finucanemodels: Remove 'UserProfile.primary_project'
2016-10-10  Stephen Finucanetravis: Enable *-django110 targets
2016-10-10  Stephen Finucanerequirements: Add support for Django 1.10
2016-10-10  Stephen Finucaneviews: Resolve select_related issues
2016-10-10  Stephen Finucanetemplates: Resolve cycle issues with Django 1.10
2016-10-10  Stephen Finucanerequirements: Bump django-rest-framework to 1.4.x
2016-10-08  Stephen FinucaneRevert "Allow assigning of any user as delegate"
2016-10-08  Stephen Finucaneparsearchive: Don't catch standard exceptions
2016-10-08  Stephen FinucaneREADME: Add 'stone-tools' presentation
2016-10-08  Stephen Finucaneparsearchive: Handle broken patches
2016-10-08  Stephen Finucaneparsearchive: Convert to a management command
2016-10-07  Daniel Axtensparsemail: Convert to a management command
2016-10-07  Stephen Finucanetests: Reduce duplication in MailParsingTest
2016-10-07  Daniel Axtensparser tests: test parsing of interesting mail
2016-10-07  Daniel Axtensparser: subject_check needs to call clean_header
2016-10-07  Daniel Axtensparser: parse headers containing invalid characters...
2016-10-07  Stephen Finucaneparsemail-batch: Replace tabs with spaces
2016-10-07  Daniel Axtensparsemail-batch.sh: pass command-line options to parsemail
2016-10-07  Daniel Axtensparsemail.sh: make testing easier
2016-09-25  Thomas Monjalonui: Shrink vertical space
2016-09-25  Thomas Monjalonui: Align patch form with above metadata
2016-09-25  Thomas Monjalonui: Align patch row with checkbox vertically
2016-09-25  Stephen FinucaneUpdate mailmap with new email
2016-09-25  Yann E. MORINbin/pwclient: fix spurious except catch
2016-09-24  WEN Pingboparser: fix wrong parsing of diff comments
2016-09-24  Daniel AxtensAdd sqlparse to production requirements
2016-09-24  Stephen Finucanebin: Remove update-patchwork-status
2016-09-24  Stephen FinucaneCHANGELOG: Document latest changes
2016-09-24  Stephen FinucaneCHANGELOG: Add v1.1.1 release
2016-09-24  Stephen FinucaneCHANGELOG: Integrate UPGRADING content
2016-09-24  Stephen Finucanetrivial: Fix incorrectly subclassed 'save's
2016-09-24  Stephen Finucanetrivial: Remove unreachable code
2016-09-24  Stephen Finucanetrivial: noqa unused imports
2016-09-24  Stephen Finucanetrivial: Combine if statements
2016-09-24  Stephen Finucanetrivial: Use 'in' operator
2016-09-24  Stephen Finucanetrivial: Don't use non-Pythonic names
2016-09-24  Stephen Finucanetrivial: Use implicit true/false for comparison
2016-09-24  Stephen Finucanetrivial: noqa any 'assert' functions
2016-09-24  Stephen Finucanetrivial: Remove broad exceptions where possible
2016-09-24  Stephen Finucanetrivial: Don't shadow built-ins
2016-09-24  Stephen Finucaneviews: Remove cyclic import
2016-09-24  Stephen Finucanexmlrpc: Bump version
2016-09-24  Stephen Finucanexmlrpc: Factor out common code
2016-09-19  Stephen Finucanegitignore: Ignore vagrant and vim files
2016-09-19  Daniel AxtensOptimise querying of checks in patch list view
2016-09-19  Stephen Finucanefields: Stub out unused arguments
2016-09-19  Stephen Finucanesettings: noqa the secret key
2016-09-19  Stephen FinucaneMark regexes with 'r' prefixes
2016-09-19  Stephen Finucanedocker: Install dependencies for Python 2 also
2016-09-09  Stephen FinucaneREADME: Add travis badge
2016-09-07  Daniel AxtensAdd .travis.yml file
2016-09-07  Stephen Finucaneutils: Rename to 'notifications'
2016-09-07  Stephen FinucaneREADME: Add landscape.io badge
2016-09-07  Stephen FinucaneAdd landscape.io configuration file
2016-09-07  Stephen Finucanegitignore: Don't ignore all hidden files
2016-09-07  Stephen Finucaneviews: Avoid mutable default arguments
2016-09-07  Thomas Monjalonlib: Refresh nginx/uwsgi configuration
2016-09-07  Stephen Finucanetox: Don't create '.pyc' files
2016-09-04  David Lamparterviews: fix pwclient download link
2016-09-03  Daniel Axtensxmlrpc: massively increase test coverage
2016-09-03  Daniel Axtensxmlrpc authentication: Fix base64 decoding for py3
2016-09-03  Daniel Axtensxmlrpc: remove a redundant try/except block
2016-09-03  Daniel Axtensxmlrpc: catch possible exceptions in patch filtering
2016-09-03  Daniel Axtensxmlrpc: remove some unnecessary try/except blocks
2016-09-03  Daniel Axtensxmlrpc: fix max_count for check_list
2016-09-03  Daniel Axtensxmlrpc: Change filter(...)[0] to get(...)
2016-09-03  Daniel Axtenstest: fix coverage tests
2016-09-02  Stephen Finucaneparser: Correct empty email value check
2016-09-02  Stephen Finucanetests: Additional rework of 'test_parser'
2016-09-02  Stephen Finucaneparser: Ensure consistent use of 'parse_'
2016-09-02  Stephen Finucaneparser: Put more specific 'From' regex first
2016-09-02  Stephen Finucaneparsemail: Move parsing to 'parser'
2016-09-02  Stephen Finucaneparser: Move hash_diff and extract_tags
2016-09-02  Stephen Finucaneparser: Remove 'main' function
2016-09-02  Stephen Finucanetrivial: Cleanup of 'parser'
2016-09-02  Stephen Finucanexmlrpc: Don't use 'reverse'
2016-09-01  Stephen Finucanerequirements: Update django debug toolbar to 1.5
2016-09-01  Daniel Axtenstox: Add Python 3.5
2016-09-01  Daniel Axtensdocker: Install Python 3.4
2016-09-01  Stephen Finucanedocs: Update readthedocs URLs
2016-09-01  Stephen Finucanedocs: Document SELinux issues
2016-09-01  Stephen Finucanedocs: Make Docker the recommended install method
2016-09-01  Stephen Finucanedocker: Move 'docker' directory to 'tools'
2016-09-01  Florian Fainellidocs: Add a paragraph about the django admin console
2016-09-01  Florian Fainellipwclient: Unhardcode prints to ~/.pwclientrc
2016-08-21  Stephen Finucanetox: Disable F405
next