aboutsummaryrefslogtreecommitdiffstats
path: root/git-patchwork-bot.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-22pwbot: fix pagination logic bug in REST resultsHEADmasterKonstantin Ryabitsev1-1/+7
2023-07-19git-patchwork-bot: support histogram patchesKonstantin Ryabitsev1-2/+5
2023-06-15git-patchwork-bot: retry patch generation with --histogramKonstantin Ryabitsev1-5/+9
2022-01-25Fix hash generation after switching to "git show"Konstantin Ryabitsev1-17/+23
2022-01-25patchwork-bot: add ability to match by msgidKonstantin Ryabitsev1-87/+70
2021-12-16Revert "patchwork-bot: Ignore empty context lines"Konstantin Ryabitsev1-3/+1
2021-12-14patchwork-bot: add support for --tokens-fileKonstantin Ryabitsev1-2/+15
2021-12-14patchwork-bot: add proper typing hintsKonstantin Ryabitsev1-57/+75
2021-12-14patchwork-bot: remove xmlrpc vestigesKonstantin Ryabitsev1-124/+104
2021-12-13patchwork-bot: Add --pwhash for debuggingKees Cook1-0/+20
2021-12-13patchwork-bot: Ignore empty context linesKees Cook1-1/+3
2021-12-13patchwork-bot: Allow initial database to skip recent commitsKees Cook1-3/+11
2021-12-13patchwork-bot: Handle repo being a worktreeKees Cook1-2/+25
2021-12-13patchwork-bot: Allow limiting heads to single branchKees Cook1-3/+3
2021-12-13patchwork-bot: Create CACHEDIR if it is missingKees Cook1-0/+3
2021-12-13patchwork-bot: Note which actions are part of "housekeeping"Kees Cook1-1/+1
2021-10-07git-patchwork-bot: use shortened refname in noticesKonstantin Ryabitsev1-2/+2
2021-10-06git-patchwork-bot: bugfixes and template changeKonstantin Ryabitsev1-6/+10
2021-10-06git-patchwork-bot: use a global lockKonstantin Ryabitsev1-8/+8
2021-10-06git-patchwork-bot: First go at committer informationKonstantin Ryabitsev1-14/+27
2021-10-06git-patchwork-bot: Handle more merge commit formatsKonstantin Ryabitsev1-8/+16
2021-09-27Update git-patchwork-bot to use API 1.2Konstantin Ryabitsev1-7/+12
2020-11-13Default to project-level fromstatesKonstantin Ryabitsev1-1/+1
2020-10-16Improve autoarchive housekeepingKonstantin Ryabitsev1-7/+14
2020-10-05Only add cc's if we're not doing "onlyto"Konstantin Ryabitsev1-16/+18
2020-10-05Fix typo that should totally have been lintedKonstantin Ryabitsev1-1/+1
2020-10-05Fixes and a new 'ccall' featureKonstantin Ryabitsev1-34/+45
2020-09-25Don't require -r for housekeepingKonstantin Ryabitsev1-2/+5
2020-09-25Fixes for git-patchwork-bot and an example.yamlKonstantin Ryabitsev1-17/+22
2020-09-24Initial version 2.0Konstantin Ryabitsev1-570/+646
2020-03-19Don't set references on summary emailsKonstantin Ryabitsev1-6/+6
2019-10-18Not all pull requests have the word "git"Konstantin Ryabitsev1-1/+1
2019-10-11A couple of hotfixesKonstantin Ryabitsev1-2/+2
2019-10-07Small cleanup tweaks to logging, mostlyKonstantin Ryabitsev1-14/+7
2019-10-07Support "cclist" as config optionKonstantin Ryabitsev1-3/+11
2019-10-07Initial support for pull requestsKonstantin Ryabitsev1-5/+102
2019-05-22Fix typo in regexKonstantin Ryabitsev1-1/+1
2019-05-22Be more inclusive when stripping prefixesKonstantin Ryabitsev1-1/+1
2019-01-11Strip leading [prefixes] from series namesKonstantin Ryabitsev1-0/+5
2019-01-11Replace spaces with dashes in state namesKonstantin Ryabitsev1-1/+2
2019-01-11Patchwork replaces spaces with dashes in stateKonstantin Ryabitsev1-1/+1
2019-01-09Don't force a slash in commit linkKonstantin Ryabitsev1-3/+3
2019-01-08Add settable "fromstate" config variableKonstantin Ryabitsev1-3/+10
2019-01-03Quickfix for logging tracebackKonstantin Ryabitsev1-1/+1
2019-01-03Rely solely on dates for series supersedingKonstantin Ryabitsev1-18/+26
2018-12-18Fix for when there are multiple cc headersKonstantin Ryabitsev1-1/+4
2018-12-13Don't send a report when summaryto not setKonstantin Ryabitsev1-0/+8
2018-12-13Use X-Patchwork-Bot: notify header logicKonstantin Ryabitsev1-29/+34
2018-12-05Fix logic for onlyifcc and handle lowercase cc'sKonstantin Ryabitsev1-1/+3
2018-12-05Don't try to get emails out of a NoneTypeKonstantin Ryabitsev1-3/+7
2018-12-05Improve email quoting and exclusion rulesKonstantin Ryabitsev1-12/+42
2018-12-04Deal with multipart-signed pull requestsKonstantin Ryabitsev1-1/+2
2018-12-03Check before deleting patch from cacheKonstantin Ryabitsev1-1/+3
2018-12-03Significant rework to improve notify_submitterKonstantin Ryabitsev1-245/+337
2018-11-30Sort by submitter/name instead of submitter/idKonstantin Ryabitsev1-1/+1
2018-11-30More utf-8 encoding fixesKonstantin Ryabitsev1-38/+46
2018-11-29Use MIMEText to send as utf-8 encodedKonstantin Ryabitsev1-37/+34
2018-11-29Initialize report in the right placeKonstantin Ryabitsev1-1/+1
2018-11-28Don't critical at empty reposKonstantin Ryabitsev1-1/+1
2018-11-28Make auto-supersede report a bit more readableKonstantin Ryabitsev1-9/+7
2018-11-28Only archive state=new patchesKonstantin Ryabitsev1-0/+1
2018-11-28Fix infinite loopageKonstantin Ryabitsev1-4/+13
2018-11-28Fix locking and autoarchive paginationKonstantin Ryabitsev1-8/+9
2018-11-27Housekeeping report bugfixKonstantin Ryabitsev1-3/+7
2018-11-27Add housekeeping for auto-supersede/archiveKonstantin Ryabitsev1-8/+271
2018-11-26Fix to deal better with multiple matchesKonstantin Ryabitsev1-40/+51
2018-11-23Rename and add description to the headerKonstantin Ryabitsev1-0/+694