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
2018-07-18Incorporate Gitaly's RefService.FindAllRemoteBranches RPCAlejandro Rodríguez
2018-07-11Use gitaly 0.112.0Jacob Vosmaer
2018-07-06Add Repository#set_config and #delete_configJacob Vosmaer
2018-07-03Make OperationService RPC's mandatoryJacob Vosmaer (GitLab)
2018-06-27Migrate storage nesting check to GitalyJacob Vosmaer (GitLab)
2018-06-27Gitaly metrics check for read/writeabilityZeger-Jan van de Weg
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
2018-06-15Migrate repo backup to gitalyAhmad Hassan
2018-06-13Use Gitaly 0.105.1Francisco Javier López
2018-06-06Use gitaly 0.105.0Jacob Vosmaer
2018-05-30Use Gitaly 0.104.0Jacob Vosmaer
2018-05-28Use Gitaly's DeleteAllRepositories RPC during backup restoreJacob Vosmaer (GitLab)
2018-05-18Migrate RepositoryService#SearchFilesBy{Content,Name}Kim "BKC" Carlbäcker
2018-05-09Fix finding wiki pages when they have invalidly-encoded contentAhmad Sherif
Fixes #43715
2018-05-07Update Gitaly version to 0.99.0Douglas Barbosa Alexandre
2018-05-07Bump Gitaly to 0.98.0Zeger-Jan van de Weg
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
2018-05-01Use gitaly 0.96.2Jacob Vosmaer
2018-04-19Add an API endpoint to download git repository snapshotsNick Thomas
2018-04-09Use Gitaly 0.95.0Jacob Vosmaer
2018-04-06Use gitaly 0.94.0Jacob Vosmaer
2018-04-03Upgrade Gitaly server verionZeger-Jan van de Weg
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.
2018-03-27Test if remote repository exists before cloningZeger-Jan van de Weg
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
2018-03-16Use Gitaly 0.91.0Jacob Vosmaer
2018-03-12Use Gitaly 0.89.0Jacob Vosmaer
2018-03-02Add support for :all option to {count,find}_commitsAhmad Sherif
2018-03-01Fetch commit signatures from Gitaly in batchesAhmad Sherif
Closes gitaly#1046
2018-02-26Migrate recursive tree entries fetching to GitalyAhmad Sherif
2018-02-21Incorporate Gitaly's RepositoryService.IsSquashInProgress RPCAlejandro Rodríguez
2018-02-07Update GITALY_SERVER_VERSIONFrancisco Javier López
2018-02-06Downgrade google-protobufZeger-Jan van de Weg
2018-02-03Incorporate OperationService.UserSquash Gitaly RPCAlejandro Rodríguez
2018-01-31Migrate Gitlab::Git::Repository#write_config to GitalyKim "BKC" Carlbäcker
- Add tests for Repository#write_config
2018-01-31Migrate Git::Repository#delete_refs to GitalyAhmad Sherif
Closes gitaly#967
2018-01-30Migrate fetching wiki page formatted content to GitalyAhmad Sherif
Closes gitaly#958
2018-01-24Migrate restoring repo from bundle to GitalyAhmad Sherif
Closes gitaly#946
2018-01-24Migrate repository bundling to GitalyAhmad Sherif
Closes gitaly#929
2018-01-22Incorporate Gitaly's OperationService.UserCommitFiles RPCAlejandro Rodríguez
2018-01-18Retrieve commit signatures with GitalyJacob Vosmaer (GitLab)
2018-01-15Bump Gitaly version to 0.69.0Ahmad Sherif
2018-01-09Add support for multiple refmaps to RemoteService#add_remoteAhmad Sherif
Closes gitaly#903
2018-01-05Incorporate RemoteService.FetchInternalRemote Gitaly RPCAlejandro Rodríguez
2018-01-02Migrate repo forking to GitalyAhmad Sherif
Closes gitaly#825
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