Skip to content
Snippets Groups Projects
  1. Nov 07, 2018
  2. Oct 24, 2018
  3. Oct 16, 2018
  4. 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
      33c4c5b8
  5. Sep 13, 2018
  6. Sep 11, 2018
  7. Sep 07, 2018
  8. Aug 14, 2018
  9. Aug 08, 2018
  10. Jul 17, 2018
  11. Jul 12, 2018
  12. Jul 09, 2018
  13. 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.
      156a9d39
  14. Jun 21, 2018