Commit graph

11 commits

Author SHA1 Message Date
Jan Provaznik
d25239ee0b Use git_garbage_collect_worker to run pack_refs
PackRefs is not an expensive gitaly call - we want to
call it more often (than as part of full `gc`) because
it helps to keep number of refs files small - too many
refs file may be a problem for deployments with
slow storage.
2019-05-02 21:41:05 +00:00
Zeger-Jan van de Weg
60c28a5fe0
GitalyClient spec: Remove the diff between CE/EE 2019-03-26 17:17:57 +01:00
Alejandro Rodríguez
68b1e5a97c Incorporate Gitaly's RefService.FindAllRemoteBranches RPC 2018-07-18 16:48:47 -04:00
Ahmad Sherif
1ebb781f6a Migrate Git::Repository#delete_refs to Gitaly
Closes gitaly#967
2018-01-30 23:48:51 +01:00
Alejandro Rodríguez
38730a2d07 Incorporate Gitaly's RefService.DeleteRefs RPC 2017-11-17 18:08:50 -03:00
Jacopo
0ce6785851 Replaces tag: true into :tag in the specs
Replaces all the explicit include metadata syntax in the specs (tag:
true) into the implicit one (:tag).
Added a cop to prevent future errors and handle autocorrection.
2017-10-07 13:57:54 +02:00
Andrew Newdigate
aaa887feba Client Implementation: RefService::RefExists 2017-08-18 09:43:58 +01:00
Robert Speicher
72a7b30c9f Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
Gabriel Mazetto
c6dee99803 Rename path_with_namespace -> disk_path when dealing with the filesystem 2017-08-01 07:26:58 +02:00
Alejandro Rodríguez
8e3f2ecfa9 Incorporate RefsService.FindAllBranches Gitaly RPC 2017-07-27 15:40:54 -04:00
Andrew Newdigate
a89f18bf2c Renamed Gitaly services 2017-07-18 07:59:36 +00:00
Renamed from spec/lib/gitlab/gitaly_client/ref_spec.rb (Browse further)