Skip to content
Snippets Groups Projects
  1. Feb 24, 2020
  2. Jan 14, 2020
  3. Dec 09, 2019
  4. Oct 29, 2019
  5. Jul 16, 2019
  6. Jun 26, 2019
  7. Apr 02, 2019
  8. Mar 29, 2019
  9. Mar 11, 2019
  10. 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
  11. Feb 15, 2019
  12. Dec 13, 2018
  13. Dec 12, 2018
  14. Dec 08, 2018
  15. Dec 06, 2018
  16. Nov 20, 2018
  17. Nov 16, 2018
  18. 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
  19. Nov 13, 2018
  20. Nov 07, 2018
  21. Oct 24, 2018
  22. Oct 16, 2018
  23. 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
  24. Sep 13, 2018
  25. Sep 11, 2018
  26. Sep 07, 2018
  27. Aug 14, 2018
  28. Aug 08, 2018
  29. Jul 17, 2018
  30. Jul 12, 2018
  31. Jul 09, 2018
  32. 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
  33. Jun 21, 2018
Loading