| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
There was a precedent of using:
syz fix: repo \t commit
This was rejected as error. Support \t between tokens.
|
| |
|
|
|
| |
Some users spell the command as "#syz-dup:".
Support this and few more variations.
|
| |
|
|
|
|
| |
Several users attempted this and there does not seem
to be any reason to not allow this.
So parse out command from subject as well.
|
| |
|
|
|
|
|
| |
After commit 9ad9ef29caa52714dd5faff167e4b61643e40a7e
we started saying "your command '3' is accepted"
because we use numbers now. Keep string representation
of the command when parsing and use it in reply emails.
|
| |
|
|
|
| |
Quilt uses a slightly different patch format to traditional git
diff/format-patch. Support it.
|
| |
|
|
|
| |
Users have misspelled test: multiple times.
Accept commands without the colon.
|
| |
|
|
|
|
| |
OpenBSD does not use "first line is title" convention,
so test that this is parsed properly.
Also test that multi-line fix/dup commands are properly parsed.
|
| |
|
|
|
|
| |
We did not handle quoted-printable because mime package handles it.
But we can have a non-mime email in quoted-printable.
Simply handle it always, it's not hard.
|
| |
|
|
|
|
|
| |
120 columns looks like a reasonable limit
and requires few changes to existing code.
Update #538
|
| |
|
|
| |
Fix typos, non-canonical code, remove dead code, etc.
|
| |
|
|
|
| |
git-send-email sends emails without Content-Type,
let's assume it's text.
|
| |
|
|
| |
Just unnecessary clutter.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Support the new scheme of associating fixing commits with bugs.
Now we provide a tag along the lines of:
Reported-by: <syzbot+a4a91f6fc35e102@syzkaller.appspotmail.com>
The tag is supposed to be added to the commit.
Then we parse commit logs and extract these tags.
The final part on the dashboard is not ready yet,
but syz-ci should already parse and send the tags.
|
| |
|
|
|
|
|
|
|
|
| |
Allow:
full-commit-title-on-next-line
This allows commit titles between 70 and 80 cols with gmail.
Also be more permissive wrt spaces and tabs.
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
1. Allows sending emails upstream.
2. Filter out duplicate emails coming from our mailing lists.
3. Increase retry attempts for email commands
(don't want them to fail due to concurrent crash reports from managers).
|
| |
|
|
|
|
|
|
|
| |
- save Message-ID and use In-Reply-To in subsequent messages
- remember additional CC entries added manually
- don't mail to maintainers if maintainers list is empty
- improve mail formatting and add a footer
- implement upstream/fix/dup/invalid commands over email
- add tests
|
| |
|
|
| |
Compare email addresses without full name.
|
| |
|
|
| |
Replace extractBugID function with more general AddAddrContext/RemoveAddrContext.
|
| |
|
|
| |
Otherwise we we send each reply to ourselves and receive it again.
|
|
|
Parse extracts all potentially interesting info from an incoming email.
|