Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove SavePatch and generate patches on the fly #9302

Merged
merged 17 commits into from
Dec 13, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unnecessary set to StatusChecking
  • Loading branch information
zeripath committed Dec 10, 2019
commit 6ae5c4da7f717e96d32c1b958a05e7da30f1f264
1 change: 0 additions & 1 deletion models/pull.go
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,6 @@ func newPullRequestAttempt(repo *Repository, pull *Issue, labelIDs []int64, uuid

pr.Index = pull.Index
pr.BaseRepo = repo
pr.Status = PullRequestStatusChecking
zeripath marked this conversation as resolved.
Show resolved Hide resolved

pr.IssueID = pull.ID
if _, err = sess.Insert(pr); err != nil {
Expand Down