summaryrefslogtreecommitdiff
path: root/doc/development/gitaly.md
Commit message (Collapse)AuthorAgeFilesLines
* Remove Gitlab::Git::Repository#rugged and Gollum codeAlejandro Rodríguez2018-10-021-56/+1
| | | | | | | | Cleanup code, and refactor tests that still use Rugged. After this, there should be no Rugged code that access the instance's repositories on non-test environments. There is still some rugged code for other tasks like the repository import task, but since it doesn't access any repository storage path it can stay.
* Correct Gitlab to GitLab in docsMarcel Amirault2018-09-251-1/+1
|
* Document process for new Git featuresJacob Vosmaer (GitLab)2018-04-101-4/+69
|
* Allow local tests to use a modified GitalyJacob Vosmaer (GitLab)2018-01-051-0/+23
|
* Update gitaly.mdZeger-Jan van de Weg2017-10-171-2/+4
|
* Update documentationZeger-Jan van de Weg2017-10-171-15/+3
|
* Allow testing on Gitaly call countZeger-Jan van de Weg2017-10-161-3/+31
| | | | | Previous efforts were aimed at detecting N + 1 queries, general regressions are hard to find and mitigate.
* Add environment variable to bypass n+1Andrew Newdigate2017-09-301-1/+31
|
* Added some Gitaly docs to `docs/development`Andrew Newdigate2017-09-271-0/+54