Skip to content
Snippets Groups Projects
This project is mirrored from https://gitlab.com/gitlab-org/gitaly.git. Pull mirroring updated .
  1. Mar 22, 2024
    • Christian Couder's avatar
      testhelper: Make injected random feature flags more flaky again · db03f7b3
      Christian Couder authored
      In 1bfd54e5 (testhelper: Make injected random feature flags more flaky,
      2022-05-18), we tried to avoid feature flag values being the same in
      different contexts as it's likely they will run in the same
      millisecond.
      
      Unfortunately this was reverted likely accidentaly in a1d13efd
      (featureflag: Remove Git v2.41 flag, 2023-06-27).
      
      And then many people used the original buggy way to make feature flag
      values random.
      
      Let's reapply 1bfd54e5 along with a big code comment to hopefully avoid
      the same mistakes.
      db03f7b3
  2. Mar 21, 2024
    • Christian Couder's avatar
      git: Wire up Git v2.44 execution environment · 2c62f7d0
      Christian Couder authored
      Wire up the Git v2.44 execution environment so that we can toggle
      between the v2.43 and v2.44 release tracks. Major new features that
      we're interested in include:
      
          - new `git replay` command
      
          - work on the new "reftable" ref backend
      
          - fixes to unblock WAL
            (see https://gitlab.com/gitlab-com/gitlab-OKRs/-/work_items/5708)
      
      Some of the fixes to unblock WAL, have not made it into the official
      v2.44.0 release, but were merged to master afterwards and have been
      added to our gitlab-git-v2.44 branch and tagged with the v2.44.0.gl1
      tag that is used to build our v2.44 Git version.
      
      There are naturally various other new features, bugfixes and performance
      improvements.
      
      The new Git v2.44 binary is protected by a feature flag.
      
      Changelog: added
      2c62f7d0
    • Christian Couder's avatar
      Makefile: Build and install Git v2.44.0.gl1 · b3d3e99c
      Christian Couder authored
      Build and install a new bundled Git version for the v2.44 release track.
      b3d3e99c
  3. Mar 20, 2024
  4. Mar 19, 2024
  5. Mar 18, 2024
  6. Mar 16, 2024