summaryrefslogtreecommitdiff
path: root/apps/patchwork/bin
AgeCommit message (Expand)Author
2015-06-05add more fine-grained handling of update-committed-patchesAndy Doan
2015-05-29break project commits logic out of _updateAndy Doan
2015-05-29break up _update functionAndy Doan
2014-11-21fix broken commit ea20228e346cc2fbbbebcb32a44331c534943cf7Andy Doan
2014-11-21allow cron script to exit with an errorAndy Doan
2014-07-24use django DB connection for patchworkAndy Doan
2014-02-14Moved comment saving.Milo Casagrande
2014-02-14Reworked the way we chacke if a patch is valid.Milo Casagrande
2014-02-14Space conversion.Milo Casagrande
2013-12-05Refactored code.Milo Casagrande
2013-12-05Fixed if clause.Milo Casagrande
2013-12-05Added crowd integration for email checking.Milo Casagrande
2013-12-05Merged from trunk.Milo Casagrande
2013-12-05Fixed if clause.Milo Casagrande
2013-12-05Fixed print statement.Milo Casagrande
2013-12-04Fixed doc string, refactored variable, fixed if-logic.Milo Casagrande
2013-12-03Merged from trunk.Milo Casagrande
2013-11-29Fixes to accept only patches from Linaro engineers.Milo Casagrande
2013-11-29PEP8 fixes for parsemail.Milo Casagrande
2013-10-17Applied improvements to diff parsing script.Milo Casagrande
2013-10-16Updated to use new Crowd code.Milo Casagrande
2013-09-20Fixed missing exception.Milo Casagrande
2013-09-18Modified, fixed and speeded up update-committed-patches script.Milo Casagrande
2012-10-18Cherry picked upstream patch.Milo Casagrande
2012-06-28Removed duplicated code, PEP8 fixes.Milo Casagrande
2012-06-27Added workaround to fix problem with repo without a default branch.Milo Casagrande
2012-04-04Made error handling in string_to_unicode more informative.James Tunnicliffe
2012-04-02When decoding an email body into unicode, catch decode exceptions and tryJames Tunnicliffe
2012-01-13Fix update-committed-patches.py which was crashing when attempting to write a...Guilherme Salgado
2012-01-11Change update-committed-patches.py to write errors to stderr instead of stdoutGuilherme Salgado
2012-01-11When running scripts, suppress a python2.6 warning caused by django-registrat...Guilherme Salgado
2011-12-16Fix bug 900301 by killing the git subprocesses if they haven't finished after...Guilherme Salgado
2011-12-13Change update-committed-patches.py to store the lockfile under /var/lock to a...Guilherme Salgado
2011-12-06Change update-committed-patches.py to get a lock before running in order to p...Guilherme Salgado
2011-11-02Change update-committed-patches.py to make sure we don't set date_last_state_...Guilherme Salgado
2011-06-22Fix update-committed-patches.py to always update project.last_seen_commit_ref...Guilherme Salgado
2011-06-08A bunch of Linaro-specific changes that don't make sense upstream.Guilherme Salgado
2011-06-03Adds a script which goes through all registered projects looking for patches ...Guilherme Salgado
2011-06-03Prefer patch subject/author when they're specified in the body of the emailGuilherme Salgado
2011-06-03Expose project VCS details both on the UI and on the XML-RPC APIGuilherme Salgado
2011-06-03New module to set appropriate sys.path for scriptsGuilherme Salgado
2011-04-14Use email addresses of recipients as fallback to lookup the patch's projectGuilherme Salgado
2011-03-30parser: Get rid of some code duplication in parsemail-batch.shGuilherme Salgado
2011-03-30models: use User.post_save signal to create UserProfile objectsJeremy Kerr
2011-03-08parser: Allow pull requests to include a diffGuilherme Salgado
2011-02-28parser: Recognize mail headers for delegate and stateDirk Wallenstein
2011-02-11parser: Account for mail client line wrapping in pull requestsDirk Wallenstein
2011-02-11templates: Fix pwclient no-match messagesDirk Wallenstein
2011-02-11parser: Decode the subject headerDirk Wallenstein
2010-12-10pwclient: fix handling of UTF-8 char in submitter nameAndreas Bießmann