Skip to content

chore: bump go-git to v6.0.0-20260216160506-e6a3f881772f#5381

Merged
kodiakhq[bot] merged 3 commits into
v2from
rd/v2/go-git
Feb 17, 2026
Merged

chore: bump go-git to v6.0.0-20260216160506-e6a3f881772f#5381
kodiakhq[bot] merged 3 commits into
v2from
rd/v2/go-git

Conversation

@erka

@erka erka commented Feb 10, 2026

Copy link
Copy Markdown
Contributor

Update go-git to include the fix for SSH cloning. Thank you @suzuki-safie for your work!

closes #4972

@erka
erka requested a review from a team as a code owner February 10, 2026 13:16
@dosubot dosubot Bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Feb 10, 2026
@dosubot

dosubot Bot commented Feb 10, 2026

Copy link
Copy Markdown

Related Documentation

Checked 4 published document(s) in 1 knowledge base(s). No updates required.

How did I do? Any feedback?  Join Discord

@codecov

codecov Bot commented Feb 10, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 71.79487% with 11 lines in your changes missing coverage. Please review.
✅ Project coverage is 60.62%. Comparing base (6b4811e) to head (e9214f6).
⚠️ Report is 1 commits behind head on v2.

Files with missing lines Patch % Lines
internal/storage/git/filesystem.go 71.79% 7 Missing and 4 partials ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##               v2    #5381   +/-   ##
=======================================
  Coverage   60.62%   60.62%           
=======================================
  Files         138      138           
  Lines       13689    13720   +31     
=======================================
+ Hits         8299     8318   +19     
- Misses       4686     4694    +8     
- Partials      704      708    +4     
Flag Coverage Δ
integrationtests 34.36% <69.23%> (+0.07%) ⬆️
unittests 52.12% <71.79%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dosubot dosubot Bot added size:XS This PR changes 0-9 lines, ignoring generated files. and removed size:S This PR changes 10-29 lines, ignoring generated files. labels Feb 16, 2026
@erka erka changed the title chore: bump go-git to v6.0.0-20260210102253-e4d10f0e569a chore: bump go-git to v6.0.0-20260216160506-e6a3f881772f Feb 16, 2026
@dosubot dosubot Bot added size:M This PR changes 30-99 lines, ignoring generated files. and removed size:XS This PR changes 0-9 lines, ignoring generated files. labels Feb 17, 2026
- Rename PGPSignature to Signature in filesystem.go and signing_test.go
  for go-git v6 compatibility (field was renamed in go-git v6)

- Fix nested path lookup issue where FindEntry() was failing after
  tree modifications due to stale internal cache. Implemented custom
  findEntry() method that bypasses the cache and directly traverses
  the tree structure.

Signed-off-by: Roman Dmytrenko <[email protected]>
@erka
erka requested a review from markphelps February 17, 2026 18:40
@erka erka added the v2 Flipt v2 label Feb 17, 2026

@markphelps markphelps left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets go!

@erka erka added the automerge Used by Kodiak bot to automerge PRs label Feb 17, 2026
@kodiakhq
kodiakhq Bot merged commit 97e47bd into v2 Feb 17, 2026
43 of 44 checks passed
@kodiakhq
kodiakhq Bot deleted the rd/v2/go-git branch February 17, 2026 21:23
@github-project-automation github-project-automation Bot moved this to Done in Flipt V2 Feb 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Used by Kodiak bot to automerge PRs size:M This PR changes 30-99 lines, ignoring generated files. v2 Flipt v2

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Sync from Git fails after feature flag edited on other pod

2 participants