| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Rename pkg/git to pkg/vcs because we need to support not only git.
|
| |
|
|
| |
Update #501
|
| |
|
|
|
|
|
| |
PreviousReleaseTags returns list of preceding release tags
that are reachable from the given commit.
Update #501
|
| |
|
|
| |
Update #538
|
| |
|
|
|
|
|
|
|
|
| |
This implements 2 features:
1. It's now possible to specify exact commit when testing as:
2. It's possible to test without patch attached
assuming the patch is already committed to the tested tree.
Fixes #558
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
| |
Add Patch, Checkout, CheckRepoAddress and CheckBranch.
Will be needed for patch testing.
|
|
|
1. Fetch last 200K commits instead of commits for past year.
For merged commits both author date and commit date can be
arbitrary long in past (e.g. we got a commit dated by 2014).
2. Strip some commit prefixes from commits.
We have some trees where backports are prefixed with "BACKPORT:".
Previously we could no match such commits.
|