mirror of
https://github.com/go-gitea/gitea.git
synced 2024-05-11 05:55:29 +00:00
b091c994b5
* When replying to an outdated comment it should not appear on the files page This happened because the comment took the latest commitID as its base instead of the reviewID that it was replying to. There was also no way of creating an already outdated comment - and a reply to a review on an outdated line should be outdated. Signed-off-by: Andrew Thornton <[email protected]> * fix test Signed-off-by: Andrew Thornton <[email protected]> * Fix broken migration Signed-off-by: Andrew Thornton <[email protected]> * fix mssql Signed-off-by: Andrew Thornton <[email protected]> * Create temporary table because ... well MSSQL ... Signed-off-by: Andrew Thornton <[email protected]> * Create temporary table because ... well MSSQL ... Signed-off-by: Andrew Thornton <[email protected]> * Create temporary table because ... well MSSQL ... Signed-off-by: Andrew Thornton <[email protected]> * fix mssql Signed-off-by: Andrew Thornton <[email protected]> * move session within the batch Signed-off-by: Andrew Thornton <[email protected]> * regen the sqlcmd each time round the loop Signed-off-by: Andrew Thornton <[email protected]> * as per @lunny Signed-off-by: Andrew Thornton <[email protected]> Co-authored-by: techknowlogick <[email protected]> Co-authored-by: Lunny Xiao <[email protected]>