Skip to content
Snippets Groups Projects
  1. Feb 14, 2018
  2. Feb 13, 2018
  3. Feb 08, 2018
  4. Feb 05, 2018
  5. Feb 02, 2018
  6. Jan 31, 2018
  7. Jan 30, 2018
  8. Jan 22, 2018
  9. Jan 18, 2018
  10. Jan 17, 2018
  11. Jan 12, 2018
  12. Jan 08, 2018
    • Michael Kozono's avatar
      Backport option to disable writing to `authorized_keys` file · 255a0f85
      Michael Kozono authored
      Originally branch 'mk-toggle-writing-to-auth-keys-1631'
      
      See merge request !2004
      
      Squashed commits:
      Add authorized_keys_enabled to Application Settings
      Ensure default settings are exposed in UI
      Without this change, `authorized_keys_enabled` is unchecked when it is nil, even if it should be checked by default.
      Add “Speed up SSH operations” documentation
      Clarify the reasons for disabling writes
      Add "How to go back" section
      Tweak copy
      Update Application Setting screenshot
      255a0f85
  13. Jan 04, 2018
  14. Dec 20, 2017
  15. Dec 15, 2017
  16. Dec 08, 2017
    • Bob Van Landuyt's avatar
      Move the circuitbreaker check out in a separate process · f1ae1e39
      Bob Van Landuyt authored
      Moving the check out of the general requests, makes sure we don't have
      any slowdown in the regular requests.
      
      To keep the process performing this checks small, the check is still
      performed inside a unicorn. But that is called from a process running
      on the same server.
      
      Because the checks are now done outside normal request, we can have a
      simpler failure strategy:
      
      The check is now performed in the background every
      `circuitbreaker_check_interval`. Failures are logged in redis. The
      failures are reset when the check succeeds. Per check we will try
      `circuitbreaker_access_retries` times within
      `circuitbreaker_storage_timeout` seconds.
      
      When the number of failures exceeds
      `circuitbreaker_failure_count_threshold`, we will block access to the
      storage.
      
      After `failure_reset_time` of no checks, we will clear the stored
      failures. This could happen when the process that performs the checks
      is not running.
      f1ae1e39
  17. Dec 04, 2017
  18. Nov 29, 2017
  19. Nov 23, 2017
  20. Nov 17, 2017
  21. Nov 15, 2017
    • Drew Blessing's avatar
      When a custom header logo is present, don't show GitLab type logo · 0332356d
      Drew Blessing authored
      In the new navigation header, when a user uploads a custom header
      logo GitLab will still show the 'GitLab' type logo. This is often
      undesirable as the user may want to upload a logo with their own
      name present. This change will toggle the GitLab type logo if a
      custom header logo is present.
      0332356d
  22. Nov 14, 2017
  23. Nov 12, 2017
  24. Nov 06, 2017
  25. Nov 02, 2017
  26. Nov 01, 2017
  27. Oct 26, 2017
  28. Oct 23, 2017
  29. Oct 17, 2017
  30. Oct 04, 2017
  31. Oct 03, 2017
  32. Sep 25, 2017
Loading