Skip to content
Snippets Groups Projects
  1. Apr 02, 2024
  2. Mar 28, 2024
  3. Mar 27, 2024
  4. Mar 25, 2024
  5. Mar 27, 2024
  6. Mar 25, 2024
  7. Mar 21, 2024
  8. Mar 18, 2024
  9. Mar 25, 2024
  10. Feb 29, 2024
    • Ahmad Sherif's avatar
      Create git_data_dirs even if gitlab_rails is disabled · ea069d9fe8c9
      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
      ea069d9fe8c9
  11. Mar 25, 2024
  12. Mar 20, 2024
  13. Mar 19, 2024
  14. Mar 14, 2024
  15. Mar 13, 2024
  16. Mar 12, 2024
Loading