Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-01Migrate hooks to use go binaryJohn Cai
2019-08-07Publish Ruby stubs as 'gitaly' gemJacob Vosmaer
2019-06-05Replace govendor with 'go mod'Jacob Vosmaer
2019-04-13Add gitaly-remote binary to add or update remote URLMateusz Nowotyński
Signed-off-by: Mateusz Nowotyński <maxmati4@gmail.com>
2019-04-13Add git2goMateusz Nowotyński
Signed-off-by: Mateusz Nowotyński <maxmati4@gmail.com>
2019-04-05Zero downtime deploymentAlessio Caiazza
2019-02-28Merge branch 'zj-praefect' into 'master'John Cai
Create Praefect binary for proxy server execution Closes #1483 See merge request gitlab-org/gitaly!1068
2019-02-22Support distributed tracing in gitaly-sshAndrew Newdigate
2019-02-22Create Praefect commandZeger-Jan van de Weg
By introducting a new command, the pass through proxy gets an execution path. To allow for manual testing, but also for, probably more important; getting started with integrating into the GitLab architecture. For logging we default to logrus, but these aren't structured yet. Which should be improved later. Config is added too, by parsing a TOML file. The path to this file is passed as first argument to the praefect binary. The output is JSON by default and not yet configurable. OS signals are handled too, and allow for a Shutdown of the server. The basic observability was added too, but on the proxy layer this will not yield too much, other than tracing.
2018-11-20Add gitaly-debug production debugging toolJacob Vosmaer
2018-10-05Add Git protocol v2James Lopez
Sending Git-Protocol: version=2 will make Gitaly set an environment variable GIT_PROTOCOL that Git should interpret as to using Git v2.
2018-01-04Add rspec unit and integration testsJacob Vosmaer (GitLab)
2017-12-27Implement RepositoryService.ChangeStorage RPCAlejandro Rodríguez
2017-10-03Add gitaly-ssh binary to gitignoreKim "BKC" Carlbäcker
2017-09-29Implement cmd/gitaly-ssh commandKim "BKC" Carlbäcker
2017-08-04Ignore the ruby/.bundle directoryJacob Vosmaer
2017-08-04Install gems into vendor/bundleJacob Vosmaer (GitLab)
2017-07-27Provide a way to bypass 'bundle install'Jacob Vosmaer (GitLab)
2017-06-27SSH Upload/ReceivePack Integration TestsKim "BKC" Carlbäcker
2017-04-06Add config.toml.exampleJacob Vosmaer
2017-03-24Clone gitlab-test repo only onceAhmad Sherif
Closes #103
2017-02-14Remove cruft from gitignoreJacob Vosmaer
2017-02-14LintingAndrew Newdigate
See merge request !63
2017-02-14Use protocols from external gitaly-proto repoJacob Vosmaer
2017-01-26Put gitaly.gemspec in the root directoryJacob Vosmaer
This allows Bundler to fetch development versions of the 'gitaly' gem using git: directives.
2017-01-25Remove old client referencesJacob Vosmaer
2017-01-25Put _package under _supportJacob Vosmaer
2017-01-23Add foundation for using gRPC and ProtobufJacob Vosmaer
2017-01-14Add "make package" targetJacob Vosmaer
2016-12-23Just build everything in ./cmdJacob Vosmaer
Also simplify 'make test' via 'go test ./...'.
2016-12-21Put /vendor in source controlJacob Vosmaer
2016-12-20Rename package to gitalyAhmad Sherif
2016-12-16Use govendor for managing dependenciesAhmad Sherif
2016-12-10Fix build parameters and ignore generated binaries on gitAlejandro Rodríguez
2016-12-08Adapt Makefile test recipe to work on CIAhmad Sherif
Mostly copied from gitlab-workhorse Makefile, kudos to the authors!
2016-12-07Implement a client to forward git commands to a serverAhmad Sherif