Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-14gitaly: Move write-ahead log logic into separate packagePatrick Steinhardt
2023-06-13Merge branch 'smh-backwards-compatible-hooks' into 'master'Sami Hiltunen
2023-06-02Merge branch 'smh-error-dbl-commit-rollbak' into 'master'Toon Claes
2023-06-02Merge branch 'pks-go-badger-v4' into 'master'Sami Hiltunen
2023-06-02Merge branch 'smh-move-packs-in-place' into 'master'Sami Hiltunen
2023-06-01go.mod: Update Badger to v4.1.0Patrick Steinhardt
2023-06-01Apply logged pack files to repository without copyingSami Hiltunen
2023-06-01Log a pack file index along side transaction's pack fileSami Hiltunen
2023-06-01Log a directory instead of a single pack fileSami Hiltunen
2023-05-31Merge branch 'pks-go-v1.20' into 'master'Sami Hiltunen
2023-05-30Merge branch 'smh-validate-hooks' into 'master'Justin Tobler
2023-05-30gitaly: Fix deadlock with Go 1.20 in transaction manager testPatrick Steinhardt
2023-05-30gitaly: Cleanup stale reflocks in `prepareReferenceTransaction`Karthik Nayak
2023-05-30gitaly: Add `RepositoryManager` to `TransactionManager`Karthik Nayak
2023-05-30gitaly: Remove the `repository` interfaceKarthik Nayak
2023-05-25Validate custom hook archive prior to accepting a transactionSami Hiltunen
2023-05-25Extract hooks also into their non-WAL locationSami Hiltunen
2023-05-25Error when double committing or rollbacking a transactionSami Hiltunen
2023-05-25Simplify default branch setting in TransactionManagerSami Hiltunen
2023-05-25Rename updateDefaultBranch to applyDefaultBranchUpdateSami Hiltunen
2023-05-25Remove unnecessary validation from default branch updates with WALSami Hiltunen
2023-05-25Inject git.CommandFactory to TransactionManagerSami Hiltunen
2023-05-24Ensure TransactionManager has applied all log entries before assertionsSami Hiltunen
2023-05-23Allow forcing reference updates in TransactionManagerSami Hiltunen
2023-05-23Include custom hook path in a transaction's snapshotSami Hiltunen
2023-05-23Extract custom hook path generation into a functionSami Hiltunen
2023-05-23Call hooks custom hooks in TransactionManagerSami Hiltunen
2023-05-21Prevent transaction beginning if initialization failsSami Hiltunen
2023-05-21Write-ahead log repository deletionsSami Hiltunen
2023-05-21Track open transactions in TransactionManagerSami Hiltunen
2023-05-18Acknowledge transactions only after applicationSami Hiltunen
2023-05-10Inject a factory for localrepo.Repos instead of a RepoSami Hiltunen
2023-05-10Centralize transaction quarantining logic into a staging repositorySami Hiltunen
2023-05-10Instantiate log entry in processTransactionSami Hiltunen
2023-05-10Move default branch verification to processTransactionSami Hiltunen
2023-05-10Drop storage from database keysSami Hiltunen
2023-05-10Pass storage and relative path directly to TransactionManagerSami Hiltunen
2023-05-10Release mutex when TransactionManager errors outSami Hiltunen
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-05-09Implement write-ahead logging for objectsSami Hiltunen
2023-04-26Merge branch 'jt-partition-manager' into 'master'Will Chandler
2023-04-26repoutil: Move ExtractHook helperJames Fargher
2023-04-24gitaly: Introduce transaction finalizersJustin Tobler
2023-04-24gitaly: Generalize repository ID generationJustin Tobler
2023-04-17Return an error from RollbackSami Hiltunen
2023-04-17Extract transaction processing logic into a methodSami Hiltunen
2023-04-17Create TransactionManager's directories in initializeSami Hiltunen
2023-04-11Enable snapshot reads of hooksSami Hiltunen
2023-03-30Synchronize transaction beginning with log applicationSami Hiltunen
2023-03-24Remove transactionFuture typeSami Hiltunen