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 `Errorf()` function from `Logger` interfacePatrick Steinhardt
2023-09-21log: Remove Fatal and related functions from `Logger` interfacePatrick Steinhardt
2023-09-21log: Remove Warning and related functions from `Logger` interfacePatrick Steinhardt
2023-09-15log: Wrap the logrus loggerPatrick Steinhardt
2023-08-18log: Return errors when logger configuration failsPatrick Steinhardt
2023-08-16cmd/gitaly-wrapper: Use configured logger instead of global loggerPatrick Steinhardt
2023-08-09log: Simplify configuration of the logging infrasturcturePatrick Steinhardt
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-04-27tests: Enable sha256 testingKarthik Nayak
2023-03-27tests: Globally enable testing with SHA256 for trivial casesPatrick Steinhardt
2023-02-08Extract file and executable permissionsJames Fargher
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-05-20Update go package name from v14 to v15John Cai
2022-03-24cmd/gitaly-wrapper: Log warning when supervised command failsPatrick Steinhardt
2022-01-27Automatically clean up testhelper.ContextSami Hiltunen
2022-01-14cmd/gitaly-wrapper: Parallelize test executionPatrick Steinhardt
2022-01-14cmd/gitaly-wrapper: Add tests verifying the executable works as expectedPatrick Steinhardt
2022-01-14cmd/gitaly-wrapper: Rename function to spawn binaryPatrick Steinhardt
2022-01-14cmd/gitaly-wrapper: Add tests to check for process livelinessPatrick Steinhardt
2022-01-14cmd/gitaly-wrapper: Add tests for `isGitaly()`Patrick Steinhardt
2022-01-14cmd/gitaly-wrapper: Add tests for finding processes by PID filePatrick Steinhardt
2022-01-14cmd/gitaly-wrapper: Refactor reading of PID file to be testablePatrick Steinhardt
2022-01-14cmd/gitaly-wrapper: Modernize NumError assertionPatrick Steinhardt
2021-10-26tests: Get rid of plain temporary directories and filesPatrick Steinhardt
2021-09-27Ensure log entries have time formatted as UTCJohn Cai
2021-09-20global: Replace deprecated usage of `ioutil.TempFile()`Patrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.ReadFile()`Patrick Steinhardt
2021-08-09lint: Handle error returned by os.RemovePavlo Strokov
2021-06-15Extract typed environment variable helpersJames Fargher
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-04-19gitaly-wrapper: Use `exec.CommandContext()` to autokill processPatrick Steinhardt
2021-04-14tests: Check errors returned by some `os` package functionsPatrick Steinhardt
2021-02-13Ignore SIGURG in gitaly-wrapperStan Hu
2021-02-11Standardize Praefect and Gitaly log formatsStan Hu
2020-09-13Use filepath package to manipulate file pathsMikhail Mazurskiy
2020-02-26Handle malformed PID file in gitaly-wrapperMateusz Nowotyński
2019-12-06Merge branch 'jc-change-praefect-boostrap-env-vars' into 'master'Jacob Vosmaer
2019-12-04Move bootstrap env vars into bootstrap constructorjramsay
2019-12-04Add README.md for gitaly-wrapperJohn Cai
2019-10-16Add go brace whitespace formatterJacob Vosmaer
2019-05-21Restore FreeBSD compatibilityAlessio Caiazza
2019-05-17Check children path during wrapper bootAlessio Caiazza
2019-04-05Zero downtime deploymentAlessio Caiazza