馃弳 Gitaly v1.1
<!-- triage-serverless v3 PLEASE DO NOT REMOVE THIS SECTION --> *This page may contain information related to upcoming products, features and functionality. It is important to note that the information presented is for informational purposes only, so please do not rely on the information for purchasing or planning purposes. Just like with all projects, the items mentioned on the page are subject to change or delay, and the development, release, and timing of any products, features, or functionality remain at the sole discretion of GitLab Inc.* <!-- triage-serverless v3 PLEASE DO NOT REMOVE THIS SECTION --> **All features are mandatory**. Rugged code in `Gitlab::Git` is removed from the monolith and now only exists in Gitaly-Ruby. Kubernetes Helm Charts using multiple Gitaly Git-Storage StatefulSets become standard. Benefits: - removes code duplication so that all Rugged code will only be in Gitaly-Ruby, and no longer be in GitLab application. This means no more feature flags in GitLab application to switch between Rugged code in Gitaly and GitLab application - reduced memory usage for single server configuration because Rugged code will no longer be loaded into memory twice (once in GitLab application and once in Gitaly)
epic