Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Gitlab::Git::Repository#rugged and Gollum code | Alejandro RodrÃguez | 2018-10-02 | 1 | -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 docs | Marcel Amirault | 2018-09-25 | 1 | -1/+1 |
| | |||||
* | Document process for new Git features | Jacob Vosmaer (GitLab) | 2018-04-10 | 1 | -4/+69 |
| | |||||
* | Allow local tests to use a modified Gitaly | Jacob Vosmaer (GitLab) | 2018-01-05 | 1 | -0/+23 |
| | |||||
* | Update gitaly.md | Zeger-Jan van de Weg | 2017-10-17 | 1 | -2/+4 |
| | |||||
* | Update documentation | Zeger-Jan van de Weg | 2017-10-17 | 1 | -15/+3 |
| | |||||
* | Allow testing on Gitaly call count | Zeger-Jan van de Weg | 2017-10-16 | 1 | -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+1 | Andrew Newdigate | 2017-09-30 | 1 | -1/+31 |
| | |||||
* | Added some Gitaly docs to `docs/development` | Andrew Newdigate | 2017-09-27 | 1 | -0/+54 |