Skip to content
Snippets Groups Projects
  1. Feb 10, 2022
  2. Aug 12, 2021
  3. Feb 09, 2022
    • Suzanne Selhorn's avatar
      Merge branch 'axil-configuration-cleanup-docs' into 'master' · 4e24f6c3
      Suzanne Selhorn authored
      CTRT: Clean up the configuration docs
      
      Closes #6591
      
      See merge request gitlab-org/omnibus-gitlab!5881
      4e24f6c3
    • Achilleas Pipinellis's avatar
      Clean up the configuration docs · 45aa1565
      Achilleas Pipinellis authored
      - Remove unneeded stuff
      - Move troubleshooting sections to the bottom
      - Conform to the CTRT guidelines
      45aa1565
    • Balasankar 'Balu' C's avatar
      Merge branch 'jts/redis-6_2-hostnames' into 'master' · d2dd6f58
      Balasankar 'Balu' C authored
      Add config for Redis hostname announcing
      
      See merge request gitlab-org/omnibus-gitlab!5853
      d2dd6f58
    • John Skarbek's avatar
      Add ability for Sentinel to leverage hostnames · e7f62d1e
      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
      e7f62d1e
  4. Feb 08, 2022
  5. Feb 07, 2022
  6. Jan 31, 2022
  7. Feb 04, 2022
  8. Feb 01, 2022
    • John T Skarbek's avatar
      Workflow: Provide mechanism to allow rspec failures only · 5e610cb1
      John T Skarbek authored
      * Adding this configuration makes it a bit easier on the Engineer
        mangling with rspec
      * With this we can now `rspec --only-failures` which removes tests that
        succeeded from being run the next time it is executed
      * This should improve the time to development if this flag is utilized
      * This flag writes some data out that should be ignored during commit
      * We ensure that we do not write this data out when rspec is run inside
        of CI
      5e610cb1
  9. Feb 03, 2022
  10. Feb 01, 2022
  11. Feb 03, 2022
  12. Feb 01, 2022
    • Patrick Steinhardt's avatar
      gitaly: Install both external and bundled Git · 7c5ca823
      Patrick Steinhardt authored
      The Gitaly project is in the process of migrating to bundled Git, which
      allows it to gain tighter control over which Git versions are installed,
      allowing for the use of feature flags to roll out new Git versions. This
      will eventually replace the Git distribution which we're installing
      nowadays, and thus also provide space savings given that we only need to
      install a subset of the Git distribution.
      
      Prepare for this migration by installing both external and bundled Git.
      
      Changelog: changed
      7c5ca823
  13. Jan 24, 2022
    • Patrick Steinhardt's avatar
      git: Stop overriding build options provided by Gitaly · 3f96e0b3
      Patrick Steinhardt authored
      Back when Gitaly introduced its "make git" target, the only way to
      modify the Git build options was to override them completely. This is
      thus what we're doing to inject some of our own build options, which
      are locations of build-time dependencies as well as some compiler
      tweaks.
      
      This is suboptimal though: any new build options added by Gitaly now
      have to also be added to Omnibus to be reflected. This is why Gitaly has
      introduced a new variable `GIT_APPEND_BUILD_OPTIONS` which lets users of
      the Makefile target to override certain options by appending them to the
      default set of options. This lets users override those options they care
      about while retaining all the others.
      
      Convert the Git build target to use this new variable.
      3f96e0b3
  14. Feb 03, 2022
Loading