forgejo/services/pull
zeripath 9c9c3348bb
Prevent NPE on commenting on lines with invalidated comments (with migration) ()
* Prevent NPE on commenting on lines with invalidated comments

Only check for a review if we are replying to a previous review.

Prevent the NPE in  by assuming that a comment without a Review is
non-pending.

Fix 

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Add hack around to show the broken comments

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Add migration and remove template hacks

Signed-off-by: Andrew Thornton <art27@cantab.net>
2020-08-21 10:53:14 +03:00
..
check.go Re-attempt to delete temporary upload if the file is locked by another process () 2020-08-11 21:05:34 +01:00
check_test.go
commit_status.go
lfs.go Add basic repository lfs management () 2019-10-28 18:31:55 +00:00
main_test.go
merge.go Default empty merger list to those with write permissions () 2020-08-20 10:48:40 +03:00
patch.go Re-attempt to delete temporary upload if the file is locked by another process () 2020-08-11 21:05:34 +01:00
pull.go Re-attempt to delete temporary upload if the file is locked by another process () 2020-08-11 21:05:34 +01:00
pull_test.go
review.go Prevent NPE on commenting on lines with invalidated comments (with migration) () 2020-08-21 10:53:14 +03:00
temp_repo.go Handle more pathological branch and tag names () 2020-06-11 19:49:47 -04:00
update.go