Skip to content
Snippets Groups Projects
  1. Feb 25, 2022
  2. Feb 24, 2022
  3. Feb 23, 2022
  4. Feb 18, 2022
  5. Feb 23, 2022
  6. Feb 22, 2022
  7. Feb 21, 2022
  8. Feb 19, 2022
  9. Feb 16, 2022
  10. Feb 18, 2022
  11. Feb 10, 2022
  12. Feb 18, 2022
  13. Feb 16, 2022
  14. Feb 18, 2022
  15. Feb 08, 2022
    • John Cai's avatar
      Add gitaly concurrency queue limit configs · 9198e12a3567
      John Cai authored
      acb7b76c was reverted because when no value is set for max_queue_wait
      and max_queue_size, blank values are written which is a malformed toml.
      
      This commit brings back the changes in acb7b76c and fixes this by
      checking if values exist.
      
      Changelog: added
      9198e12a3567
  16. Feb 18, 2022
    • Robert Marshall's avatar
      Merge branch 'pks-gitaly-enable-bundled-git' into 'master' · 901d833643c0
      Robert Marshall authored
      gitaly: Enable bundled Git by default
      gitaly: Set default Git binary path
      
      See merge request gitlab-org/omnibus-gitlab!5885
      901d833643c0
    • Patrick Steinhardt's avatar
      gitaly: enable bundled git as default and set a default binary · 746b6d9a38a2
      Patrick Steinhardt authored
      - Enable use of bundled git by default via boolean flag
      - Configures default gitaly binary to point at current embedded build of
        git. Today, if an administrator does not set it explicitly then gitaly
        uses `PATH` variable lookup
      - Enables Gitaly to use feature flags to dynamically select alternative
        versions of git shipped with it without the need to run reconfigure
      - Implementation is in advance of removing embedded git once gitaly
        ships with bundled git
      
      Changelog: changed
      746b6d9a38a2
Loading