Skip to content
Snippets Groups Projects
  1. Feb 07, 2024
  2. Feb 08, 2024
  3. Feb 07, 2024
  4. Jan 04, 2024
    • Stan Hu's avatar
      Make redis-exporter work with external Redis instances · 9a137957310c
      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.
      9a137957310c
  5. Feb 07, 2024
  6. Feb 06, 2024
  7. Feb 05, 2024
  8. Feb 07, 2024
  9. Feb 02, 2024
  10. Feb 06, 2024
  11. Feb 02, 2024
  12. Feb 04, 2024
  13. Feb 02, 2024
  14. Feb 01, 2024
  15. Jan 28, 2024
    • Peter Leitzen's avatar
      Don't sync spec folder from Rails' vendored gems · d9cf1f7d37a3
      Peter Leitzen authored
      Excluding these files should save ~1.7MiB:
      
      root@16.8.1-ee:/opt/gitlab/embedded/service/gitlab-rails# du -shc
      gems/*.yml gems/config gems/README.md gems/*/spec vendor/gems/*/spec
      vendor/gems/README.md
      4.0K    gems/gem-pg.gitlab-ci.yml
      4.0K    gems/gem.gitlab-ci.yml
      8.0K    gems/config
      4.0K    gems/README.md
      84K     gems/activerecord-gitlab/spec
      52K     gems/click_house-client/spec
      28K     gems/csv_builder/spec
      32K     gems/gitlab-backup-cli/spec
      8.0K    gems/gitlab-database-load_balancing/spec
      20K     gems/gitlab-database-lock_retries/spec
      52K     gems/gitlab-housekeeper/spec
      120K    gems/gitlab-http/spec
      20K     gems/gitlab-rspec/spec
      52K     gems/gitlab-rspec_flaky/spec
      28K     gems/gitlab-safe_request_store/spec
      200K    gems/gitlab-schema-validation/spec
      32K     gems/gitlab-secret_detection/spec
      76K     gems/gitlab-utils/spec
      432K    gems/ipynbdiff/spec
      152K    vendor/gems/cloud_profiler_agent/spec
      40K     vendor/gems/devise-pbkdf2-encryptable/spec
      28K     vendor/gems/mail-smtp_pool/spec
      52K     vendor/gems/microsoft_graph_mailer/spec
      28K     vendor/gems/omniauth-azure-oauth2/spec
      20K     vendor/gems/omniauth-gitlab/spec
      24K     vendor/gems/omniauth-salesforce/spec
      48K     vendor/gems/omniauth_crowd/spec
      36K     vendor/gems/sidekiq-reliable-fetch/spec
      4.0K    vendor/gems/README.md
      1.7M    total
      d9cf1f7d37a3
  16. Feb 01, 2024
Loading