Skip to content
Snippets Groups Projects
  1. Feb 18, 2020
  2. Feb 14, 2020
  3. Dec 20, 2019
  4. Dec 17, 2019
  5. Nov 16, 2019
  6. Aug 22, 2019
    • Denys Mishunov's avatar
      Always pre-select "Start a new merge request" · 371e1ed3
      Denys Mishunov authored and Paul Slaughter's avatar Paul Slaughter committed
      One exception: there is an existing MR for the current branch and the
      branch is non-default and non-protected.
      
      Extended mock_data for ide/stores to have different types of branches:
      default, protected and regular
      
      Cleaned new MR checkbox view
      371e1ed3
  7. 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
  8. Jun 03, 2019
  9. May 29, 2019
  10. Apr 04, 2019
    • Sam Bigelow's avatar
      Shortcut to create MR in web IDE · 2571856f
      Sam Bigelow authored
      Before the user had to choose between committing to a new branch,
      committing to a new branch AND creating an MR, or committing to the
      current branch regardless of whether or not it already has an MR.
      
      This commit separates the creation of an MR from whether or not they
      commit to an existing or new branch
      2571856f
  11. Oct 30, 2018
  12. Aug 07, 2018
    • 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
  13. Aug 02, 2018
  14. Jun 27, 2018
  15. May 07, 2018
  16. May 04, 2018
  17. May 03, 2018
  18. May 02, 2018
  19. May 01, 2018
  20. Apr 23, 2018
  21. Apr 20, 2018
  22. Apr 19, 2018
  23. Apr 18, 2018
  24. Apr 16, 2018
Loading