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
diff options
context:
space:
mode:
authorAndrew Newdigate <andrew@troupe.co>2017-01-26 18:37:30 +0300
committerAndrew Newdigate <andrew@troupe.co>2017-01-26 18:37:30 +0300
commit16a8071b25fe2c7a8ef9b30912ca9d98867d9b81 (patch)
treeaa03daa3a8b2e7d4e4a278b698a0a94d4fd246ec
parent182f81829ca6b43043017363af8ef6fee87dca81 (diff)
💬 PR Review: updates as per @jacobvosmaer-gitlab’s comments
-rw-r--r--doc/PROCESS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/PROCESS.md b/doc/PROCESS.md
index ec95f5309..fdd52c1c0 100644
--- a/doc/PROCESS.md
+++ b/doc/PROCESS.md
@@ -1,8 +1,8 @@
## Gitaly Team Process
-Gitaly is a fairly unique service in GitLab in that is has no dependencies on `gitlab-rails`, the monolithic persistence store (`pg`) or other components.
+Gitaly is a fairly unique service in GitLab in that is has no dependencies on [gitlab-rails](https://gitlab.com/gitlab-org/gitlab-ce) or its SQL database.
-This means that we can iterate faster than the monolith, adding improvements (particularly optimisations) at a faster rate than the main application.
+This means that we can iterate faster than the gitlab-rails project, adding improvements (particularly optimisations) at a faster rate.
### Gitaly Releases