Skip to content
Snippets Groups Projects
  1. May 07, 2024
  2. Apr 25, 2024
  3. Apr 24, 2024
  4. Apr 23, 2024
  5. Apr 16, 2024
  6. Apr 20, 2024
  7. Apr 15, 2024
  8. Apr 11, 2024
  9. Apr 15, 2024
  10. Apr 01, 2024
  11. Apr 10, 2024
  12. Apr 09, 2024
  13. Apr 08, 2024
  14. Apr 03, 2024
  15. Apr 01, 2024
  16. Mar 27, 2024
  17. Feb 29, 2024
    • Ahmad Sherif's avatar
      Create git_data_dirs even if gitlab_rails is disabled · ea069d9f
      Ahmad Sherif authored
      Currently, `gitlab_rails` service needs to be enabled in order for
      `gitaly` service to function properly. Specifically, `gitlab_rails`
      creates `git_data_dirs` (e.g. `/var/opt/gitlab/git-data/repositories`)
      which is needed for Gitaly to start-up. If only the `gitaly` service is
      enabled, then Gitaly won't start due to config validation error (i.e.
      storage directories have to be present).
      
      This MR makes the creation of these directories the responsibility of
      the `gitaly` cookbook. The `gitlab` cookbook still creates the
      directories as backward-compatibility measure, as I'm not sure if these
      directories are needed outside of Gitaly.
      
      This is needed as part of
      https://gitlab.com/gitlab-com/gl-infra/production-engineering/-/issues/24530.
      
      Changelog: fixed
      ea069d9f
  18. Mar 25, 2024
  19. Mar 19, 2024
  20. Mar 13, 2024
  21. Mar 12, 2024
  22. Feb 27, 2024
  23. Feb 28, 2024
  24. Feb 22, 2024
  25. Feb 27, 2024
  26. Feb 22, 2024
  27. Feb 19, 2024
  28. Feb 15, 2024
  29. Feb 14, 2024
  30. Feb 13, 2024
  31. Feb 08, 2024
  32. Jan 04, 2024
    • Stan Hu's avatar
      Make redis-exporter work with external Redis instances · 9a137957
      Stan Hu authored
      This commit adds support for using redis-exporter with an
      external Redis instance when enabled via:
      
      ```
      redis_exporter['enable'] = true
      ```
      
      Omnibus GitLab disables redis-exporter if the bundled Redis instance
      is disabled, but previously when redis-exporter were enabled it
      would always attempt to talk to a local UNIX socket.
      
      This commit has been tested with Google Memorystore with TLS enabled.
      Note that TLS client auth is not yet supported.
      9a137957
  33. Jan 31, 2024
  34. Jan 26, 2024
Loading