An error occurred fetching the project authors.
  1. 25 Jun, 2019 3 commits
  2. 30 May, 2019 1 commit
  3. 06 May, 2019 1 commit
  4. 09 Apr, 2019 1 commit
  5. 05 Apr, 2019 3 commits
  6. 06 Feb, 2019 3 commits
  7. 03 Jan, 2019 1 commit
  8. 24 Dec, 2018 1 commit
  9. 29 Nov, 2018 1 commit
  10. 07 Nov, 2018 1 commit
    • Tiago Botelho's avatar
      User can keep their commit email private · c239452b
      Tiago Botelho authored
      The private commit email is automatically generated in the format:
      id-username@noreply.HOSTNAME
      
      GitLab instance admins are able to change the HOSTNAME portion,
      that defaults to Gitlab's hostname, to whatever they prefer.
      c239452b
  11. 05 Nov, 2018 1 commit
  12. 13 Oct, 2018 1 commit
  13. 10 Oct, 2018 1 commit
    • Zeger-Jan van de Weg's avatar
      Remove Git circuit breaker · 30b4ce94
      Zeger-Jan van de Weg authored
      Was introduced in the time that GitLab still used NFS, which is not
      required anymore in most cases. By removing this, the API it calls will
      return empty responses. This interface has to be removed in the next
      major release, expected to be 12.0.
      30b4ce94
  14. 01 Oct, 2018 1 commit
    • Oswaldo Ferreira's avatar
      Make single diff patch limit configurable · 4fbca2a3
      Oswaldo Ferreira authored
      - Creates a new column to hold the single patch limit value on
      application_settings
      - Allows updating this value through the application_settings API
      - Calculates single diff patch collapsing limit based on
      diff_max_patch_bytes column
      - Updates diff limit documentation
      - Adds documentation (with warning) as of how one can update this limit
      4fbca2a3
  15. 24 Sep, 2018 1 commit
  16. 19 Sep, 2018 1 commit
  17. 07 Sep, 2018 2 commits
  18. 30 Aug, 2018 1 commit
  19. 08 Aug, 2018 1 commit
    • Ævar Arnfjörð Bjarmason's avatar
      Add ability suppress the global "You won't be able [use] SSH" message · b6ba8cc6
      Ævar Arnfjörð Bjarmason authored
      This fixes gitlab-org/gitlab-ce#49953, as noted in the documentation
      this feature is intended to be used when SSH certificates are
      enabled. Then this warning becomes not only pointless, but also
      misleading.
      
      This builds on top of gitlab-org/gitlab-ce!21009 since both need to
      modify the same documentation, which avoids a merge conflict.
      
      See also the gitlab-org/gitlab-ce#49218 issue and associated merge
      request.
      b6ba8cc6
  20. 07 Aug, 2018 1 commit
    • 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
      7b4b9e1c
  21. 01 Aug, 2018 1 commit
  22. 30 Jul, 2018 1 commit
  23. 27 Jul, 2018 3 commits
  24. 26 Jul, 2018 2 commits
  25. 10 Jul, 2018 1 commit
  26. 04 Jun, 2018 1 commit
  27. 29 May, 2018 1 commit
  28. 07 May, 2018 1 commit
  29. 04 May, 2018 1 commit
    • Bob Van Landuyt's avatar
      Store application wide terms · 3d6d0a09
      Bob Van Landuyt authored
      This allows admins to define terms in the application settings.
      
      Every time the terms are adjusted, a new version is stored and becomes
      the 'active' version. This allows tracking which specific version was
      accepted by a user.
      3d6d0a09
  30. 13 Apr, 2018 1 commit