Commit Graph

11 Commits

Author SHA1 Message Date
Evan Read c2c2d04b3a Fix most instances of bare URLs in markdown 2019-01-24 06:52:33 +00:00
Nick Thomas 3ee9bca503
Allow Gitaly to be built from a custom URL 2019-01-23 20:37:02 +00:00
Alejandro Rodríguez a99bf447a2 Remove Gitlab::Git::Repository#rugged and Gollum code
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.
2018-10-02 16:34:28 -03:00
Marcel Amirault fd7358a8cd Correct Gitlab to GitLab in docs 2018-09-25 04:57:57 +00:00
Jacob Vosmaer (GitLab) 3717deae1e Document process for new Git features 2018-04-10 09:31:31 +00:00
Jacob Vosmaer (GitLab) c5e2c0665f Allow local tests to use a modified Gitaly 2018-01-05 11:31:12 +00:00
Zeger-Jan van de Weg e5450017d2 Update gitaly.md 2017-10-17 09:03:11 +00:00
Zeger-Jan van de Weg 211e78d594 Update documentation 2017-10-17 08:46:05 +00:00
Zeger-Jan van de Weg 61f4d08b7b
Allow testing on Gitaly call count
Previous efforts were aimed at detecting N + 1 queries, general
regressions are hard to find and mitigate.
2017-10-16 13:25:51 +02:00
Andrew Newdigate 2146d6253f Add environment variable to bypass n+1 2017-09-30 16:26:23 +00:00
Andrew Newdigate 0aef7d27e5 Added some Gitaly docs to `docs/development` 2017-09-27 14:59:51 +00:00