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:
authorPaul Okstad <pokstad@gitlab.com>2019-03-12 19:26:42 +0300
committerPaul Okstad <pokstad@gitlab.com>2019-03-12 19:26:42 +0300
commitd37e6a58001b363a2a74ecc6b3dcd09341aa9e2b (patch)
treec64eee82a8ab73a209dcabc5a4a3ad24424948e7
parent6fd02702fe419b77e4f55f82c4a5afa99a05d5e0 (diff)
parentbc0271bc4a3429baea804539c386310425684547 (diff)
Merge branch 'doc-video-3' into 'master'
Add link to video of third training session See merge request gitlab-org/gitaly!1118
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 11dab7ce1..e07306fac 100644
--- a/README.md
+++ b/README.md
@@ -134,6 +134,13 @@ GITLAB_TRACING=opentracing://jaeger ./gitaly config.toml
## Presentations
+- [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.
+ Contents: a closer look at the final stage of `git push` where the
+ git hooks run and the refs get updated. Interaction between the git
+ hooks and GitLab internal API. The Git object quarantine mechanism.
+ Preview of Git HTTP (to be discussed next time).
- [How Gitaly fits into GitLab, part 2 (video),
2019-02-28](https://drive.google.com/file/d/1SFvx49kJkMsvz8YD4chP0y_QJaygSiiH/view?usp=sharing)
a 1-hour training video for contributors new to GitLab and Gitaly.