Skip to content
Snippets Groups Projects
  1. Jan 23, 2025
  2. Jan 22, 2025
  3. Jan 21, 2025
  4. Jan 20, 2025
  5. Jan 18, 2025
  6. Jan 17, 2025
  7. Jan 16, 2025
  8. Jan 15, 2025
    • Justin Tobler's avatar
      ci: Extend nightly testing for reftables and SHA256 · 6c2b679d
      Justin Tobler authored
      Nightly CI pipelines perform additional jobs that perform Gitaly testing
      with Git versions built from master and next. Extend testing with these
      Git versions to also test with reftables and SHA256 repositories
      configured.
      6c2b679d
    • Justin Tobler's avatar
      Makefile: Add test-with-sha256 target · b11ad273
      Justin Tobler authored
      The Gitaly Go test suite can be exercised through make by setting
      `GITALY_TEST_WITH_SHA256=YesPlease` or the `TEST_WITH_SHA256` variable.
      Add the `test-with-sha256` target as another option to perform testing
      with this configuration. This is in line with other existing testing
      `test-with-*` targets.
      b11ad273
    • Justin Tobler's avatar
      git: Wire up Git v2.48 execution environment · 810ed5cf
      Justin Tobler authored
      Introduce the Git v2.48 execution environment behind the `GitV248`
      feature flag. When the flag is enabled, Git v2.48.0 is used instead of
      Git v2.47.0.
      
      In Git v2.48 the order of config entries after repository initialization
      has changed. Update the `TestGetConfig` test to handle the new expected
      order.
      810ed5cf
    • Justin Tobler's avatar
      Makefile: Build and install Git v2.48.1 · 7b426caa
      Justin Tobler authored
      Now that Git version 2.48.1 is released, update the Gitaly Makefile to
      begin building and install the new Git version.
      7b426caa
    • Justin Tobler's avatar
      repository: Adjust config generation for transaction test · 67d2899e
      Justin Tobler authored
      With the release of Git v2.48, the order of Git config entries written
      by git-init(1) and git-clone(1) has changed slightly. While the
      difference is only in the order of config entries, transaction votes
      rely on the content of files in the repository. Any difference results
      in a different votes.
      
      The `TestCreateRepositoryFromBundle_transactional` test validates that
      transaction vote generation for the `CreateRepositoryFromBundle` RPC
      works are expected. The expected vote is determined from a repository
      used to create the bundle which was created with git-init(1). The actual
      vote is determined from a repository created from this bundle via
      git-clone(1). Due to the recent Git change, the configs no longer
      exactly match which will result in test failure when using Git v2.48.
      
      Adapt the test to avoid these config differences by just using the
      actual config in the computed transction vote hash.
      67d2899e
    • John Cai's avatar
      Merge branch 'andrashorvath-gitaly-onboarding-75104' into 'master' · dcf5bf08
      John Cai authored
      Edit Team Member Onboarding.md
      
      See merge request !7548
      
      
      
      Merged-by: John Cai's avatarJohn Cai <jcai@gitlab.com>
      Approved-by: John Cai's avatarJohn Cai <jcai@gitlab.com>
      Co-authored-by: default avatarAndras Horvath <ahorvath@gitlab.com>
      Verified
      dcf5bf08
    • 🤖 GitLab Bot 🤖's avatar
Loading