Skip to content
Snippets Groups Projects
  1. Dec 20, 2019
  2. Dec 18, 2019
  3. Dec 16, 2019
  4. Sep 11, 2019
    • Filipa Lacerda's avatar
      Enables Run Pipeline button to be rendered · 48b98b58
      Filipa Lacerda authored
      In the Merge Request view, under pipelines tab
      the user can see a run pipeline button
      
      Adds axios post request to button click
      
      Adds the logic to handle the user click,
      refresh the table and disable the button while thee
      request is being made
      
      Updates UI for desktop and mobile
      
      Adds specs
      Regenerates potfile
      
      Follow-up after review
      
      Uses .finally to avoid code repetition
      48b98b58
  5. Jun 12, 2019
  6. May 03, 2019
  7. Apr 11, 2019
  8. Jan 24, 2019
  9. Nov 27, 2018
  10. 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
  11. Oct 19, 2018
  12. Oct 09, 2018
  13. 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
  14. Sep 20, 2018
    • Mike Greiling's avatar
      Upgrade eslint to v5 · 4242122a
      Mike Greiling authored
      We needed to disable a few eslint-config-airbnb-base rules in order
      to keep the number of line changes under control.  These should be
      re-enabled asap.
      Verified
      4242122a
  15. Jun 30, 2018
  16. Jun 29, 2018
  17. Jun 25, 2018
  18. Jun 21, 2018
  19. Jun 13, 2018
  20. May 29, 2018
  21. Apr 13, 2018
  22. Apr 12, 2018
  23. Mar 15, 2018
  24. Mar 09, 2018
  25. Feb 28, 2018
  26. Feb 20, 2018
  27. Feb 02, 2018
  28. Jan 31, 2018
  29. Jan 30, 2018
  30. Dec 15, 2017
  31. Dec 13, 2017
  32. Dec 11, 2017
  33. Dec 08, 2017
  34. Dec 07, 2017
  35. Oct 23, 2017
Loading