1. 16 1月, 2019 1 次提交
  2. 14 12月, 2018 1 次提交
  3. 07 12月, 2018 1 次提交
    • O
      Remove unused data from discussions endpoint · 26b94bcc
      Oswaldo Ferreira 提交于
      We don't need a series of attributes to render diff files on
      discussions.json request. Therefore this MR removes lots of unnecessary
      attributes from the request, mainly the highlighted diff lines, which
      are pretty expensive.
      26b94bcc
  4. 15 11月, 2018 1 次提交
    • P
      Made diff & note data consistent · 234563ba
      Phil Hughes 提交于
      This caused many pain points when working with it.
      Part of the data was camel cased the other snake case.
      Other parts where snake case & then getting converted in components,
      this conversion has the potential for leaking memory.
      
      This changes that & makes it consistent with what it returned from the
      API, snake case.
      234563ba
  5. 06 11月, 2018 1 次提交
  6. 05 11月, 2018 1 次提交
    • P
      Re-implemented image commenting on diffs · f7df9ddb
      Phil Hughes 提交于
      This re-implements image commenting in merge request diffs.
      This feature was previously lost when the merge request
      page was refactored into Vue.
      
      With this, we create an overlay component. The overlay
      component handles displaying the comment badges
      and the comment form badge.
      Badges are displayed based on the position attribute
      sent with the discussion.
      
      Comment forms for diff files are controlled through
      a different state property. This is so we don't
      tie comment forms to diff files directly creating
      deep nested state. Instead we create a flat array
      which holds the file hash & the X & Y position of
      the comment form.
      
      Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48956
      f7df9ddb
  7. 30 10月, 2018 1 次提交
  8. 18 10月, 2018 1 次提交
  9. 06 10月, 2018 1 次提交
  10. 04 10月, 2018 1 次提交
  11. 01 10月, 2018 1 次提交
    • M
      Fix MR discussion not loaded issue · f09303b0
      Mark Chao 提交于
      Display `formatter` as the sole content of `position` object.
      This means `diff_file` data is not referenced, which is the
      caseu of "IOError: not opened for reading".
      f09303b0
  12. 26 9月, 2018 1 次提交
  13. 07 9月, 2018 3 次提交
  14. 08 8月, 2018 1 次提交
  15. 01 8月, 2018 1 次提交
  16. 18 7月, 2018 1 次提交
  17. 21 6月, 2018 1 次提交