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
2022-08-20go: Update module github.com/pelletier/go-toml to v2Toon Claes
2022-08-11golangci-lint: Enforce consistent naming of `testing.TB` variablesPatrick Steinhardt
2022-07-22testserver: Make the gRPC server accessible to outside callersPatrick Steinhardt
2022-07-15Merge branch 'pks-praefect-testserver-dies-on-postgres-version-check' into 'm...Patrick Steinhardt
2022-07-14Merge branch 'jc-track-concurrency-pack-objects' into 'master'John Cai
2022-07-14testserver: Detect when Praefect is dying while waiting for itPatrick Steinhardt
2022-07-13Provide ConcurrencyTracker through service dependenciesJohn Cai
2022-07-13testserver: Capture Praefect logs if dialing failswc-waithealthy-timeoutWill Chandler
2022-05-20Update go package name from v14 to v15John Cai
2022-04-27config: Remove internal socket path configurationpks-config-remove-internal-socket-directoryPatrick Steinhardt
2022-04-27config: Drop redundant `Gitaly` prefix from `GitalyInternalSocketPath()`Patrick Steinhardt
2022-04-06server: Allow multiple limit handlersJohn Cai
2022-04-05limithandler: Pave the way for a second limiter typeJohn Cai
2022-03-18housekeeping: Fix Prometheus metrics' latency bucketspks-housekeeping-track-total-count-of-optimizationsPatrick Steinhardt
2022-02-16housekeeping: Create new manager to host stateful logicPatrick Steinhardt
2022-02-09Remove metadata creation hack from PraefectSami Hiltunen
2022-02-01Expose a helper for checking whether Praefect is enabled in testsSami Hiltunen
2022-02-01Add option to disable metadata force creation in Praefect testsSami Hiltunen
2022-01-28Remove timeout when dialing server in testsSami Hiltunen
2022-01-24services: Inject hooks updaterPatrick Steinhardt
2022-01-24services: Inject Git2go executorPatrick Steinhardt
2022-01-14Merge branch 'pks-tests-remove-sleeps' into 'master'Pavlo Strokov
2022-01-13testserver: Extract function to start Praefect serverPatrick Steinhardt
2022-01-11gittest: Provide helper function to create command factoriesPatrick Steinhardt
2022-01-06gittest: Convert ProtocolV2 helper to use intercepting command factoryPatrick Steinhardt
2021-12-21hook: Resolve Git binary path via command factoryPatrick Steinhardt
2021-12-21linguist: Resolve Git binary path via command factoryPatrick Steinhardt
2021-12-16Merge branch 'pks-limithandler-remove-globals' into 'master'John Cai
2021-12-16testdb: Rename functions to avoid stutteringPatrick Steinhardt
2021-12-16glsql: Move test database implementation into testdb packagePatrick Steinhardt
2021-12-15limithandler: Refactor package to not use global statePatrick Steinhardt
2021-12-15gitaly: Inject the limit handlerPatrick Steinhardt
2021-12-01testhelper: Improve creation of loggersPatrick Steinhardt
2021-10-26testhelper: Move build helpers into the testcfg packagePatrick Steinhardt
2021-10-21test: Check error returned by gRCP serverPavlo Strokov
2021-10-13testserver: Fix race with internal socket path being ready to servePatrick Steinhardt
2021-10-13testserver: Fix setup of the internal serverPatrick Steinhardt
2021-10-13testserver: Simplify check for serving statusPatrick Steinhardt
2021-10-13testserver: Simplify creation of internal socket dirPatrick Steinhardt
2021-10-12testserver: Increase timeout when waiting for healthinessPatrick Steinhardt
2021-10-12Merge branch 'pks-testserver-block-until-healthy' into 'master'Pavlo Strokov
2021-10-12testserver: Precreate socket to fix health check race with PraefectPatrick Steinhardt
2021-10-11testserver: Block dialing until connection is upPatrick Steinhardt
2021-10-08testserver: Merge functions which start Gitaly serverPatrick Steinhardt
2021-10-08testserver: Always assert that Gitaly can serve requestsPatrick Steinhardt
2021-10-08testserver: Move `StartGitalyServer()` next to `RunGitalyServer()`Patrick Steinhardt
2021-10-08testserver: Clean up Praefect proxy if it fails to become healthyPatrick Steinhardt
2021-10-08testserver: Use "client" package to dial health serverPatrick Steinhardt
2021-10-08testserver: Drop retry when waiting for server to become healthyPatrick Steinhardt
2021-10-08testserver: Drop parameters for `waitHealthy()`Patrick Steinhardt