Skip to content
Snippets Groups Projects
  1. Apr 01, 2024
  2. 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
  3. Mar 25, 2024
  4. Mar 19, 2024
  5. Mar 13, 2024
  6. Mar 12, 2024
  7. Feb 27, 2024
  8. Feb 28, 2024
  9. Feb 22, 2024
  10. Feb 27, 2024
  11. Feb 22, 2024
  12. Feb 19, 2024
  13. Feb 15, 2024
  14. Feb 14, 2024
  15. Feb 13, 2024
  16. Feb 08, 2024
  17. 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
  18. Jan 31, 2024
  19. Jan 26, 2024
  20. Nov 20, 2023
  21. Jan 25, 2024
  22. Jan 23, 2024
  23. Jan 22, 2024
  24. Jan 10, 2024
  25. Jan 20, 2024
  26. Jan 04, 2024
  27. Jan 11, 2024
  28. Dec 21, 2023
  29. Jan 11, 2024
  30. Dec 12, 2023
  31. Jan 09, 2024
Loading