diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-08-17 00:10:22 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-08-17 00:10:22 +0000 |
commit | 24df596a074d5e46d44d416028c29ffa91dc4eb1 (patch) | |
tree | d02fe983f0fb82e73b1a23bd2850d3cd7c050c46 /doc/development/gitaly.md | |
parent | 587b778d3eaa04e18b3b8e2ecc290156e3e1f93e (diff) | |
download | gitlab-ce-24df596a074d5e46d44d416028c29ffa91dc4eb1.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/gitaly.md')
-rw-r--r-- | doc/development/gitaly.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/development/gitaly.md b/doc/development/gitaly.md index 0a17bfedc0f..fa4fa59e35d 100644 --- a/doc/development/gitaly.md +++ b/doc/development/gitaly.md @@ -12,12 +12,16 @@ Workhorse and GitLab Shell. ## Deep Dive -In May 2019, <!-- vale gitlab.Spelling = NO --> Bob Van Landuyt <!-- vale gitlab.Spelling = YES --> +<!-- vale gitlab.Spelling = NO --> + +In May 2019, Bob Van Landuyt hosted a Deep Dive (GitLab team members only: `https://gitlab.com/gitlab-org/create-stage/issues/1`) on the [Gitaly project](https://gitlab.com/gitlab-org/gitaly). It included how to contribute to it as a Ruby developer, and shared domain-specific knowledge with anyone who may work in this part of the codebase in the future. +<!-- vale gitlab.Spelling = YES --> + You can find the <i class="fa fa-youtube-play youtube" aria-hidden="true"></i> [recording on YouTube](https://www.youtube.com/watch?v=BmlEWFS8ORo), and the slides on [Google Slides](https://docs.google.com/presentation/d/1VgRbiYih9ODhcPnL8dS0W98EwFYpJ7GXMPpX-1TM6YE/edit) and in [PDF](https://gitlab.com/gitlab-org/create-stage/uploads/a4fdb1026278bda5c1c5bb574379cf80/Create_Deep_Dive__Gitaly_for_Create_Ruby_Devs.pdf). |