You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nanguan Lin dc04044716
Replace assert.Fail with assert.FailNow (#27578)
assert.Fail() will continue to execute the code while assert.FailNow()
not. I thought those uses of assert.Fail() should exit immediately.
PS: perhaps it's a good idea to use
[require](https://pkg.go.dev/github.com/stretchr/testify/require)
somewhere because the assert package's default behavior does not exit
when an error occurs, which makes it difficult to find the root error
reason.
10 months ago
..
check.go Penultimate round of `db.DefaultContext` refactor (#27414) 10 months ago
check_test.go Replace assert.Fail with assert.FailNow (#27578) 10 months ago
comment.go Delete `issue_service.CreateComment` (#26298) 12 months ago
commit_status.go Fix pull request check list is limited (#26179) 12 months ago
edits.go Implement FSFE REUSE for golang files (#21840) 2 years ago
lfs.go Refactor and tidy-up the merge/update branch code (#22568) 1 year ago
main_test.go make writing main test easier (#27270) 10 months ago
merge.go Move notification interface to services layer (#26915) 11 months ago
merge_merge.go Refactor and tidy-up the merge/update branch code (#22568) 1 year ago
merge_prepare.go Refactor merge/update git command calls (#23366) 1 year ago
merge_rebase.go Merge message template support for rebase without merge commit (#22669) 1 year ago
merge_squash.go Improve squash merge commit author and co-author with private emails (#22977) 1 year ago
merge_test.go Support template for merge message description (#22248) 2 years ago
patch.go Add transaction when creating pull request created dirty data (#26259) 12 months ago
patch_unmerged.go Implement FSFE REUSE for golang files (#21840) 2 years ago
pull.go Penultimate round of `db.DefaultContext` refactor (#27414) 10 months ago
pull_test.go Support template for merge message description (#22248) 2 years ago
review.go Even more `db.DefaultContext` refactor (#27352) 10 months ago
temp_repo.go Sync branches into databases (#22743) 1 year ago
update.go Sync branches into databases (#22743) 1 year ago
update_rebase.go Refactor and tidy-up the merge/update branch code (#22568) 1 year ago