Skip to content
Snippets Groups Projects
  1. Jul 10, 2024
  2. Jun 04, 2024
  3. Jun 24, 2024
  4. Jun 12, 2024
    • Vasilii Iakliushin's avatar
      Disable request buffering for new SSH endpoints · ed3f9dbbf52b
      Vasilii Iakliushin authored
      Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/466160
      
      **Problem**
      
      While testing the new implementation of SSH endpoints for git related
      actions. I noticed a problem reproducible in my
      local environment.
      
      The request from GitLab-Shell to Workhorse was hanging. After in
      investigation I discovered the root cause of this problem.
      
      In our NGINX configuration we use request buffering. After adding the
      new endpoint to the list of exceptions, then problem was resolved.
      
      **Solution**
      
      Add new endpoints to the list of exceptions for nginx configuration.
      
      Changelog: changed
      ed3f9dbbf52b
  5. Jun 24, 2024
    • Ian Baum's avatar
      Add gitlab-backup user · ab269a7991a2
      Ian Baum authored
      * Creates the gitlab-backup user and groups if they dont' exist
      * Adds the user to other groups
      * For use by gitlab-backup-cli for read/write permission to data for
        backups and restores
      
      Changelog: added
      ab269a7991a2
  6. Jun 19, 2024
  7. Jun 13, 2024
  8. Jun 11, 2024
  9. Jun 07, 2024
  10. Jun 04, 2024
  11. May 22, 2024
  12. Apr 18, 2024
  13. Apr 17, 2024
  14. May 29, 2024
  15. May 21, 2024
    • Stan Hu's avatar
      redis: Fix handling of passwords with a space · 191ff5a0879a
      Stan Hu authored
      Previously we used `CGI.escape(password)`, but this escapes spaces as
      `+` instead of `%20`. However, RFC 3986 says the password should be
      percent-encoded. In fact, while the Ruby Redis client appears to
      connect fine with the `+`, the Go client doesn't work with that.
      Update the helper to encode passwords according to RFC 3986.
      
      Changelog: fixed
      191ff5a0879a
  16. May 16, 2024
  17. May 15, 2024
  18. May 22, 2024
  19. May 17, 2024
  20. May 10, 2024
  21. Apr 26, 2024
  22. May 09, 2024
  23. May 07, 2024
  24. May 04, 2024
  25. Apr 25, 2024
  26. Apr 24, 2024
  27. Apr 23, 2024
  28. Apr 16, 2024
  29. Apr 15, 2024
  30. Apr 01, 2024
  31. Apr 10, 2024
  32. Apr 09, 2024
  33. Apr 03, 2024
Loading