As we reevaluate how to best support and maintain Staging Ref in the future, we encourage development teams using this environment to highlight their use cases in the following issue: https://gitlab.com/gitlab-com/gl-infra/software-delivery/framework/software-delivery-framework-issue-tracker/-/issues/36.

Skip to content
Snippets Groups Projects
  1. May 23, 2022
  2. May 20, 2022
    • Igor Drozdov's avatar
      Narrow supported kex algorithms · 6a76b027
      Igor Drozdov authored
      We don't support diffie-hellman-group14-sha1 via OpenSSH currently
      Let's avoid introducing it in gitlab-sshd because it's using
      weak hashing algorithm
      6a76b027
  3. May 19, 2022
  4. May 18, 2022
  5. May 12, 2022
    • Igor Drozdov's avatar
      Implement ClientKeepAlive option · a16dcb3e
      Igor Drozdov authored
      Git clients sometimes open a connection and leave it idling,
      like when compressing objects.
      Settings like timeout client in HAProxy might cause these
      idle connections to be terminated.
      
      Let's send the keepalive message in order to prevent a client
      from closing
      a16dcb3e
  6. May 10, 2022
  7. Apr 25, 2022
  8. Apr 22, 2022
  9. Mar 30, 2022
  10. Mar 24, 2022
  11. Jan 12, 2022
    • Igor Drozdov's avatar
      Deprecate self_signed_cert config setting · 537f8e19
      Igor Drozdov authored
      The option isn't required to accept self-signed certs
      
      On the other hand, if the option set to true it makes
      machine-in-the-middle attack possible
      
      Let's clarify it in the code that the option is deprecated
      537f8e19
  12. May 26, 2021
  13. May 24, 2021
  14. Apr 12, 2021
  15. Feb 16, 2021
  16. Jan 18, 2021
  17. Oct 01, 2020
    • Zeger-Jan van de Weg's avatar
      config: Set a secret example · 6cef0851
      Zeger-Jan van de Weg authored
      The config.yml.example didn't include a field I was expecting to be
      there, which lead me to believe the field didn't exist. This change adds
      the `secret` YAML field, and describes how it interacts with the
      secrets_file.
      6cef0851
  18. Aug 20, 2020
  19. Jul 01, 2020
  20. May 28, 2020
  21. May 05, 2020
  22. Oct 02, 2019
  23. Jun 11, 2019
  24. Mar 01, 2019
  25. Sep 28, 2018
  26. Aug 24, 2018
  27. Mar 19, 2018
  28. Jan 12, 2018
  29. Dec 13, 2017
  30. Feb 24, 2017
  31. Dec 12, 2016
    • Sean McGivern's avatar
      Make custom hooks dir configurable · fbc213ea
      Sean McGivern authored
      Add a new configuration option, custom_hooks_dir. When this is set, we
      will look for global custom hooks in:
          <custom_hooks_dir>/{pre-receive,update,post-receive}.d/*
      
      When this is not set, default to <REPO_PATH>/hooks.
      fbc213ea
  32. Sep 27, 2016
  33. Aug 18, 2016
  34. Jun 29, 2016
  35. Feb 09, 2016
  36. Dec 11, 2015
Loading