Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-18Use Gitaly 0.33.0Jacob Vosmaer
2017-08-18Client Implementation: RefService::RefExistsAndrew Newdigate
2017-08-17Incorporate RepositoryService.ApplyGitattributes Gitaly RPCAlejandro Rodríguez
2017-08-11Migrate force push check to GitalyAhmad Sherif
2017-08-07Migrate Gitlab::Git::Repository#size to GitalyAhmad Sherif
Closes gitaly#437
2017-08-04Bump GITLAB_SHELL_VERSION and GITALY_VERSION to support unhiding refsStan Hu
2017-08-01Add option to use CommitLanguages RPCJacob Vosmaer
2017-07-27Migrate Repository#tags to GitalyAhmad Sherif
Closes gitaly#411
2017-07-20Incorporate CommitService.GetTreeEntries Gitaly callAlejandro Rodríguez
2017-07-19Migrate DiffCollection limiting logic to GitalyAhmad Sherif
2017-07-18Update Gitaly Server Version to 0.21.2Andrew Newdigate
2017-07-12Use Gitaly server v0.17.0Alejandro Rodríguez
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/34853 and enables https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/1712
2017-07-07Add gitaly_git_blob_raw featureJacob Vosmaer
2017-07-07Migrate Gitlab::Git::Repository#commit_count to GitalyAhmad Sherif
Closes gitaly#355
2017-06-30Use Gitaly 0.14.0Jacob Vosmaer
2017-06-22Use Gitaly 0.13.0Jacob Vosmaer
2017-06-21Migrate Gitlab::Git::Blob.find to GitalyAhmad Sherif
2017-06-12Use gitaly 0.11.2Jacob Vosmaer
2017-06-07Use Gitaly 0.11.0Jacob Vosmaer
2017-05-08Re-enable Gitaly commit_raw_diff featureAhmad Sherif
2017-04-28Fix Gitaly::Commit#is_ancestorKim "BKC" Carlbäcker
- Upgrade Gitaly-version
2017-04-06Use config.toml to configure GitalyJacob Vosmaer
2017-04-04Bump Gitaly server version to 0.5.0Ahmad Sherif
2017-03-24Bump Gitaly server version to v0.4.0Ahmad Sherif
2017-03-06Add gitaly server dependencyJacob Vosmaer
In GitLab 9.0.0 we want to turn on Gitaly in Omnibus installations. Gitaly is not a required component yet for source installations because we want to iterate on the configuration and architecture some more. Omnibus installations will have the option to completely disable Gitaly if they want to or if necessary. The new GITALY_SERVER_VERSION file which version of the Gitaly server application is needed by the current GitLab version.