]> git.ozlabs.org Git - patchwork/history - apps
post-receive: exclude commits from the patch update step
[patchwork] / apps /
2014-07-24 Andreas Bießmannviews: fix patch_to_mbox() for postscript
2014-07-24 Andreas Bießmanntests/mboxviews: test for unchanged postscript
2014-07-24 Andreas Bießmannsettings.py: use python to find ROOT_DIR
2014-07-04 Yann E. MORINpwclient: add bash completion for project names
2014-07-04 Yann E. MORINpwclient: accept more than one project in ~/.pwclientrc
2014-07-04 Yann E. MORINpwclient: rename variable CONFIG_FILES to be singular
2014-06-03 Jeremy Kerrfilters: fix exception in filter querystring generation
2014-06-03 Jeremy Kerrtests/utils: Fix List-Id headers on emails from create_...
2014-05-08 Jeremy Kerrviews/generic_list: reduce number of queries in list...
2014-05-07 Jeremy Kerrmodels: order projects by linkname by default
2014-05-07 Jeremy Kerrtests: Add XMLRPC interface test
2014-05-07 Jeremy Kerrurls: Fix django-1.6 change in password change views
2014-05-06 Jeremy Kerrviews/xmlrpc: request.raw_post_data has been deprecated
2014-04-24 Jeremy Kerrutils/Order: Fix application of ordering
2014-04-23 Jeremy Kerrtests: Make tests compatible with django 1.6
2014-04-23 Jeremy KerrFix django-1.6 incompatibilities
2014-04-22 Jeremy Kerrtests/utils: Don't rely on field error message API
2014-04-22 Jeremy Kerrtests/patchparser: Inherit from djagno.test.TestCase
2014-04-22 Jeremy KerrDefer Person creation/linkage until registration is...
2014-04-22 Jeremy KerrAdd unconfirmed registration expiry
2014-04-22 Jeremy KerrUpdate manage.py to post a post-1.4 version.
2014-04-21 Jeremy KerrRemove references to django.conf.urls.defaults
2014-04-21 Jeremy Kerrviews/order: Apply default ordering as secondary
2014-01-28 Andreas Bießmannpwclient: fix handling UTF-8 in patch info
2013-10-13 Konstantin RyabitsevAdd a config option to FORCE_HTTPS_LINKS
2013-10-13 Jeremy Kerrtests: Use strings from fields module for error tests
2013-10-13 Jeremy Kerrparser: Add support for rename-only patches
2013-10-13 Jeremy Kerrviews/base: Implement limit for submitter autocompletion
2013-10-13 Jeremy Kerrviews/base: Include email addresses in submitter autoco...
2013-06-16 Wolfram Sangnotifications: add project name to patch update notific...
2013-06-16 Konstantin RyabitsevDon't use total_seconds for python < 2.7
2013-06-10 Jeremy Kerrtest/mboxviews: Add test for header-supplied dates
2013-06-10 Jeremy Kerrviews/mbox: Use Date: header from original message
2013-06-10 Jeremy Kerrviews: Move mbox handling from models to views
2013-06-10 Jeremy Kerrmodels: Fix invalid dates in patch mbox
2013-05-14 Andreas Bießmannmodels: fix From header in mbox view
2013-05-14 Andreas Bießmanntests/mboxviews: add test for correct From header
2013-04-21 Jeremy Kerrbundles: Don't display 'Change order' button on public...
2013-04-20 Jeremy Kerrbundles: Don't allow slashes in bundle names
2013-04-20 Jeremy Kerrbundles: Remove separate public bundle views
2012-12-30 Jeremy Kerrforms: Only pass post data to multiplepatchform if...
2012-12-30 Jeremy Kerrtests/bundle: Check for form errors during bundle updates
2012-12-30 Jeremy Kerrtests/bundle: Add bundle update tests, fix missing...
2012-12-30 Jeremy Kerrtests/bundle: Add tests for public bundle views
2012-12-30 Simo Sorceviews/bundle: Allow downloading public bundle as mbox
2012-12-30 Doug Andersonpwclient: Add a little more space in 'pwclient list'
2012-12-30 Doug Andersonxmlrpc: Avoid trying to marshall None for people with...
2012-12-30 Doug Andersonpwclient: Add command for printing patch info
2012-11-15 Simo SorceAdd URL and SCM data to projects
2012-11-05 Ben Myerspwclient: lookup patch_id given Message-Id
2012-10-22 Jeremy Kerrbundles: Add check for duplicate bundles
2012-10-08 Jeremy Kerrrequestcontext: Initialise 'messages' context var
2012-10-08 Jeremy Kerrsettings: Use new class for auth context processor
2012-10-08 Jeremy Kerrsettings: Use class-based template loading API
2012-09-06 Jeremy Kerrsettings: Add message middleware
2012-09-04 Jeremy Kerrpwclient: Pass input to git-am as a UTF-8 string
2012-06-17 Jeremy Kerrtemplates: Don't rely on bool(Page)
2012-05-04 Jeremy Kerrmodels: Add connection parameter for HashField.db_type.
2012-05-04 Dirk Wallensteintests: Find test data relative to file location
2012-05-01 Jeremy Kerrtests/notifications: Add test for escaped patch names
2012-05-01 Dirk Wallensteintests: Check the right optin email
2012-04-30 Jeremy Kerrtests/patchparser: abstract delegate and state testing
2012-04-30 Jeremy Kerrtests/patchparser: don't assume PK values
2012-04-30 Dirk Wallensteintests: Add tests for explicit delegate and state requests
2012-04-30 Dirk WallensteinUse an explicit initial default patch state
2012-01-14 Stefan Hajnocziparser: allow words starting with "diff" at beginning...
2011-12-08 Jeremy Kerrtests/patchparser: Add CVS format patch test
2011-12-08 Jeremy Kerrtests: add abstract mbox parsing test
2011-12-08 Jeremy Kerrfilters: handle utf-8 characters when building filter...
2011-11-25 david decotignypatchwork: new pwclient git-am action
2011-11-25 Jeremy Kerrparser: allow other protocol types in pull-request...
2011-09-19 Jeremy Kerrmodels: Update Person & UserProfile object whenever...
2011-09-19 Jeremy KerrMerge branch 'notifications'
2011-07-18 Jeremy Kerrxmlrpc: do slice before patch_to_dict
2011-04-19 Jeremy Kerrsettings: Use multiple-DB-style format for default...
2011-04-19 Jeremy KerrOrder: always set Order.order
2011-04-14 Jeremy Kerrnotifications: implement opt-out notifications
2011-04-14 Jeremy Kerrnotifications: Add NOTIFICATION_FROM_EMAIL setting
2011-04-14 Jeremy Kerrnotifications: Add code to send notifications
2011-04-14 Jeremy Kerrmodels: Add PatchChangeNotification and record patch...
2011-04-14 Jeremy KerrAdd email opt-out system
2011-04-14 Jeremy Kerrregistration: use EmailConfimation rather than separate...
2011-04-14 Jeremy KerrUse generic email confirmation object
2011-04-14 Guilherme Salgadoforms: Fix MultipleBooleanField.to_python when the...
2011-04-14 Jeremy Kerrmodels: use implied line continuations
2011-04-14 Guilherme Salgadomodels: Project.is_editable to check whether a user...
2011-04-14 Guilherme Salgadoviews: Refactor generic_list() to make it less complicated
2011-04-14 Dirk Wallensteinadmin: Streamline admin model registration
2011-04-14 Guilherme Salgadosettings: Remove hard-coded absolute paths
2011-03-30 Guilherme SalgadoRemove a bunch of unused variables
2011-03-30 Guilherme SalgadoUse the 'in' operator instead of dict.has_key(), which...
2011-03-30 Guilherme Salgadoparser: Get rid of some code duplication in parsemail...
2011-03-30 Jeremy Kerrmodels: use User.post_save signal to create UserProfile...
2011-03-30 Guilherme SalgadoReplace tab characters with spaces on .py files
2011-03-15 Guilherme SalgadoRemove unused imports
2011-03-09 Jeremy Kerrviews: use id__in = get_patch_ids() to get the modified...
2011-03-08 Guilherme Salgadoforms: Fix archiving/unarchiving of patches on patch...
2011-03-08 Guilherme Salgadoparser: Allow pull requests to include a diff
2011-03-08 Guilherme SalgadoRemove unused templates and some code for processing...
2011-03-08 Jeremy Kerrfilters: quote param names and values when constructing...
next