Skip to content
Snippets Groups Projects
  1. Mar 17, 2020
  2. Feb 27, 2020
  3. Feb 18, 2020
  4. Feb 15, 2020
  5. Feb 14, 2020
  6. Feb 05, 2020
  7. Feb 03, 2020
  8. Jan 17, 2020
  9. Nov 27, 2019
  10. 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
  11. Jun 12, 2019
  12. 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
  13. Mar 28, 2019
  14. Feb 15, 2019
  15. Feb 05, 2019
  16. Jan 31, 2019
  17. Jan 14, 2019
  18. Dec 07, 2018
  19. 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
  20. Sep 17, 2018
  21. Sep 07, 2018
  22. Aug 31, 2018
  23. Aug 15, 2018
  24. Aug 14, 2018
  25. Aug 07, 2018
    • Paul Slaughter's avatar
      Create Web IDE MR and branch picker · 0d6e50d5
      Paul Slaughter authored
      0d6e50d5
    • Phil Hughes's avatar
    • Phil Hughes's avatar
      Web IDE & CodeSandbox · 7b4b9e1c
      Phil Hughes authored
      This enables JavaScripts projects to have live previews straight in the
      browser without requiring any local configuration. This uses the
      CodeSandbox package `sandpack` to compile it all inside of an iframe.
      
      This feature is off by default and can be toggled on in the admin
      settings. Only projects with a `package.json` and a `main` key are
      supported.
      
      Updates happen in real-time with hot-reloading. We just watch for
      changes to files and then send them to `sandpack` to allow it to reload
      the iframe. The iframe includes a very simple navigation bar, the text
      bar is `readonly` to stop users navigating away from the preview and
      the back and forward buttons just pop/splice the navigation stack
      which is tracked by a listener on `sandpack`
      
      There is a button inside the iframe which allows the user to open the
      projects inside of CodeSandbox. This button is only visible on
      **public** projects. On private or internal projects this button
      get hidden to protect private code being leaked into an external
      public URL.
      
      Closes #47268
      Verified
      7b4b9e1c
    • Paul Slaughter's avatar
      Web IDE context header redesign · db739548
      Paul Slaughter authored
      db739548
  26. Aug 01, 2018
  27. Jul 26, 2018
Loading