]> git.ipfire.org Git - thirdparty/patchwork.git/shortlog
thirdparty/patchwork.git
2018-12-22  Stephen FinucaneREST: Fix typo in embedded serializers
2018-12-22  Stephen FinucaneREST: Handle unset series
2018-12-22  Stephen Finucanesignals: Fix 'series-completed' event
2018-12-22  Stephen Finucanetests: Add 'store_samples' decorator to 'test_event'
2018-12-22  Stephen Finucanetests: Add tests for '/events' resource
2018-12-22  Stephen Finucanetests: Add 'store_samples' decorator to 'test_check'
2018-12-22  Stephen Finucanetests: Add 'store_samples' decorator to 'test_comment'
2018-12-22  Stephen Finucanetests: Add 'store_samples' decorator to 'test_series'
2018-12-22  Stephen Finucanetests: Add 'store_samples' decorator to 'test_cover'
2018-12-22  Stephen Finucanetests: Add 'store_samples' decorator to 'test_patch'
2018-12-22  Stephen Finucanetests: Add 'store_samples' decorator to 'test_user'
2018-12-22  Stephen Finucanetests: Add 'store_samples' decorator to 'test_people'
2018-12-22  Stephen Finucanetests: Add 'store_samples' decorator to 'test_project'
2018-12-22  Stephen Finucanetests: Add 'store_samples' decorator to 'test_bundle'
2018-12-22  Stephen Finucanetests: Add 'store_samples' decorator
2018-12-22  Stephen FinucaneREST: Ensure submission exists for comment listing
2018-12-22  Stephen FinucaneREST: Ensure patch exists for check creation
2018-12-22  Stephen FinucaneREST: Show 'web_url' in embedded series responses
2018-12-22  Stephen FinucaneREST: Add additional documentation
2018-11-12  Stephen FinucaneDon't passthrough 'Content-Type: multipart/signed'...
2018-11-09  pyup-botUpdate psycopg2-binary from 2.7.5 to 2.7.6
2018-11-09  pyup-botUpdate psycopg2-binary from 2.7.5 to 2.7.6
2018-11-02  pyup-botUpdate django from 2.1.2 to 2.1.3
2018-10-31  Stephen Finucaneparser: Use 'objects.create' instead of 'save'
2018-10-30  Stephen FinucaneREADME: Note latest version of requirements
2018-10-30  Stephen Finucanedocs: Fix design doc
2018-10-30  pyup-botUpdate python-dateutil from 2.7.4 to 2.7.5
2018-10-30  Stephen Finucanetravis: Use consistent quote style
2018-10-30  Stephen Finucanetravis: Stop testing PostgreSQL 11
2018-10-30  Daniel Axtensviews: no longer import Series in __init__.py
2018-10-30  Stephen Finucaneviews: Use select_related, not prefetch_related
2018-10-26  pyup-botUpdate python-dateutil from 2.7.3 to 2.7.4
2018-10-26  Stephen Finucanetrivial: Use implicit string concatenation
2018-10-26  Stephen Finucanetox: Disable W504 ("line break after binary operator")
2018-10-21  Stephen FinucaneREADME: Use pyup.io badge instead of requires.io
2018-10-18  Stephen Finucanedocs: Update links for django-rest-framework 3.7, 3.8
2018-10-18  Stephen FinucaneAdd support for Django REST Framework 3.9
2018-10-17  Stephen Finucanetests: Remove 'create_series_patch'
2018-10-17  Stephen Finucanemodels: Convert Series-Patch relationship to 1:N
2018-10-17  Stephen Finucanetests: Hardcode expected values
2018-10-17  Stephen Finucanetests: Add more tests for series-ified mbox views
2018-10-14  Stephen Finucanetox: Fix issues with 'bashate' target
2018-10-14  Stephen FinucaneREST: Allow unsetting of delegate
2018-10-14  Stephen FinucaneREST: Allow setting of values using embedded serializers
2018-10-14  Stephen FinucaneREST: Validate patch delegate
2018-10-14  Stephen FinucaneREST: Don't allow settings of some project fields
2018-10-14  Stephen Finucanedocs: Add release notes for recent bug fixes
2018-10-13  Stephen Finucanetemplates: Don't show forced filters
2018-10-13  Stephen Finucanefilters: Rework code
2018-10-13  Stephen Finucanefilters: Pre-populate delegate, submitter filters
2018-10-13  Stephen Finucanefilters: Return dictionaries
2018-10-10  Stephen Finucanesettings: Do configure logging for parsearchive (but...
2018-10-10  Stephen Finucanerequirements: Add sqlparse to test requirements
2018-10-10  Stephen Finucanedocs: Add documentation for django-dbbackup
2018-10-10  Stephen Finucanedoc: Cleanup development installation guide
2018-10-10  Stephen FinucaneRemove django-debug-toolbar from test requirements
2018-10-10  Stephen FinucaneAdd support for 'django-dbbackup'
2018-10-06  Stephen Finucanedocs: Add 'unreleased' to release notes index page
2018-10-06  pyup-botUpdate sphinx_rtd_theme from 0.3.0 to 0.4.2
2018-10-06  Stephen Finucaneviews: Populate bundles for 'todo' view
2018-10-06  Stephen Finucanedocs: Call out Python 3 dependency for Django 2.0
2018-10-06  Stephen FinucaneAdd support for Django 2.1
2018-10-06  Stephen FinucaneAdd support for django-filter 2.0
2018-10-06  Stephen Finucanerequirements: Bump version of django-debug-toolbar...
2018-10-01  Stephen Finucanetemplates: Avoid recursive call
2018-09-29  Stephen Finucanetemplates: Remove trailing newlines
2018-09-29  Stephen Finucaneviews: Add error handling for user registration
2018-09-29  Stephen Finucanetemplates: Remove 'email_sent' attribute
2018-09-29  Stephen Finucanetemplates: Move additional email subjects to templates
2018-09-29  Stephen Finucanetemplates: Keep only whole templates in the top-level
2018-09-29  Stephen Finucanetemplates: Rename additional templates
2018-09-29  Stephen Finucanetemplates: Move mails to separate directory
2018-09-24  Stephen Finucanesettings: Don't configure logging for parsearchive
2018-09-21  Stephen Finucanerequirements: Start using fixed versions
2018-09-20  Stephen Finucaneparser: Handle IntegrityError for cover letters, comments
2018-09-20  Stephen Finucaneparsearchive: Fix logging
2018-09-19  Stephen Finucaneadmin: Configure 'list_select_related', 'get_queryset'
2018-09-19  Stephen FinucaneREST: Only list checks for the given patch
2018-09-19  Stephen FinucaneRevert "gitignore: Ignore JSON files"
2018-09-19  Stephen Finucanedocs: Note new requirement to include a SPDX line
2018-09-19  Stephen FinucaneUpdate license header
2018-09-19  Stephen FinucaneRemove '__future__.absolute_import' imports
2018-09-18  Stephen Finucanetox: Specify doctree directory
2018-09-11  Stephen Finucaneurls: Remove unused import
2018-09-11  Stephen Finucaneadmin: Remove unused SeriesInline
2018-09-11  Stephen Finucanetemplatetags: Remove dead tag
2018-09-11  Stephen Finucaneurls: Remove references to Django < 1.11
2018-09-10  Stephen Finucanetests: Remove useless todo
2018-09-10  Stephen Finucanedocs: Add release note for Django 1.8 to 1.10 removal
2018-09-10  Stephen Finucanedocs: Add release note for recent DB optimizations
2018-09-10  Stephen Finucanemodels: Remove 'latest_series'
2018-09-10  Stewart SmithFetch maintainer information in one query
2018-09-10  Stewart SmithBe sensible computing project patch counts
2018-09-10  Stewart SmithOptimise fetching checks when displaying a patch
2018-09-10  Stewart SmithAdd covering index to patchwork_submissions for /list...
2018-09-10  Stewart SmithBe particular over check_set and series prefetch for...
2018-09-10  Stewart Smithcheck distinct(user) based on just user_id
2018-09-10  Stewart SmithAdd covering index for /list/ query
2018-09-10  Stewart SmithFetch all series for patch/cover viewing
2018-09-06  Stewart SmithAdd index for patchwork_comment (submission_id,date)
next