Skip to content
Snippets Groups Projects
  1. Dec 18, 2024
  2. May 22, 2024
  3. May 15, 2024
    • Stan Hu's avatar
      Enable PostgreSQL slow logs by default · 70825903e49b
      Stan Hu authored
      Previously slow logs were disabled by default, but this makes it
      difficult to troubleshoot performance issues.
      
      Set the default value to 1 second, as we do on GitLab.com and on
      Dedicated.
      
      Changelog: changed
      70825903e49b
  4. May 09, 2024
  5. Jan 31, 2024
  6. Aug 10, 2023
  7. Jun 16, 2023
  8. Jun 15, 2023
  9. Jun 13, 2023
  10. May 26, 2023
  11. Mar 21, 2023
  12. May 04, 2023
  13. Apr 28, 2023
  14. Apr 14, 2023
  15. Apr 07, 2023
  16. Mar 21, 2023
  17. Mar 17, 2023
  18. Mar 07, 2023
  19. Dec 28, 2022
  20. Jun 14, 2022
    • Robert Marshall's avatar
      Update to CINC version 17.10 · 4cb1a1361af1
      Robert Marshall authored
      
      - cinc version 17.10 is ruby 3 compatible
      - update ohai version now supports AlmaLinux and RockyLinux
      - update related dependencies and chef ecosystem gems
      - update Omnibus GitLab cookbooks to resolve deprecation warnings for
        upcoming behavior changes in cinc version 18.x
      - update runit cookbook resources to support newer cinc version
      - update crond_job extension to match changes in upstream crond resource
        related to newer versions of cinc
      
      Signed-off-by: default avatarRobert Marshall <rmarshall@gitlab.com>
      4cb1a1361af1
  21. May 23, 2022
  22. May 05, 2022
  23. May 10, 2022
  24. May 09, 2022
  25. May 02, 2022
  26. Mar 10, 2022
  27. Feb 09, 2022
    • John Skarbek's avatar
      Add ability for Sentinel to leverage hostnames · e7f62d1e118c
      John Skarbek authored
      * As of Redis 6.2 we can utilize hostnames
      * Provides capability for this to work by adding the necessary
        configurations options for Sentinel to utilize hostnames appropriately
        * `resolve-hostnames`
        * `announce-hostnames`
      * Without `resolve-hostnames` being enabled, Sentinel will fail any
        communication as the service fails to attempt any DNS resolution
      * Should a user override the default `announce-ip`'s with FQDN's, this
        commit will ensure that we add the necessary commands for Sentinel
      * We are not adding documentation updates here considering this is a
        relatively new option, and we are adding a dependency on DNS which we
        did not have previously
        * Therefore, to remove undue burden in supporting such, we simply do
          not document this option at all
      
      Changelog: added
      e7f62d1e118c
  28. Nov 08, 2021
  29. Jan 20, 2022
  30. Jan 17, 2022
  31. Sep 27, 2021
  32. Sep 17, 2021
  33. Aug 31, 2021
  34. Aug 19, 2021
  35. Aug 13, 2021
  36. Aug 27, 2021
    • Vincent Stchu's avatar
      Set Gemfile through bundle config · a859044eb68f
      Vincent Stchu authored
      1. Run bundle config to set BUNDLE_GEMFILE when build gitlab rails;
      2. Get BUNDLE_GEMFILE which is required in cookbooks through bundle config file;
      a859044eb68f
Loading