1. 02 8月, 2019 1 次提交
    • G
      Add outbound requests setting for system hooks · e5e1c907
      George Koltsov 提交于
      This MR adds new application setting to network section
      `allow_local_requests_from_system_hooks`. Prior to this change
      system hooks were allowed to do local network requests by default
      and we are adding an ability for admins to control it.
      e5e1c907
  2. 25 7月, 2019 1 次提交
  3. 04 7月, 2019 1 次提交
  4. 02 7月, 2019 1 次提交
  5. 26 6月, 2019 1 次提交
  6. 25 6月, 2019 2 次提交
  7. 30 5月, 2019 1 次提交
  8. 07 5月, 2019 1 次提交
  9. 09 4月, 2019 1 次提交
  10. 06 4月, 2019 1 次提交
    • G
      Add part of needed code · 64858317
      Gosia Ksionek 提交于
      Add columns to store project creation settings
      
      Add project creation level column in groups
       and default project creation column in application settings
      
      Remove obsolete line from schema
      
      Update migration with project_creation_level column existence check
      
      Rename migrations to avoid conflicts
      
      Update migration methods
      
      Update migration method
      64858317
  11. 05 4月, 2019 2 次提交
  12. 07 2月, 2019 3 次提交
  13. 04 1月, 2019 1 次提交
  14. 24 12月, 2018 1 次提交
  15. 29 11月, 2018 1 次提交
  16. 07 11月, 2018 1 次提交
    • T
      User can keep their commit email private · c239452b
      Tiago Botelho 提交于
      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
  17. 05 11月, 2018 1 次提交
  18. 13 10月, 2018 1 次提交
  19. 10 10月, 2018 1 次提交
    • Z
      Remove Git circuit breaker · 30b4ce94
      Zeger-Jan van de Weg 提交于
      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
  20. 01 10月, 2018 1 次提交
    • O
      Make single diff patch limit configurable · 4fbca2a3
      Oswaldo Ferreira 提交于
      - 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
  21. 24 9月, 2018 1 次提交
  22. 19 9月, 2018 1 次提交
  23. 08 9月, 2018 1 次提交
  24. 07 9月, 2018 1 次提交
  25. 30 8月, 2018 1 次提交
  26. 08 8月, 2018 1 次提交
    • Æ
      Add ability suppress the global "You won't be able [use] SSH" message · b6ba8cc6
      Ævar Arnfjörð Bjarmason 提交于
      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
  27. 07 8月, 2018 1 次提交
    • P
      Web IDE & CodeSandbox · 7b4b9e1c
      Phil Hughes 提交于
      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
  28. 01 8月, 2018 1 次提交
  29. 30 7月, 2018 1 次提交
  30. 27 7月, 2018 5 次提交
  31. 10 7月, 2018 1 次提交
  32. 05 6月, 2018 1 次提交