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
2020-09-24docs: Explain how to interact with Git in GitalyZeger-Jan van de Weg
When interacting with Git repositories the Gitaly team contains a lot of knowledge, but it's not written down. This makes it harder for maintainers to spread their knowlegde, and would ease reviews if contributors can learn what to do and not to do. This would also allow maintainers to link to the docs during reviews without explaining the full story, and speed them up.
2020-07-21Document hook execution pathsJohn Cai
2020-07-03Update proposals to rfcs in docsZeger-Jan van de Weg
2020-05-14Rename Gitaly HA to Gitaly ClustersPaul Okstad
2020-04-21Add developer documentation about logsJacob Vosmaer
2020-03-23Add developer documentation about Git object quarantineJacob Vosmaer
2020-03-13docs: Link GitalySSH Readme to the docs directoryZeger-Jan van de Weg
Being under the impression that the gitaly-ssh docs still needed to be written, I set out to do so. Luckily while I was reading the source I saw the doc existed as a readme file. The index now links to a document outside of the docs directory, though I expect our users to be able to handle that.
2020-01-15Add sql-migrate subcommand to PraefectJacob Vosmaer
2019-10-16Add tips for reading Git source codeJacob Vosmaer
2019-10-02Move the user documentation in GitLab CEAchilleas Pipinellis
2019-10-02Disk cache documentationPaul Okstad
2019-08-19Merge branch 'jv-proposal-snapgraph' into 'master'Zeger-Jan van de Weg
Snapshot storage for repositories See merge request gitlab-org/gitaly!1279
2019-08-16link to proposalsJacob Vosmaer
2019-08-06Fix link to beginner's guideMichael Kozono
2019-04-15Add technical documentation about delta islandsZeger-Jan van de Weg
To prevent only a few people to have the understanding of Gitaly, the feature is explained on a technical level. Thus it lives in the Gitaly repository as these are features that end users don't have an interface to other than their usual interface, `git fetch` or `git clone`.
2019-03-08Support socket paths for praefectZeger-Jan van de Weg
When investigating the integration of praefect in the GDK and Omnibus it seemed that using sockets is much more convenient. From a configuration perspective the behaviour of Gitaly is largely copied. Closes: https://gitlab.com/gitlab-org/gitaly/issues/1523
2019-03-01Update documentation and add a indexZeger-Jan van de Weg
If one wanted to read all the documentation in the Gitaly repository the best way to do so was opening the doc directory. Structure was missing. This commit updates the documentation and adds an index page.