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-12-05Enable transactions for LinkRepositoryToObjectPoolSami Hiltunen
2023-11-22featureflag: Remove `ReplicateRepositoryObjectPool`Justin Tobler
2023-11-16Merge branch 'jt-praefect-pool-sync' into 'master'Sami Hiltunen
2023-11-14praefect: Reconcile non-matching object pools during replicationJustin Tobler
2023-11-13repository: Remove RenameRepository RPCKarthik Nayak
2023-11-08praefect: Support object pool disconnection in Praefect replicatorJustin Tobler
2023-11-08praefect: Add tests for Praefect replicatorJustin Tobler
2023-10-04praefect/replicator: Disentangle use of the correlation ID keyPatrick Steinhardt
2023-09-18global: Replace `logrus.Fields` with a wrapper typePatrick Steinhardt
2023-09-18testhelper: Return our own logger instead of `logrus.FieldLogger`Patrick Steinhardt
2023-09-15log: Wrap the logrus loggerPatrick Steinhardt
2023-08-31Replace NewLogger calls with SharedLogger calls in testsSami Hiltunen
2023-08-31Replace use of NewDiscardingLogEntry with the recording loggerSami Hiltunen
2023-08-31Construct log entries from the test loggerSami Hiltunen
2023-08-31Replace discarding logger with new recording loggerSami Hiltunen
2023-07-24Merge branch 'jt-replicate-repository-alternates' into 'master'Patrick Steinhardt
2023-07-21Merge branch 'pks-metadatahandler-expose-method-operation' into 'master'James Fargher
2023-07-21praefect: Ensure `cancel` is always invokedJustin Tobler
2023-07-20repository: Sync Git alternates during replicationJustin Tobler
2023-07-18protoregistry: Move package into `internal/grpc` for more general usePatrick Steinhardt
2023-06-09storage: Convert `VerifyRepository()` to accept a `Repository`Patrick Steinhardt
2023-06-09storage: Make `VerifyRepository()` a receiver functionPatrick Steinhardt
2023-06-07storage: Provide information about why repositories are invalidPatrick Steinhardt
2023-05-31praefect: Enable testing with SHA256 for all packagesPatrick Steinhardt
2023-05-16middleware: Move package into `internal/grpc/`Patrick Steinhardt
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-05-08gittest: Create helper function to create object poolsPatrick Steinhardt
2023-04-03gitaly: Remove Ruby server dependencyPatrick Steinhardt
2023-03-24featureflag: Remove `replicate_repository_hooks`Justin Tobler
2023-02-17repository: Replicate custom hooksJustin Tobler
2023-02-07datastore: Do no enqueue duplicate eventsKarthik Nayak
2023-01-12testcfg: Convert callers of `BuildWithRepo()`Patrick Steinhardt
2022-12-05objectpool: Refactor `Create()` to act as a constructorPatrick Steinhardt
2022-12-05objectpool: Merge FromProto and NewObjectPoolPatrick Steinhardt
2022-11-14praefect: Move shared test helpers into separate filePatrick Steinhardt
2022-10-14global: Reorder `testing.TB` before `context.Context` argumentsPatrick Steinhardt
2022-08-11gittest: Convert callers of CloneRepo to use CreateRepositoryPatrick Steinhardt
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-06-21Replace deprecated WithInsecure with WithTransportCredentialsSami Hiltunen
2022-05-20Update go package name from v14 to v15John Cai
2022-04-27replicator: Refactor tests exercising replication of maintenance RPCspks-praefect-remove-maintenance-event-creationPatrick Steinhardt
2022-04-21Remove Maintenance routing feature flagJohn Cai
2022-03-31Remove implicit pool creation on link behaviorsmh-remove-implicit-pool-creationSami Hiltunen
2022-03-30proto: Mark related RPCs as maintenance operationsPatrick Steinhardt
2022-03-18housekeeping: Fix Prometheus metrics' latency bucketspks-housekeeping-track-total-count-of-optimizationsPatrick Steinhardt
2022-03-08Disable implicit pool creation on link behind a feature flagsmh-no-implicit-pool-creationSami Hiltunen
2022-02-28localrepo: Remove flag to switch to sidechannels for internal fetchesPatrick Steinhardt
2022-02-21Merge branch 'pks-ssh-receive-pack-with-sidechannel-for-internal-fetches' int...Sami Hiltunen
2022-02-21Merge branch 'pks-grpc-deprecate-maintenance-rpcs' into 'master'Toon Claes
2022-02-17proto: Deprecate fine-grained repository maintenance RPCsPatrick Steinhardt