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:
authorJacob Vosmaer <jacob@gitlab.com>2019-03-19 03:03:28 +0300
committerPaul Okstad <pokstad@gitlab.com>2019-03-19 03:03:28 +0300
commit95e1c6b1617bedef1f478224523c9531fe9aaaab (patch)
tree02369eef33c06d2b0f19c9e2f5170b44a2a6c9ed
parent71a1f0f4e0b604b5708bfa3017fdd9cf49d8c296 (diff)
Add link to gitaly training session 4
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index e07306fac..43a46ff72 100644
--- a/README.md
+++ b/README.md
@@ -134,6 +134,12 @@ GITLAB_TRACING=opentracing://jaeger ./gitaly config.toml
## Presentations
+- [How Gitaly fits into GitLab, part 4 (video),
+ 2019-03-14](https://drive.google.com/file/d/1S-X1MvXMTEHJDIQWrabyROfVNOkmPxWH/view?usp=sharing)
+ a 1-hour training video for contributors new to GitLab and Gitaly.
+ Contents: intercepting Git HTTP traffic with mitmproxy, overview of
+ Git HTTP clone steps, code walk in gitlab-workhorse and gitlab-ce,
+ investigating internal workhorse API messages used for Git HTTP.
- [How Gitaly fits into GitLab, part 3 (video),
2019-03-07](https://drive.google.com/file/d/1G3xOpsblfYcCTyzv1Xe6Pg2Ce2TGriTb/view?usp=sharing)
a 1-hour training video for contributors new to GitLab and Gitaly.