|
|
|
|
|
by Boulth
2868 days ago
|
|
> GitLab is so much more - it encompasses the full DevOps Lifecycle in a single application That's what I meant by "integrated services already possible with Github". I guess you are familiar with Github Marketplace. I don't mean to offend GitLab, it's a great service, I just mean that it could be much more if it worked on low level things too, like storage of issues as git objects, or federated instances. These are hard problems that won't make GitLab easy sell to a manager but definitely interesting things that would get developers attention. |
|
A really interesting low-level component that we created and use in production is gitaly [4] (which is a git RPC component that aims to completely remove GitLab's dependency on NFS for repository access - and replace it with gitaly itself).
[1] - https://gitlab.com/gitlab-org/gitlab-ce/issues/4013
[2] - https://gitlab.com/gitlab-org/gitlab-ee/issues/4517
[3] - https://gitlab.com/gitlab-org/gitlab-ce/issues/42230
[4] - https://gitlab.com/gitlab-org/gitaly