Skip to content
Snippets Groups Projects
  1. Apr 02, 2019
  2. Feb 25, 2019
    • Sanad Liaquat's avatar
      Update GitHub Import test · ddef2f1f
      Sanad Liaquat authored
      Removes the unnecessary :orchestrated tag and updates a few
      selectors. Also wait_for_success for import before proceeding.
      The test is currently placed in quarantine because of a bug.
      ddef2f1f
  3. Feb 18, 2019
  4. Feb 06, 2019
  5. Jan 24, 2019
  6. Jan 23, 2019
  7. Jan 22, 2019
  8. Jan 18, 2019
  9. Jan 17, 2019
  10. Dec 21, 2018
  11. Dec 19, 2018
  12. Dec 17, 2018
  13. Dec 13, 2018
  14. Nov 29, 2018
  15. Nov 27, 2018
  16. Nov 20, 2018
  17. Nov 09, 2018
  18. Nov 08, 2018
  19. 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
  20. Oct 06, 2018
  21. Sep 07, 2018
  22. Jun 21, 2018
  23. Jun 19, 2018
  24. Jun 15, 2018
  25. Jun 11, 2018
  26. Apr 11, 2018
  27. Mar 16, 2018
  28. Mar 09, 2018
  29. Feb 28, 2018
  30. Feb 07, 2018
  31. Jan 05, 2018
  32. Dec 08, 2017
  33. Dec 04, 2017
  34. Nov 01, 2017
  35. Oct 10, 2017
    • Phil Hughes's avatar
      Flash is now a ES6 module · fa2af5e0
      Phil Hughes authored
      Reduced the technical debt around our JS flash function by making it a
      module that is imported rather than relying on the global function.
      The global function still exists mainly for technical debt with how
      some requests are being completed, but new JS should import the module
      directly.
      
      Also reduces some tech debt in the file by removing the need for jQuery.
      Instead Flash is now 100% vanilla JS.
      Verified
      fa2af5e0
  36. Oct 02, 2017
  37. Aug 23, 2017
  38. Aug 22, 2017
  39. Aug 21, 2017
Loading