Skip to content
Snippets Groups Projects
  1. Mar 17, 2020
  2. Feb 13, 2020
  3. Jan 14, 2020
  4. Dec 19, 2019
  5. Dec 17, 2019
  6. Dec 12, 2019
  7. Dec 09, 2019
  8. Dec 04, 2019
  9. Nov 26, 2019
  10. Aug 12, 2019
  11. Aug 10, 2019
  12. Jul 03, 2019
  13. Jul 02, 2019
  14. Jun 14, 2019
  15. Jun 05, 2019
  16. May 10, 2019
  17. May 03, 2019
  18. Mar 19, 2019
  19. Mar 11, 2019
  20. Mar 06, 2019
  21. Feb 27, 2019
    • Denys Mishunov's avatar
      Set up basic keyboard next/previous navigation in diff list · 0aff8e27
      Denys Mishunov authored
      Mousetrap is used as the help-tool to listen to keystrokes
      
      Added currentDiffIndex getter to store that holds
      the index of currently active diff file in the list
      
      Instead of computing it on the component, we will take advantage of it
      being available for all components in DiffsApp
      
      Testing keyboard navigation and jumpToFile()
      0aff8e27
  22. 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
  23. Feb 15, 2019
  24. Feb 05, 2019
  25. Jan 24, 2019
  26. Jan 15, 2019
  27. Dec 08, 2018
  28. Dec 05, 2018
  29. Dec 04, 2018
  30. Nov 30, 2018
  31. Nov 27, 2018
  32. Nov 20, 2018
  33. Nov 15, 2018
  34. 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
  35. Nov 09, 2018
  36. Nov 05, 2018
    • Phil Hughes's avatar
      Re-implemented image commenting on diffs · f7df9ddb
      Phil Hughes authored
      This re-implements image commenting in merge request diffs.
      This feature was previously lost when the merge request
      page was refactored into Vue.
      
      With this, we create an overlay component. The overlay
      component handles displaying the comment badges
      and the comment form badge.
      Badges are displayed based on the position attribute
      sent with the discussion.
      
      Comment forms for diff files are controlled through
      a different state property. This is so we don't
      tie comment forms to diff files directly creating
      deep nested state. Instead we create a flat array
      which holds the file hash & the X & Y position of
      the comment form.
      
      Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48956
      Unverified
      f7df9ddb
  37. Oct 25, 2018
Loading