Skip to content

Add instant comments support

kushalpandya requested to merge ee-27614-instant-comments into master

This MR is an EE port for https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10760

What does this MR do?

https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10760/

Why was this MR needed?

Currently comments are updated only after network response is received, having comments posted instantly while network communication is happening in the background gives user a perception of better performance.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/issues/27614

Merge request reports