Commits on Source
134
c6fdcf04
Test duplicate start points in TestWalkObjects
Jun 05, 2025
cf28365d
Implement ListObjects for listing all objects of a repository
Jun 05, 2025
ba230ab4
Verify and commit all quarantined objects with transaction
Jun 05, 2025
f8f5076d
Log packfiles closer to where they are created
Jun 05, 2025
19aae058
Remove micro optimization for avoiding rev-list commands
Jun 06, 2025
31fdce1a
go: Update module golang.org/x/crypto to v0.39.0
Jun 12, 2025
df663514
chore: Update Go to 1.23.9 in .tool-versions
Jun 13, 2025
f49d3303
chore: Update Ignored Vulnerability template
Jun 13, 2025
b176dc31
chore: Update vulnerability ignore list
Jun 13, 2025
a3bbca0c
chore: Update github.com/cloudflare/circl
Jun 13, 2025
d91a6053
offloading: Remove logic that modifies the alternates file
Jun 13, 2025
968ed47d
Merge branch 'smh-include-object' into 'master'
Jun 16, 2025
156d8dc8
Merge branch 'eju/gitaly/i-6794/offloading-remote-alternate' into 'master'
Jun 16, 2025
ff554ca2
tools/dlv: Update module github.com/go-delve/delve to v1.25.0
Jun 16, 2025
15786d40
Merge branch 'renovate/golang.org-x-crypto-0.x' into 'master'
Jun 17, 2025
4f0652cb
Merge branch 'renovate-tools/dlv/github.com-go-delve-delve-1.x' into 'master'
Jun 17, 2025
e99ab749
Fix reftable hash ID parsing
Jun 17, 2025
ee58f3be
Fix reftable size assertions with SHA256
Jun 17, 2025
63490959
Add missing reftable with SHA256 job
Jun 17, 2025
53ade25b
Merge branch 'jliu/ignore-vulns' into 'master'
Jun 17, 2025
19f23b8c
Update changelog for 18.1.0
Jun 18, 2025
952bc357
go: Update module gitlab.com/gitlab-org/labkit to v1.24.1
Jun 18, 2025
b9245cec
Merge branch 'smh-missing-ci-jobs' into 'master'
Jun 18, 2025
70742949
Merge branch 'renovate/gitlab.com-gitlab-org-labkit-1.x' into 'master'
Jun 19, 2025
696efe20
Add locator to retrieve partitions directory
Jun 19, 2025
5dc240f1
offloading: Add rehydration operation to transaction manager
Jun 20, 2025
ce8beb26
offloading: Add tests for rehydration operation
Jun 20, 2025
4f50dc98
raft: Enable networking
Jun 23, 2025
3de47441
Merge branch 'enable-transport' into 'master'
Jun 24, 2025
a368c71f
Update changelog for 18.1.1
Jun 24, 2025
c51054a6
Update changelog for 18.0.3
Jun 24, 2025
273e37b8
Update changelog for 17.11.5
Jun 24, 2025
9aa27102
stats: Add packfile negotiation stats to log
Jun 24, 2025
458cfa19
Merge remote-tracking branch 'dev/master'
Jun 25, 2025
dff44115
Add db manager to replica restructure migrator
Jun 26, 2025
edd0329f
Change migrator trigger from runtime to start time
Jun 26, 2025
f44a8744
Handle rollback when raft is toggled on/off
Jun 26, 2025
027b3aa0
Rename CreateRaftPartitionPath
Jun 26, 2025
29306d83
Pass the db directly to replica partition migrator
Jun 26, 2025
6f3c39f6
tools/gotestsum: Update module gotest.tools/gotestsum to v1.12.3
Jun 26, 2025
a1bcfea2
Merge branch 'renovate-tools/gotestsum/gotest.tools-gotestsum-1.x' into 'master'
Jun 26, 2025
8594bb90
Add missing appsec labels
Jun 26, 2025
3fb48aff
Merge branch 'jc/add-packfile-negotiation-stats' into 'master'
Jun 26, 2025
c2e7e871
commit: Add unmailmapped committer email to GetCommitSignatures
Jun 26, 2025
86a2c426
Merge branch 'ec/fix-replica-partition-migrator' into 'master'
Jun 27, 2025
6acf82da
Merge branch 'vm-appsec-specific-labels' into 'master'
Jun 27, 2025
9a72666e
Merge branch 'hustewart-committer-email' into 'master'
Jun 28, 2025
fab0df55
go: Update module github.com/getsentry/sentry-go to v0.34.0
Jul 01, 2025
76c4fd10
raft: Use event registry for ProposeConfChange
Jul 01, 2025
02eb9160
Merge branch '6740-use-event-registry' into 'master'
Jul 02, 2025
39824927
Merge branch 'eju/gitaly/i6504/rehydrating-in-transaction' into 'master'
Jul 02, 2025
a858f3e6
recovery: Extract recovery subcommands to separate files
Jul 02, 2025
7f72195b
Detect next page presence for paginated requests
Jul 03, 2025
e9c50dc0
Add pagination support to ListRefs RPC
Jul 03, 2025
767eac48
Extend ListRefsResponse to return PaginationCursor
Jul 03, 2025
c80b8dc7
Apply code review suggestions
Jul 03, 2025
e4586391
Remove token encoding
Jul 03, 2025
6a48da0e
Fix NextCursor logic
Jul 03, 2025
60cb736d
Merge branch 'renovate/github.com-getsentry-sentry-go-0.x' into 'master'
Jul 03, 2025
fad09b9d
Apply code review suggestions
Jul 03, 2025
4d949cce
recovery: Add new subcmd to recover partitions
Jul 03, 2025
a5495bf8
Merge branch '419418_detect_next_page_for_pagination' into 'master'
Jul 04, 2025
50da2865
Introduce a reftable package
Jul 04, 2025
5baf290e
Streamline naming of reftable package members
Jul 04, 2025
ed3c4bfb
Parse reftable name into a struct
Jul 04, 2025
bb51c9db
Parse out the random suffix of a reftable file
Jul 04, 2025
b7822915
Add a String method on reftable name
Jul 04, 2025
5d2e018b
Replace regex validation with parsing
Jul 04, 2025
b39c49db
Move nameRegex closer to its use
Jul 04, 2025
f523484b
Simplify reftable name parsing
Jul 04, 2025
28145524
Return parsed names from ReadTablesList
Jul 04, 2025
906d410a
Merge branch '6270-restore-partition-subcmd' into 'master'
Jul 04, 2025
71a5a850
Extract reftable header parsing into a separate function
Jul 04, 2025
acb79b5e
Simplify reftable footer parsing
Jul 04, 2025
e36f090c
Drop header after reading it
Jul 04, 2025
c39e466a
localrepo: Add a GetConfigValues function
Jul 04, 2025
a76f76f0
localrepo: Add IsOffloaded function
Jul 04, 2025
5b45c639
transaction: Remove offloaded repo check in prepareRehydrating
Jul 04, 2025
055a8bb0
proto: Add STRATEGY_REHYDRATION to OptimizeRepositoryRequest
Jul 04, 2025
4a8f791b
repository: Expose rehydration via OptimizeRepository RPC
Jul 04, 2025
6d184f84
Merge branch 'eju/gitaly/i-6610/expose-rehydration-via-grpc' into 'master'
Jul 04, 2025
1e243fcf
Determine header and footer size from the version on demand
Jul 07, 2025
07345e2c
Parse block size when parsing the reftable
Jul 07, 2025
d734fbc1
Instantiate headerOffset outside of loop
Jul 07, 2025
596dbfeb
Rename size to footerOffset
Jul 07, 2025
9b16ab76
Pass down the source file when parsing references
Jul 07, 2025
cd3ec580
Parse reftable from an io.ReadSeeker
Jul 07, 2025
f90664c7
Remove unnecessary indirection to footer
Jul 07, 2025
6fdac7a6
Rename CR32 to CRC32
Jul 07, 2025
9096fa58
Validate reftable footer checksum
Jul 07, 2025
ef5d29e8
Export Table type
Jul 07, 2025
924ff976
Remove unnecessary assertion
Jul 07, 2025
e254b5fd
Rename IterateRefs to GetReferences
Jul 07, 2025
db7750d6
Explain the structs match the byte layout of reftables
Jul 07, 2025
dcfb974a
Add missing tests for reftable validation
Jul 07, 2025
4056d7fd
Fix edge case when limit is not provided
Jul 07, 2025
945be504
Extract the limit check from the loop
Jul 07, 2025
c8a01838
Merge branch '419418-fix-empty-limit-case' into 'master'
Jul 08, 2025
de7e8ccf
git: Modify tests to be ready for batched updates
Jul 08, 2025
551e93d7
Merge branch 'smh-reftable-package' into 'master'
Jul 08, 2025
34 additional commits have been omitted to prevent performance issues.
Loading
Loading