summaryrefslogtreecommitdiff
path: root/GITALY_SERVER_VERSION
Commit message (Collapse)AuthorAgeFilesLines
* Bump Gitaly to 0.117.0sh-bump-gitaly-0.117Stan Hu2018-08-061-1/+1
| | | | | | | Adds support for deferred loading of Wiki data. See https://gitlab.com/gitlab-org/gitaly/blob/master/CHANGELOG.md for more details.
* Use Gitaly 0.115.0Jacob Vosmaer2018-08-031-1/+1
|
* Bump Gitaly versionZeger-Jan van de Weg2018-07-311-1/+1
| | | | | | | | This branch includes changes that removes a rake taks that cleans up config.lock files. This change bumps Gitaly so it happens automatically so users don't have to bother.
* Incorporate Gitaly's RefService.FindAllRemoteBranches RPCgitaly-remote-branchesAlejandro Rodríguez2018-07-181-1/+1
|
* Use gitaly 0.112.0Jacob Vosmaer2018-07-111-1/+1
|
* Add Repository#set_config and #delete_configJacob Vosmaer2018-07-061-1/+1
|
* Make OperationService RPC's mandatoryJacob Vosmaer (GitLab)2018-07-031-1/+1
|
* Migrate storage nesting check to GitalyJacob Vosmaer (GitLab)2018-06-271-1/+1
|
* Gitaly metrics check for read/writeabilityZeger-Jan van de Weg2018-06-271-1/+1
| | | | | | | | | | | | | | Prior to this change, health checks checked for writeability of the NFS shards. Given we're moving away from that, this patch extends the checks for Gitaly to check for read and writeability. Potentially some dashboards will break, as over time these metrics will no longer appear as Prometheus doesn't get the data anymore. Observability in the circuit breaker will be reduced, but its not expected to be turned on and the circuit breaker is being removed soon too. Closes https://gitlab.com/gitlab-org/gitaly/issues/1218
* Migrate repo backup to gitalyAhmad Hassan2018-06-151-1/+1
|
* Use Gitaly 0.105.1Francisco Javier López2018-06-131-1/+1
|
* Use gitaly 0.105.0Jacob Vosmaer2018-06-061-1/+1
|
* Use Gitaly 0.104.0Jacob Vosmaer2018-05-301-1/+1
|
* Use Gitaly's DeleteAllRepositories RPC during backup restoreJacob Vosmaer (GitLab)2018-05-281-1/+1
|
* Migrate RepositoryService#SearchFilesBy{Content,Name}gitaly-1182-search-by-content-nameKim "BKC" Carlbäcker2018-05-181-1/+1
|
* Fix finding wiki pages when they have invalidly-encoded contentAhmad Sherif2018-05-091-1/+1
| | | | Fixes #43715
* Update Gitaly version to 0.99.0Douglas Barbosa Alexandre2018-05-071-1/+1
|
* Bump Gitaly to 0.98.0Zeger-Jan van de Weg2018-05-071-1/+1
| | | | | | Hooks were run for wikis, but given the internal API wasn't responding failures happended, as seen on: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18693
* Use gitaly 0.96.2Jacob Vosmaer2018-05-011-1/+1
|
* Add an API endpoint to download git repository snapshotsNick Thomas2018-04-191-1/+1
|
* Use Gitaly 0.95.0gitaly-0.95.0Jacob Vosmaer2018-04-091-1/+1
|
* Use gitaly 0.94.0gitaly-0.94.0Jacob Vosmaer2018-04-061-1/+1
|
* Upgrade Gitaly server verionZeger-Jan van de Weg2018-04-031-1/+1
| | | | | | | icu4c had another version bump, which broken compilation of the native extensions of charlock_holmes. Gitaly has upgraded the gem version, and with this made installation against the new lib version, 61.1, available again.
* Test if remote repository exists before cloningZeger-Jan van de Weg2018-03-271-1/+1
| | | | | | | | | | | | | | | | When a repository does not exist on a remote, Gitaly won't be able to clone it. This is correct behaviour, but from the clients perspective a change in behaviour. This change implements the client side changes that allows Gitaly to execute a `git ls-remote <remote-url> HEAD`. This way the client has no need to shell out to Git. In the situation where multiple Gitalies are available, one is chosen at random. This commit closes https://gitlab.com/gitlab-org/gitlab-ce/issues/43929, while its also a part of https://gitlab.com/gitlab-org/gitaly/issues/1084
* Use Gitaly 0.91.0Jacob Vosmaer2018-03-161-1/+1
|
* Use Gitaly 0.89.0Jacob Vosmaer2018-03-121-1/+1
|
* Add support for :all option to {count,find}_commitsfeature/add-support-for-all-option-in-count-find-commitsAhmad Sherif2018-03-021-1/+1
|
* Fetch commit signatures from Gitaly in batchesfeature/fetch-commit-signs-from-gitaly-in-batchAhmad Sherif2018-03-011-1/+1
| | | | Closes gitaly#1046
* Migrate recursive tree entries fetching to GitalyAhmad Sherif2018-02-261-1/+1
|
* Incorporate Gitaly's RepositoryService.IsSquashInProgress RPCce-gitaly-squash-in-progressAlejandro Rodríguez2018-02-211-1/+1
|
* Update GITALY_SERVER_VERSIONpatch-29Francisco Javier López2018-02-071-1/+1
|
* Downgrade google-protobufZeger-Jan van de Weg2018-02-061-1/+1
|
* Incorporate OperationService.UserSquash Gitaly RPCgitaly-user-squashAlejandro Rodríguez2018-02-021-1/+1
|
* Migrate Gitlab::Git::Repository#write_config to Gitalygitaly-970-repo-write-configKim "BKC" Carlbäcker2018-01-311-1/+1
| | | | - Add tests for Repository#write_config
* Migrate Git::Repository#delete_refs to Gitalyfeature/migrate-delete-refs-to-gitalyAhmad Sherif2018-01-301-1/+1
| | | | Closes gitaly#967
* Migrate fetching wiki page formatted content to Gitalyfeature/migrate-wiki-page-formatted-data-to-gitalyAhmad Sherif2018-01-301-1/+1
| | | | Closes gitaly#958
* Migrate restoring repo from bundle to Gitalyfeature/migrate-repo-restorer-to-gitalyAhmad Sherif2018-01-241-1/+1
| | | | Closes gitaly#946
* Migrate repository bundling to Gitalyfeature/migrate-bundle-to-disk-to-gitalyAhmad Sherif2018-01-241-1/+1
| | | | Closes gitaly#929
* Incorporate Gitaly's OperationService.UserCommitFiles RPCgitaly-user-commit-filesAlejandro Rodríguez2018-01-221-1/+1
|
* Retrieve commit signatures with GitalyJacob Vosmaer (GitLab)2018-01-181-1/+1
|
* Bump Gitaly version to 0.69.0Ahmad Sherif2018-01-151-1/+1
|
* Add support for multiple refmaps to RemoteService#add_remotefix/use-mirror-refmaps-instead-mirror-refmapAhmad Sherif2018-01-091-1/+1
| | | | Closes gitaly#903
* Incorporate RemoteService.FetchInternalRemote Gitaly RPCgitaly-fetch-internal-remoteAlejandro Rodríguez2018-01-051-1/+1
|
* Migrate repo forking to Gitalymigrate-fork-repo-to-gitalyAhmad Sherif2018-01-021-1/+1
| | | | Closes gitaly#825
* Incorporate Gitaly's RemoteService RPCsgitaly-remotesAlejandro Rodríguez2017-12-221-1/+1
|
* Migrate Gitlab::Git::Repository#merge_base_commit to Gitalyfeature/migrate-merge-base-to-gitalyAhmad Sherif2017-12-131-1/+1
| | | | Closes gitaly#808
* Use Gitaly 0.59.0Jacob Vosmaer2017-12-071-1/+1
|
* Migrate Gitlab::Git::Repository#revert to Gitalyfeature/migrate-revert-to-gitalyAhmad Sherif2017-12-051-1/+1
| | | | Closes gitaly#780
* Migrate Gitlab::Git::Repository#cherry_pick to GitalyAhmad Sherif2017-12-041-1/+1
| | | | Closes gitaly#737
* Add FetchSourceBranch Gitaly callJacob Vosmaer (GitLab)2017-11-221-1/+1
|