Skip to content
Snippets Groups Projects
  1. Apr 02, 2019
  2. Mar 29, 2019
  3. Mar 11, 2019
  4. Feb 18, 2019
    • Phil Hughes's avatar
      Fix diff files not rendering · 512f9624
      Phil Hughes authored
      Fixes some diff files not rendering when the renderIt
      property is updated.
      Previously it was using a local copy of renderIt which meant
      Vue wouldn't update it when the files renderIt property was updates
      Unverified
      512f9624
  5. Feb 15, 2019
  6. Dec 13, 2018
  7. Dec 12, 2018
  8. Dec 08, 2018
  9. Dec 06, 2018
  10. Nov 20, 2018
  11. Nov 16, 2018
  12. Nov 14, 2018
    • Phil Hughes's avatar
      Made diff & note data consistent · 234563ba
      Phil Hughes authored
      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.
      Unverified
      234563ba
  13. Nov 13, 2018
  14. Nov 07, 2018
  15. Oct 24, 2018
  16. Oct 16, 2018
  17. Oct 03, 2018
    • Phil Hughes's avatar
      Added file tree to merge request diffs · 33c4c5b8
      Phil Hughes authored
      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
      Unverified
      33c4c5b8
  18. Sep 13, 2018
  19. Sep 11, 2018
  20. Sep 07, 2018
  21. Aug 14, 2018
  22. Aug 08, 2018
  23. Jul 17, 2018
  24. Jul 12, 2018
  25. Jul 09, 2018
  26. Jul 06, 2018
    • Filipa Lacerda's avatar
      Transforms diffs module to a namespaced one to avoid console error due to rewire export. · 156a9d39
      Filipa Lacerda authored
      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.
      Unverified
      156a9d39
  27. Jun 21, 2018
Loading