Closed
Milestone
expired on Jan 20, 2017
Milestone 1
To be release along with GitLab 8.16 as an optional component.
- It can be turned on in production
- It doesn’t include any performance (as in caching) improvements (dumb implementation)
- It’s optional - we have to turn it on manually
- It moves the adv-refs from workhorse to Gitaly using the same implementation.
Unstarted Issues (open and unassigned)
0
Ongoing Issues (open and assigned)
0
Completed Issues (closed)
13
- Establish mechanism to get the gitaly url in each component
- Update LICENSE to include current year (2017)
- Feature flag (env var) in gitlab-rails to enable/disable 'Get info refs via gitaly'
- Implement GET /projects/123/git-http/info-refs/upload-pack and /receive-pack
- Include NOTICE file summarizing the license / copyright of all dependencies in vendor.json
- Build and publish packages via CI
- Wire gitlab-workhorse GET /info/refs to gitaly
- Add feature flag to gitlab-workhorse and gitlab-shell
- Rapid deploy cycle
- Add CONTRIBUTING.md
- Server should listen to a UNIX socket and talk HTTP
- Set up listeners for git operations (unix socket) and monitoring (tcp) in main.main()
- Integrate Gitaly into the GitLab Development Kit for ease of development
Loading
Loading
Loading