GitLab Bot
0552020767
Add latest changes from gitlab-org/gitlab@master
2022-11-16 15:10:52 +00:00
GitLab Bot
2fe5ea34a5
Add latest changes from gitlab-org/gitlab@master
2021-08-12 12:11:05 +00:00
GitLab Bot
2dedd78ef5
Add latest changes from gitlab-org/gitlab@master
2021-07-29 12:08:55 +00:00
GitLab Bot
ec3483bd18
Add latest changes from gitlab-org/gitlab@master
2021-07-26 09:09:00 +00:00
GitLab Bot
ec4abad65d
Add latest changes from gitlab-org/gitlab@master
2021-06-16 15:10:08 +00:00
GitLab Bot
4c47bc5ec6
Add latest changes from gitlab-org/gitlab@master
2021-05-26 18:10:52 +00:00
GitLab Bot
25db9c1230
Add latest changes from gitlab-org/gitlab@master
2021-05-06 12:10:38 +00:00
GitLab Bot
a93bf027c2
Add latest changes from gitlab-org/gitlab@master
2020-07-07 15:08:49 +00:00
GitLab Bot
53b1f4eaa2
Add latest changes from gitlab-org/gitlab@master
2020-04-02 15:08:01 +00:00
GitLab Bot
3cd08f4bf9
Add latest changes from gitlab-org/gitlab@master
2020-03-13 00:09:34 +00:00
GitLab Bot
c4a5216027
Add latest changes from gitlab-org/gitlab@master
2019-10-22 03:06:00 +00:00
GitLab Bot
81f7adf08b
Add latest changes from gitlab-org/gitlab@master
2019-09-19 18:06:18 +00:00
Mark Chao
697cb6f627
Remove timeout for GitalyClient remove_remote
...
This can be slow because it must potentially remove a lot of remote
refs (if the remote being removed has a lot of refs)
2019-03-15 17:15:07 +08:00
Nick Thomas
f1bc7b6eb5
SSH public-key authentication for push mirroring
2018-11-19 11:46:39 +00:00
gfyoung
ebf98f27c4
Enable even more frozen string in lib/gitlab
...
Enables frozen string for the following:
* lib/gitlab/fogbugz_import/**/*.rb
* lib/gitlab/gfm/**/*.rb
* lib/gitlab/git/**/*.rb
* lib/gitlab/gitaly_client/**/*.rb
* lib/gitlab/gitlab_import/**/*.rb
* lib/gitlab/google_code_import/**/*.rb
* lib/gitlab/gpg/**/*.rb
* lib/gitlab/grape_logging/**/*.rb
* lib/gitlab/graphql/**/*.rb
* lib/gitlab/graphs/**/*.rb
* lib/gitlab/hashed_storage/**/*.rb
* lib/gitlab/health_checks/**/*.rb
Partially address gitlab-org/gitlab-ce#47424 .
2018-11-13 11:42:15 -08:00
Douglas Barbosa Alexandre
42c061781a
Encode remote root ref
2018-09-07 08:45:37 -03:00
Douglas Barbosa Alexandre
21096e2391
Add Gitlab::GitalyClient::RemoteService#find_remote_root_ref
2018-09-06 16:01:48 -03:00
Andrew Newdigate
583635f0c8
Updated Gitaly timeout values
2018-07-05 16:05:24 +00:00
Zeger-Jan van de Weg
11a483649e
Test if remote repository exists before cloning
...
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-27 14:43:21 +02:00
Alejandro Rodríguez
d86751d842
Incorporate Gitaly's RemoteService.UpdateRemoteMirror RPC
2018-01-22 13:51:02 -03:00
Ahmad Sherif
8065efac46
Add support for multiple refmaps to RemoteService#add_remote
...
Closes gitaly#903
2018-01-09 19:03:57 +01:00
Alejandro Rodríguez
9ff44c2986
Incorporate RemoteService.FetchInternalRemote Gitaly RPC
2018-01-05 15:45:24 -03:00
Alejandro Rodríguez
2694355bb6
Incorporate Gitaly's RemoteService RPCs
2017-12-22 20:30:08 -03:00