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-09-26log: Drop `Infof()` function from `Logger` interfacePatrick 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-30Add missing TestMain callsWill Chandler
2023-08-18bootstrap/starter: Inject logger instead of using global onePatrick Steinhardt
2023-08-16bootstrap: Inject properly configured loggerPatrick Steinhardt
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-03-16lint: Fix discouraged error wrapping verbQuang-Minh Nguyen
2023-02-16tests: Fix incorrect executable permissionsJames Fargher
2023-02-08Extract file and executable permissionsJames Fargher
2023-02-07global: Convert generic packages to test with SHA256 object formatPatrick Steinhardt
2022-10-05global: Reformat sources with gofumpt v0.4.0Patrick Steinhardt
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-05-20Update go package name from v14 to v15John Cai
2022-01-27Automatically clean up testhelper.ContextSami Hiltunen
2022-01-06metrics: Total amount of connections to the servicePavlo Strokov
2021-12-13bootstrap: Use ticker to get rid of test timeoutsPatrick Steinhardt
2021-12-13bootstrap: Rewrite tests to not use HTTP serverPatrick Steinhardt
2021-11-12lint: Remove "noctx" linter exceptionPatrick Steinhardt
2021-10-08bootstrap: Abstract bootstrapper for testingPavlo Strokov
2021-10-07bootstrap: Make bootstrapper stoppable to plug Goroutine leaksPatrick Steinhardt
2021-10-07testhelper: Unify setup of test suitesPatrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.WriteFile()`Patrick Steinhardt
2021-09-20bootstrap: Start to use new `net.ErrClosed` error typePatrick Steinhardt
2021-08-31global: Reformat sources with gofumptPatrick Steinhardt
2021-06-15Extract typed environment variable helpersJames Fargher
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-07Do not handover internal socket during upgradesSami Hiltunen
2021-04-23testhelper: Convert `TempDir()` to use `t.Cleanup()`Patrick Steinhardt
2021-04-19bootstrap: Check error values of various functionsPatrick Steinhardt
2021-04-14bootstrap: Internalize SocketReusePortWarning variablePatrick Steinhardt
2021-02-17Gitaly-ruby server should be a provided dependencyPavlo Strokov
2021-02-10boostrap: Do not log when serving slow requestsPatrick Steinhardt
2020-11-19Replace most uses of `ioutil.TempDir()` with `testhelper.TempDir()`Patrick Steinhardt
2020-09-17listen on localhost in testsSami Hiltunen
2020-09-13Use filepath package to manipulate file pathsMikhail Mazurskiy
2020-06-26Praefect: server factory introductionPavlo Strokov
2020-06-22Refactoring of 'starter' package and gitaly server factoryPavlo Strokov
2020-06-06How to handle proxying FindRemoteRepositoryPavlo Strokov
2020-06-03Warn if SO_REUSEPORT cannot be setStan Hu
2020-06-01Dependency inject gitlab apiJohn Cai
2020-05-27Praefect graceful stopPavlo Strokov
2020-05-15Allow socket reuse in tableflipJohn Cai
2020-04-15Distinguish TLS connections in connectioncounterJacob Vosmaer
2020-04-09Modify Praefect's server info implementationJohn Cai
2020-01-09Auto-format whitespace between importsJacob Vosmaer
2019-12-04Move bootstrap env vars into bootstrap constructorjramsay
2019-11-28Restore gitaly_connections_total prometheus metricJacob Vosmaer
2019-11-27Generalize internal gitaly socket dirJohn Cai