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
2024-01-17fix: Fix a collection of typos found by typos-cliXing Xin
2024-01-04Add pack-refs housekeeping task support to the transaction managerQuang-Minh Nguyen
2023-12-22Add keeparound entries to Transaction ManagerQuang-Minh Nguyen
2023-11-14Record reference transaction ordering in TransactionSami Hiltunen
2023-11-14Verify references against a snapshotSami Hiltunen
2023-11-14Decouple snapshotting logic from TransactionSami Hiltunen
2023-11-14Allow snapshotting multiple repositoriesSami Hiltunen
2023-11-09Snapshot repository's alternate as wellSami Hiltunen
2023-11-09Support updating repository's alternate in a transactionSami Hiltunen
2023-11-01Merge branch 'smh-allow-enabling-transactions' into 'master'Will Chandler
2023-10-31Convert types to take in Database interface instead of *badger.DBSami Hiltunen
2023-10-31Expose Database interface used for transaction managementSami Hiltunen
2023-10-31Test beginning a transaction fails without a relative pathSami Hiltunen
2023-10-31Begin transaction against a given repositorySami Hiltunen
2023-10-31Remove TransactionOptions typeSami Hiltunen
2023-10-19Merge branch 'smh-transaction-middleware' into 'master'Sami Hiltunen
2023-10-18Write-ahead log repository creationsSami Hiltunen
2023-10-18Add a method for getting the original repository of the requestSami Hiltunen
2023-10-12Standardize on referring to log positions with LSNSami Hiltunen
2023-10-12Refactor Snapshot as SnapshotLSNSami Hiltunen
2023-10-11git/housekeeping: Replace use of ctxlogrus with injected loggerPatrick Steinhardt
2023-10-10command: Replace use of ctxlogrus with injected loggerPatrick Steinhardt
2023-10-10storagemgr: Replace use of ctxlogrus with injected loggerPatrick Steinhardt
2023-10-09Include the target repository in transactionSami Hiltunen
2023-10-09Use partition ID to construct database keysSami Hiltunen
2023-10-09Inject partition ID into TransactionManagerSami Hiltunen
2023-10-09Remove packed-refs locks from the correct repositorySami Hiltunen
2023-10-09Apply log entry to the correct repositorySami Hiltunen
2023-10-09Store the repository's relative path in the log entrySami Hiltunen
2023-10-09Remove repository from TransactionManagerSami Hiltunen
2023-10-09Remove repositoryPath field from TransactionManagerSami Hiltunen
2023-10-09Determine repository existence lazilySami Hiltunen
2023-09-29Drop custom hook MVCC logicSami Hiltunen
2023-09-29Change admission to a booleanSami Hiltunen
2023-09-29Make repository deletions non-blockingSami Hiltunen
2023-09-29Snapshot isolate transactionsSami Hiltunen
2023-09-26Record initial values of updated referencesSami Hiltunen
2023-09-26Support updating a reference multiple times within a transactionSami Hiltunen
2023-09-26Drop force reference updates from transaction managerSami Hiltunen
2023-09-18Merge branch 'pks-log-wrap-logrus' into 'master'James Fargher
2023-09-15Clear packed-refs locks when encountering themSami Hiltunen
2023-09-15log: Encapsulate our use of the `ctxlogrus` packagePatrick Steinhardt
2023-09-14housekeeping: Inject logger from externalPatrick Steinhardt
2023-08-24storagemgr: Remove packed-refs lockfile on startWill Chandler
2023-08-18Set state directory permissions to privateSami Hiltunen
2023-08-18Rearrange state directory's contentsSami Hiltunen
2023-08-18Store WAL state outside of the repositorySami Hiltunen
2023-08-08Support starting a transaction with a non-existent repositorySami Hiltunen
2023-08-07Enable marking a transaction read-onlySami Hiltunen
2023-07-28Merge branch 'smh-transation-repository' into 'master'Patrick Steinhardt