-
- Downloads
There was an error fetching the commit references. Please try again later.
Record alternate link operations in handler
Alternate linking operation have so far been recorde in transaction manager as we didn't have a general API for staging file system operations in transactions. As we have such an API now, move the linking operation to be recorded in the handler. We reuse the logic from the handler in the tests and remove the custom linking logic.
Showing
- internal/git/objectpool/link.go 9 additions, 0 deletionsinternal/git/objectpool/link.go
- internal/gitaly/storage/storagemgr/partition/testhelper_test.go 9 additions, 19 deletions...al/gitaly/storage/storagemgr/partition/testhelper_test.go
- internal/gitaly/storage/storagemgr/partition/transaction_manager.go 0 additions, 19 deletions...italy/storage/storagemgr/partition/transaction_manager.go
Please register or sign in to comment