Skip to content

WIP: Initial MR discussions work

Fatih Acet requested to merge initial-discussion-json into master

This MR does the following things,

  • Creates initial discussions.json for MRs.
  • Conditionally renders existing MR discussions and new Vue MR discussions behind a cookie flag.
    • Cookie name is vue_mr_discussions and value should be equal to true
  • Creates webpack bundle for MR discussions with an initial console.log.
  • Updates JS code to conditionally run old MR discussion related code.

Related with #38178 (closed)

Edited by Fatih Acet

Merge request reports