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-02-11Updating changelogrewrite-fetch-remoteMichael Leopard
2019-02-11Updating changelogMichael Leopard
2019-02-11Merge branch 'master' into rewrite-fetch-remoteMichael Leopard
2019-02-11Adding unreleased changelogMichael Leopard
2019-02-11Porting FetchRemote to goMichael Leopard
2019-02-07Version 1.19.0v1.19.0Paul Okstad
2019-02-07Merge branch '1480-calculatechecksum-invalid-memory-address-or-nil-pointer' ↵John Cai
into 'master' Return blank checksum for git repositories with only invalid refs Closes #1480 See merge request gitlab-org/gitaly!1065
2019-02-07Merge branch 'rawchanges-chunker' into 'master'Paul Okstad
Use chunker in GetRawChanges See merge request gitlab-org/gitaly!1043
2019-02-07Use chunker in GetRawChangesJacob Vosmaer
2019-02-06Version 1.18.0v1.18.0Zeger-Jan van de Weg
2019-02-06Merge branch 'an-statically-link-jaeger-client-into-gitaly' into 'master'Jacob Vosmaer
Statically link jaeger into Gitaly by default See merge request gitlab-org/gitaly!1063
2019-02-05Merge branch 'find-commits-use-chunker' into 'master'Paul Okstad
Use chunker in FindCommits See merge request gitlab-org/gitaly!1059
2019-02-05Use chunker in FindCommitsJacob Vosmaer
2019-02-05Return blank checksum for git repositories with only invalid refsDouglas Barbosa Alexandre
If the git repository contains only refs that do not match the ones in the whitelist the checksum variable is not initialized throwing an error: "CalculateChecksum: invalid memory address or nil pointer."
2019-02-05Merge branch '1474-search-files-bytes' into 'master'John Cai
Make clear there is no []byte reuse bug in SearchFilesByContent Closes #1474 See merge request gitlab-org/gitaly!1055
2019-02-05Make clear there is no []byte reuse bug in SearchFilesByContentJacob Vosmaer
2019-02-04Statically link jaeger into Gitaly by defaultAndrew Newdigate
This change will statically compile the jaeger client into gitaly by default. This will allow support staff to enable the GITLAB_TRACING variable to investigate issues further. Note that by default, this will not enable tracing, only compile the client in.
2019-02-01Version 1.17.0v1.17.0Jacob Vosmaer
2019-02-01Merge branch 'sync-dev' into 'master'Jacob Vosmaer
Sync master with the recent security release See merge request gitlab-org/gitaly!1062
2019-01-31Update CHANGELOG.md to account for security releasesNick Thomas
2019-01-31Disable git protocol v2 temporarilyNick Thomas
2019-01-31Move scratch data into testdata/scratchNick Thomas
2019-01-31Merge branch 'commits-sender-to-chunker' into 'master'Paul Okstad
Switch from commitsSender to chunker See merge request gitlab-org/gitaly!1060
2019-01-31Switch from commitsSender to chunkerJacob Vosmaer
2019-01-30Merge branch 'sh-add-gl-project-name-logs' into 'master'John Cai
Add glProjectName to logs See merge request gitlab-org/gitaly!1049
2019-01-29Version 1.16.0v1.16.0Paul Okstad
2019-01-28Version 1.15.0v1.15.0John Cai
2019-01-28Merge branch '1473-refnames-bug' into 'master'Zeger-Jan van de Weg
Avoid unsafe use of scanner.Bytes() in ref name RPC's Closes #1473 See merge request gitlab-org/gitaly!1054
2019-01-28Avoid unsafe use of scanner.Bytes() in ref name RPC'sJacob Vosmaer
2019-01-24Use original rootPathStan Hu
2019-01-24Remve trailing newline in internal/service/remote/list_remotes.goStan Hu
2019-01-24Bump Ruby gitaly-proto to 1.10.0Stan Hu
2019-01-24Update CHANGELOG entry to reflect new nameStan Hu
2019-01-24Rename glProjectName -> glProjectPathStan Hu
Bump gitaly-proto to v1.10.0 and add stubs
2019-01-24adding chunking support for search files by contentJohn Cai
updating gitaly-proto 1.6.0 updating gitaly-proto to 1.7.0 look at chunked response flag refactoring duplicated code fixing if statement bumping gitaly-proto in gemfile to 1.7.0 only send buf if non-empty adding test with no results
2019-01-24Support rbtrace and ObjectSpace via environment flagsStan Hu
rbtrace and ObjectSpace are essential to debugging memory issues in Ruby. Both will be disabled by default. 1. rbtrace allows us to send commands (e.g. request a heap dump) to an already running gitaly-ruby process. It can be used safely in production. 2. ObjectSpace: Enabling object allocations tracing will allow us to see what is consuming a significant amount of memory.
2019-01-24Add glProjectName to logsStan Hu
This enables the Gitaly logs to have the full human-readable GitLab project path, which is helpful to have for log aggregators when hashed storage is in use. glRepository provides an identifier in the form of `project-<id>`, but this field is blank when a project is created. Part of https://gitlab.com/gitlab-org/gitaly/issues/1394
2019-01-24Merge branch 'add-left-right-support' into 'master'John Cai
Add CountDivergingCommits RPC See merge request gitlab-org/gitaly!1023
2019-01-24fix list directoriesJohn Cai
2019-01-24add CountDivergingCommits RPCJohn Cai
2019-01-24Merge branch 'add-rbtrace-and-objspace-support' into 'master'John Cai
Support rbtrace and ObjectSpace via environment flags See merge request gitlab-org/gitaly!1046
2019-01-24Merge branch 'refactor-refnames-chunker' into 'master'John Cai
Refactor refnames RPC's to use chunker See merge request gitlab-org/gitaly!1041
2019-01-24Refactor refnames RPC's to use chunkerJacob Vosmaer
2019-01-24Merge branch 'commitstats-go' into 'master'John Cai
Rewrite CommitStats in Go Closes #1467 See merge request gitlab-org/gitaly!1048
2019-01-24Rewrite CommitStats in GoJacob Vosmaer
2019-01-24Merge branch 'listdirectories-chunker' into 'master'John Cai
Use chunker for ListDirectories RPC See merge request gitlab-org/gitaly!1042
2019-01-24Use chunker for ListDirectories RPCJacob Vosmaer
2019-01-24Merge branch 'bw-update-nokogiri' into 'master'John Cai
Update nokogiri to 1.10.1 See merge request gitlab-org/gitaly!1044
2019-01-23Merge branch 'add-chunking-for-search-files-by-content' into 'master'Zeger-Jan van de Weg
Add chunking support to SearchFilesByContent RPC See merge request gitlab-org/gitaly!1015
2019-01-23Merge branch 'fix-unix-socket-tests' into 'master'John Cai
Fix tests that used long unix socket paths Closes #1460 See merge request gitlab-org/gitaly!1039