aboutsummaryrefslogtreecommitdiffstats
path: root/patchwork/bin
AgeCommit message (Expand)Author
2017-09-06parsemail: keep branch name in subject for seriesJose Lamego
2017-07-03pwclient: encode patch info output to utf-8Jose Lamego
2017-06-20pwclient: upgrade to latest versionJose Lamego
2017-06-14pwclient: catch patch_get_by_hash exceptionJose Lamego
2017-04-06parsemail.py: Improve clean_subject functionJose Lamego
2017-04-06parsemail.py: Improve find_series_for_mailJose Lamego
2017-03-28parsemail.py: Improve status-change-through-emailJose Lamego
2017-02-22parsemail: Fix typo at prefix-compile statementJose Lamego
2017-02-10parsemail: Split PATCH prefix if not singleJose Lamego
2017-02-10parsemail: Process email with duplicated message-idJose Lamego
2017-01-25parsemail.py: Check if author.user profile existsJose Lamego
2017-01-24parsemail: Set patch state from email metadataJose Lamego
2017-01-16parsemail.py: Improve new patch filteringJose Lamego
2016-11-24patchwork.bin.parsemail: Improve pull-request regexJose Lamego
2016-11-24patchwork.bin.parsemail: Use oldest header referencesJose Lamego
2016-09-23parsemail: Allow new series with pull-request messagesJose Lamego
2016-07-19parsemail: Increase the lock timeout to a minuteDamien Lespiau
2016-07-19parsemail: Limit the search for previous patches to the current projectDamien Lespiau
2016-05-03pwclient: Fix typosEric Engestrom
2016-04-01parsemail.sh: Always return a zero exit statusJeremy Kerr
2016-03-03pep8: Resolve the remaining PEP8 issue in pwclientDamien Lespiau
2016-02-18parsemail: Generate useful retcodesMauro Carvalho Chehab
2016-02-18parser: Set the delegate using Delegation rulesLaurent Pinchart
2016-02-18pep8: Manually resolve remaining issuesStephen Finucane
2016-02-18pep8: Run autopep8 on the code baseDamien Lespiau
2016-02-17py3: Resolve unicode issuesStephen Finucane
2016-02-17py3: "Modernize" code baseStephen Finucane
2016-02-16trivial: Reorder importsStephen Finucane
2016-02-16py3: Add required 'future' importsStephen Finucane
2016-02-10series: Update the number of patches when resending full new seriesDamien Lespiau
2016-02-09parsemail: Detect git send-email emails without X-Mailer headersDamien Lespiau
2016-01-25series: Store the last revision in the series objectDamien Lespiau
2016-01-25parsemail: Infer the number of patches from mail thread if not givenDamien Lespiau
2015-12-05xmlrpc: Treat negative max_count as meaning "return last N results"Adam Jackson
2015-12-05parsemail: Propagate arguments to parsemail.pyDamien Lespiau
2015-12-05parsemail: Use logging instead of printsStephen Finucane
2015-12-05parsemail.py: Re-organize importsDamien Lespiau
2015-12-05parsemail.py: Use proper regex literalsDamien Lespiau
2015-12-05parsemail.py: Fix "No space allowed around keyword argument" warningsDamien Lespiau
2015-12-05parsemail.py: Pass pep8Damien Lespiau
2015-12-05management: Create 'rehash' commandStephen Finucane
2015-11-11parsemail: Never drop patches sent as attachmentsDamien Lespiau
2015-11-10parsemail: Ensure that the patch order cannot be NoneDamien Lespiau
2015-11-07project: Allow multiple projects to share the same mailing listDamien Lespiau
2015-10-29lint: Remove ';' at the end of statementsDamien Lespiau
2015-10-20pwclient: use argparse's error() function for bad inputBrian Norris
2015-10-20pwclient: rework multi-command help textBrian Norris
2015-10-20pwclient: require one or more of pwclient -{a,s}Brian Norris
2015-10-20pwclient: dict.iteritems() is deprecated in Python 3Brian Norris
2015-10-20pwclient: basic python3 supportMike Frysinger