Skip to content
Snippets Groups Projects
  1. May 05, 2020
  2. Apr 16, 2020
  3. Apr 03, 2020
  4. Mar 27, 2020
  5. Mar 17, 2020
  6. Feb 26, 2020
  7. Feb 15, 2020
  8. Feb 13, 2020
  9. Feb 05, 2020
  10. Feb 04, 2020
  11. Feb 03, 2020
  12. Jan 16, 2020
  13. Nov 26, 2019
  14. Aug 09, 2019
    • Himanshu Kapoor's avatar
      Reduce the default height of MR/branch dropdowns · 4b9328c1
      Himanshu Kapoor authored
      To avoid having empty areas in the dropdown that occupy
      unnessary space, I removed the dropdown's min-height and changed
      its default height in empty state to be same as its loading state
      (with the spinner).
      4b9328c1
    • Himanshu Kapoor's avatar
      Focus on the input when clicked outside the input · 8470c131
      Himanshu Kapoor authored
      Fixed in MR list and branch list components.
      
      Earlier clicking right outside the input box closed
      the dropdown, which was unexpected behaviour. To
      make it consistent with the behaviour of select2
      jquery plugin, I have made clicking outside the
      input focus on the input by using a label.
      8470c131
  15. Jun 12, 2019
  16. Jun 06, 2019
    • Sam Bigelow's avatar
      Default MR checkbox to true in most cases · bf8ab124
      Sam Bigelow authored
      - Pull the new MR option out into it's own component
      - Default MR checkbox to true when creating a new MR and committing to a
        branch that does not have an MR
      - Still change the MR checkbox to false when a user is on a branch that
        already has an MR
      - Hide MR option when on a branch that already has an MR and committing
        to current branch
      - Don't default to true when committing directly to master
      bf8ab124
  17. Mar 28, 2019
  18. Feb 15, 2019
  19. Feb 05, 2019
  20. Jan 31, 2019
  21. Jan 14, 2019
  22. Dec 07, 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
      Verified
      33c4c5b8
  24. Sep 17, 2018
  25. Sep 07, 2018
  26. Aug 31, 2018
Loading