aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add support for 'django-dbbackup'Stephen Finucane2018-10-10
* docs: Add 'unreleased' to release notes index pageStephen Finucane2018-10-06
* Update sphinx_rtd_theme from 0.3.0 to 0.4.2pyup-bot2018-10-06
* views: Populate bundles for 'todo' viewStephen Finucane2018-10-06
* docs: Call out Python 3 dependency for Django 2.0Stephen Finucane2018-10-06
* Add support for Django 2.1Stephen Finucane2018-10-06
* Add support for django-filter 2.0Stephen Finucane2018-10-06
* requirements: Bump version of django-debug-toolbar to 1.10.1Stephen Finucane2018-10-06
* templates: Avoid recursive callStephen Finucane2018-10-01
* templates: Remove trailing newlinesStephen Finucane2018-09-29
* views: Add error handling for user registrationStephen Finucane2018-09-29
* templates: Remove 'email_sent' attributeStephen Finucane2018-09-29
* templates: Move additional email subjects to templatesStephen Finucane2018-09-29
* templates: Keep only whole templates in the top-levelStephen Finucane2018-09-29
* templates: Rename additional templatesStephen Finucane2018-09-29
* templates: Move mails to separate directoryStephen Finucane2018-09-29
* settings: Don't configure logging for parsearchiveStephen Finucane2018-09-24
* requirements: Start using fixed versionsStephen Finucane2018-09-22
* parser: Handle IntegrityError for cover letters, commentsStephen Finucane2018-09-20
* parsearchive: Fix loggingStephen Finucane2018-09-20
* admin: Configure 'list_select_related', 'get_queryset'Stephen Finucane2018-09-19
* REST: Only list checks for the given patchStephen Finucane2018-09-19
* Revert "gitignore: Ignore JSON files"Stephen Finucane2018-09-19
* docs: Note new requirement to include a SPDX lineStephen Finucane2018-09-19
* Update license headerStephen Finucane2018-09-19
* Remove '__future__.absolute_import' importsStephen Finucane2018-09-19
* tox: Specify doctree directoryStephen Finucane2018-09-18
* urls: Remove unused importStephen Finucane2018-09-11
* admin: Remove unused SeriesInlineStephen Finucane2018-09-11
* templatetags: Remove dead tagStephen Finucane2018-09-11
* urls: Remove references to Django < 1.11Stephen Finucane2018-09-11
* tests: Remove useless todoStephen Finucane2018-09-10
* docs: Add release note for Django 1.8 to 1.10 removalStephen Finucane2018-09-10
* docs: Add release note for recent DB optimizationsStephen Finucane2018-09-10
* models: Remove 'latest_series'Stephen Finucane2018-09-10
* Fetch maintainer information in one queryStewart Smith2018-09-10
* Be sensible computing project patch countsStewart Smith2018-09-10
* Optimise fetching checks when displaying a patchStewart Smith2018-09-10
* Add covering index to patchwork_submissions for /list/ queriesStewart Smith2018-09-10
* Be particular over check_set and series prefetch for /list/Stewart Smith2018-09-10
* check distinct(user) based on just user_idStewart Smith2018-09-10
* Add covering index for /list/ queryStewart Smith2018-09-10
* Fetch all series for patch/cover viewingStewart Smith2018-09-10
* Add index for patchwork_comment (submission_id,date)Stewart Smith2018-09-06
* 4x performance improvement for viewing patch with many commentsStewart Smith2018-08-31
* Improve patch listing performance (~3x)Stewart Smith2018-08-31
* docker: Use heredocs where possibleStephen Finucane2018-08-30
* docs: Fix documentation of REST_RESULTS_PER_PAGE settingAndrew Donnellan2018-08-26
* pwclient: Fix pwclient am output formattingPetr Vorel2018-08-26
* REST: Add new setting for maximum API page sizeAndrew Donnellan2018-08-26