1. 08 12月, 2018 1 次提交
  2. 06 12月, 2018 1 次提交
  3. 20 11月, 2018 1 次提交
  4. 17 11月, 2018 1 次提交
  5. 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
  6. 13 11月, 2018 1 次提交
  7. 07 11月, 2018 1 次提交
  8. 24 10月, 2018 1 次提交
  9. 17 10月, 2018 1 次提交
  10. 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
  11. 13 9月, 2018 1 次提交
  12. 12 9月, 2018 1 次提交
  13. 07 9月, 2018 2 次提交
  14. 14 8月, 2018 1 次提交
  15. 08 8月, 2018 3 次提交
  16. 17 7月, 2018 1 次提交
  17. 12 7月, 2018 1 次提交
  18. 09 7月, 2018 2 次提交
  19. 07 7月, 2018 1 次提交
    • F
      Transforms diffs module to a namespaced one to avoid console error due to rewire export. · 156a9d39
      Filipa Lacerda 提交于
      Detailed: Because of rewire we need to export a default empty object in our actions to prevent it to export the wrong default in karma. Vuex getters are global, and because the Vuex store uses several non namespaced moduled, there was already a getter named default, due to the same empty export.
      In order to solve it I chose to namespace the module. Could also be fixed by importing the getters explicitly instead of all of them.
      156a9d39
  20. 21 6月, 2018 1 次提交