[x]
):Steps to reproduce:
What happens?
Review comments are deleted.
There has been a lot of work on comments since 1.9.3. Upgrading to 1.10.2 (latest stable) should get you some improvements, but if I recall correctly your problem may have been fixed recently in 1.11.0
(currently RC1). You can try on try.gitea.io (which has a slightly newer version than that) to see if you can reproduce the problem there.
@guillep2k thanks. We'll upgrade to 1.11.0 and try it again.
@guillep2k it is try.gitea.io, right?
@guillep2k it is try.gitea.io, right?
Of course, thank you.
Please note that just like here, when you write inline comments they are pending unless you press one of approve, comment, request changes
I have upgraded Gitea to version 1.10.3, wrote some inline comments, then pressed "Request changes", then git push and after all that comments still disappear.
That comments maybe out of date so it cannot be displayed.
@lunny We actively use Gitea in our team. We do code reviews every day so I suppose they cannot be out of date
@airamrguez An outdated review is one that no longer matches a line of a PR code. For example, if you comment on line 80 of a file, but a later commit removes that particular line, then the review comment doesn't have a context for being displayed.
@guillep2k this is what happening, but is this how it should be? I mean, I don't want to lose those comments.
@airamrguez You are running Gitea 1.9.3. I think that your problem is currently solved, but I'm not certain about the right version (1.11 is release candidate now, and we're working in the 1.12 branch). This kind of review didn't generate a record in the comment
table, but now they do.
What you can do:
Please mind that old comments might be hidden forever; you need to create new comments.
@guillep2k We hace upgraded to version 1.11.0-rc2 and I think that comments are now preserved. It鈥檚 ok for me. Thank you all for your support