1. 16 1月, 2019 1 次提交
  2. 01 1月, 2019 1 次提交
  3. 20 11月, 2018 1 次提交
  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. 16 10月, 2018 1 次提交
  6. 03 10月, 2018 1 次提交
    • P
      Added file tree to merge request diffs · 33c4c5b8
      Phil Hughes 提交于
      This file tree displays all the diff files in a tree like format
      Each file is taken and converted into a tree with folders
      Each folder can be toggled open & closed
      Clicking a file will scroll to the diff file & highlight with a glow affect
      
      Searching the tree list will search only files & return a list of the
      files without any folders
      
      Each file row contains an icon to show changed, new file or deleted
      Each row will also contain the added & removed lines count
      
      Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14249
      33c4c5b8
  7. 21 6月, 2018 1 次提交