Commit Graph

31 Commits

Author SHA1 Message Date
Ahmad Sherif 3944e16b4b Migrate Git::Repository#rm_tag to Gitaly
Closes gitaly#562
2017-09-28 23:36:40 +02:00
Ahmad Sherif eb36fa17a6 Migrate Gitlab::Git::Repository#diff to Gitaly
Closes gitaly#524
2017-09-21 11:05:06 +02:00
Alejandro Rodríguez 204d9c296e Update GITALY_SERVER_VERSION to 0.38.0 2017-09-06 16:48:42 +00:00
Ahmad Sherif e10437de40 Migrate Gitlab::Git::Repository#find_branch to Gitaly 2017-09-05 17:29:45 +00:00
Jacob Vosmaer 57f0c41af8 Use gitaly 0.36.0 2017-09-01 10:42:23 +02:00
Ahmad Sherif 6dfe2869e6 Update Gitaly version to v0.35.0 2017-08-31 10:55:35 +02:00
Jacob Vosmaer b789f39996 Use Gitaly 0.33.0 2017-08-18 18:16:01 +02:00
Andrew Newdigate aaa887feba Client Implementation: RefService::RefExists 2017-08-18 09:43:58 +01:00
Alejandro Rodríguez c463a83405 Incorporate RepositoryService.ApplyGitattributes Gitaly RPC 2017-08-17 14:44:30 -03:00
Ahmad Sherif daa0137b41 Migrate force push check to Gitaly 2017-08-11 19:42:17 +02:00
Ahmad Sherif c4f55ce32d Migrate Gitlab::Git::Repository#size to Gitaly
Closes gitaly#437
2017-08-07 18:53:32 +02:00
Stan Hu d64fd953e2 Bump GITLAB_SHELL_VERSION and GITALY_VERSION to support unhiding refs 2017-08-04 03:19:05 -07:00
Jacob Vosmaer 67de82cf5f Add option to use CommitLanguages RPC 2017-08-01 10:48:46 +02:00
Ahmad Sherif cd5ae5cb2b Migrate Repository#tags to Gitaly
Closes gitaly#411
2017-07-27 20:07:40 +02:00
Alejandro Rodríguez 9eb5cdd73f Incorporate CommitService.GetTreeEntries Gitaly call 2017-07-20 12:47:00 -04:00
Ahmad Sherif ef2b81adb4 Migrate DiffCollection limiting logic to Gitaly 2017-07-19 18:05:22 +02:00
Andrew Newdigate 91d28b1b70 Update Gitaly Server Version to 0.21.2 2017-07-18 12:59:14 +00:00
Alejandro Rodríguez bf31a7e986 Use Gitaly server v0.17.0
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/34853 and enables
https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/1712
2017-07-11 21:38:32 +00:00
Jacob Vosmaer 06b9449224 Add gitaly_git_blob_raw feature 2017-07-07 18:33:59 +02:00
Ahmad Sherif c393d88df3 Migrate Gitlab::Git::Repository#commit_count to Gitaly
Closes gitaly#355
2017-07-07 13:47:34 +02:00
Jacob Vosmaer b3498d88c1 Use Gitaly 0.14.0 2017-06-30 15:03:35 +02:00
Jacob Vosmaer ce612c3e83 Use Gitaly 0.13.0 2017-06-22 11:57:34 +02:00
Ahmad Sherif 0284f01716 Migrate Gitlab::Git::Blob.find to Gitaly 2017-06-21 17:31:20 +02:00
Jacob Vosmaer f61f54610b Use gitaly 0.11.2 2017-06-12 14:45:03 +02:00
Jacob Vosmaer 0f2ce30400 Use Gitaly 0.11.0 2017-06-07 12:59:13 +02:00
Ahmad Sherif 34cd109797 Re-enable Gitaly commit_raw_diff feature 2017-05-07 23:37:42 +02:00
Kim "BKC" Carlbäcker fe771b51fd Fix Gitaly::Commit#is_ancestor
- Upgrade Gitaly-version
2017-04-28 16:44:41 +02:00
Jacob Vosmaer 542b0d8b01 Use config.toml to configure Gitaly 2017-04-06 17:44:18 +02:00
Ahmad Sherif f5b8dcf140 Bump Gitaly server version to 0.5.0 2017-04-04 14:01:01 +02:00
Ahmad Sherif 290621f677 Bump Gitaly server version to v0.4.0 2017-03-24 13:51:43 +02:00
Jacob Vosmaer 8bebc5872d Add gitaly server dependency
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.
2017-03-06 13:40:51 +01:00