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 (Collapse)Author
2023-06-12Create help text style guide for projectEvan Read
2023-06-07Add configuration validation docsRaditya Surya
2023-04-14docs: Clean up small remainder from gitaly-ruby configToon Claes
2023-04-06config: Remove ruby configurationToon Claes
2022-10-19Add Markdownlint configuration file and tidy up some Markdown filesEvan Read
2022-10-03config: Remove linguist languages pathToon Claes
Now we're no longer loading language colors from a json file, it also does not make sense to make the path of this json file configurable. So remove it from the config.
2022-02-18log: Disable gRPC HealthCheck message loggingStan Hu
gRPC HealthCheck messages are quite noisy, dominate the log volume in Gitaly, and usually are not that useful. We now disable them by default and add documentation on how to enable them. Closes https://gitlab.com/gitlab-org/gitaly/-/issues/3428 Changelog: changed
2022-02-01Remove obsolete info about hooks from docsIgor Drozdov
The docs mentions that hooks belongs to Gitlab Shell but it was changed: https://gitlab.com/gitlab-org/gitaly/issues/1226
2021-06-18Remove deprecated env config valuesPavlo Strokov
GITALY_SOCKET_PATH, GITALY_LISTEN_ADDR and GITALY_PROMETHEUS_LISTEN_ADDR were marked as deprecated in eb5b9b3af (Document GITALY_DEBUG, 2017-05-10). It is time to remove them from the code. To exclude situation when some configuration values could be overridden by the env vars by mistake the change removes envconfig.Process call on the gitaly configuration struct.
2019-11-19Allow socket dir for Gitaly-Ruby to be configuredZeger-Jan van de Weg
In case the `/tmp` directory can't be used for security reasons, this can be configured. The default behaviour as in production right now will remain. So if nothing is set, `/tmp` will be reused.
2019-06-07Add documentation about cat-file cacheJacob Vosmaer
2019-06-07Fix Prometheus metric naming errorsBen Kochie
Fix Prometheus metric naming convention errors reported by `promtool check metrics`.
2019-05-02feat: add sentry environmentRoger Meier
2018-07-31Document gitlab-shell dependency in config docsJacob Vosmaer (GitLab)
2018-06-18Use custom log levels for grpc-goJacob Vosmaer (GitLab)
2018-05-16Use round robin load balancing instead of 'pick first' for gitaly-rubyJacob Vosmaer (GitLab)
2018-05-09Remove ruby concurrency limiterJacob Vosmaer (GitLab)
2018-04-30Limit concurrent gitaly-ruby requests from the client sideJacob Vosmaer
2018-04-26Allow configuration of log levelsZeger-Jan van de Weg
Log level cannot be set for Gitaly, which makes it very verbose in production. This is not a problem, but in a development environment it might be. Especially when other applications log to STDOUT too, details get lost. Closes https://gitlab.com/gitlab-org/gitaly/issues/1156
2018-04-13Add env var to point to languages.jsonJacob Vosmaer
2018-04-06Send gitaly-ruby exceptions to their own DSNJacob Vosmaer (GitLab)
2018-03-05Use only 1 gitaly-ruby process in testJacob Vosmaer (GitLab)
2017-12-07Restart gitaly-ruby when it uses too much memoryJacob Vosmaer (GitLab)
2017-11-13Implement RepositoryService::FetchSourceBranchJacob Vosmaer (GitLab)
2017-07-11Rename auth 'unenforced' to 'transitioning'Jacob Vosmaer
2017-06-20Token authenticationJacob Vosmaer (GitLab)
2017-05-10Document GITALY_DEBUGJacob Vosmaer
2017-04-20Storage exampleJacob Vosmaer
2017-04-20Put config.toml first in the documentationJacob Vosmaer
2017-04-06Config-file using envconfig and tomlKim "BKC" Carlbäcker
- Add documentation
2017-03-31Add insecure TCP listener to GitalyJacob Vosmaer
2017-03-16Add documentation for environment variablesJacob Vosmaer