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-12-23Incorporate Gitaly's RemoteService RPCsAlejandro Rodríguez
2017-12-13Migrate Gitlab::Git::Repository#merge_base_commit to GitalyAhmad Sherif
Closes gitaly#808
2017-12-07Use Gitaly 0.59.0Jacob Vosmaer
2017-12-05Migrate Gitlab::Git::Repository#revert to GitalyAhmad Sherif
Closes gitaly#780
2017-12-04Migrate Gitlab::Git::Repository#cherry_pick to GitalyAhmad Sherif
Closes gitaly#737
2017-11-22Add FetchSourceBranch Gitaly callJacob Vosmaer (GitLab)
2017-11-18Incorporate Gitaly's RefService.DeleteRefs RPCAlejandro Rodríguez
2017-11-13Incorporate Gitaly's WikiService.WikiGetAllPages RPCAlejandro Rodríguez
2017-11-08Migrate GitLab::Git::Wiki.update_page to GitalyKim "BKC" Carlbäcker
2017-10-31Migrate Gitlab::Git::Wiki#delete_page to GitalyAhmad Sherif
Closes gitaly#673
2017-10-26Upgrade Gitaly to v0.50.0Andrew Newdigate
2017-10-20Update Gitaly version to v0.49.0Andrew Newdigate
2017-10-16Migrate Gitlab::Git::Wiki#write_page to GitalyAhmad Sherif
Closes gitaly#638
2017-10-13Merge Merge Requests via GitalyJacob Vosmaer
2017-10-11Pass git object dir attributes as relative paths to GitalyAhmad Sherif
Fixes gitaly#629
2017-10-10Use Gitaly 0.45.1Jacob Vosmaer
2017-10-09Migrate Workhorse Send{Diff,Patch} to GitalyAhmad Sherif
2017-10-02Use Gitaly 0.43.0Jacob Vosmaer
2017-09-29Migrate Git::Repository#rm_tag to GitalyAhmad Sherif
Closes gitaly#562
2017-09-21Migrate Gitlab::Git::Repository#diff to GitalyAhmad Sherif
Closes gitaly#524
2017-09-06Update GITALY_SERVER_VERSION to 0.38.0Alejandro Rodríguez
2017-09-05Migrate Gitlab::Git::Repository#find_branch to GitalyAhmad Sherif
2017-09-01Use gitaly 0.36.0Jacob Vosmaer
2017-08-31Update Gitaly version to v0.35.0Ahmad Sherif
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.