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
2018-10-25Investigate fresheningjv-explore-dedupJacob Vosmaer
2018-10-19update design notesJacob Vosmaer
2018-10-19Add design overview docJacob Vosmaer
2018-10-18try actual pushJacob Vosmaer
2018-10-17Start exploring push edge casesJacob Vosmaer
2018-10-17commentsJacob Vosmaer
2018-10-16Add example for "leave pool" scenarioJacob Vosmaer
2018-10-16Add rpc annotationsJacob Vosmaer
2018-10-16Ensure we have refs at all in poolJacob Vosmaer
2018-10-12remove fetch that doesn't explain anythingJacob Vosmaer
2018-10-12More renames and commentsJacob Vosmaer
2018-10-12illustrate link_repository_to_poolJacob Vosmaer
2018-10-12Add some methods that correspond to rpcsJacob Vosmaer
2018-10-03readabilityJacob Vosmaer
2018-10-03readabilityJacob Vosmaer
2018-09-28Add efficient "clone in pool"Jacob Vosmaer
2018-09-26Use relative pathsJacob Vosmaer
2018-09-26Move at_exitJacob Vosmaer
2018-09-26clean up script outputJacob Vosmaer
2018-09-26Make pool creation efficientJacob Vosmaer
2018-09-24Move alternatesJacob Vosmaer
2018-09-24Make output nicerJacob Vosmaer
2018-09-24Add script that explores dedupJacob Vosmaer
2018-09-21Merge branch 'adds-chmod-execute-permissions-to-operations-service' into ↵Zeger-Jan van de Weg
'master' Implements CHMOD action of UserCommitFiles API See merge request gitlab-org/gitaly!884
2018-09-21Implements CHMOD action of UserCommitFiles API🙈 jacopo beschi 🙉
2018-09-20Merge branch 'osw-use-max-patch-bytes-limit' into 'master'Jacob Vosmaer
Use CommitDiffRequest.MaxPatchBytes instead of hardcoded limit for single diff patches Closes gitlab-ce#50635 See merge request gitlab-org/gitaly!880
2018-09-19Use CommitDiffRequest.MaxPatchBytes instead of hardcoded limitOswaldo Ferreira
2018-09-19Merge branch 'sh-export-http-proxy' into 'master'Jacob Vosmaer
Export HTTP proxy environment variables to Gitaly Closes gitlab-ce#51517 See merge request gitlab-org/gitaly!885
2018-09-18Export HTTP proxy environment variables to GitalyStan Hu
Git passes the all_proxy, no_proxy, http_proxy, and https_proxy environment variables to libcurl for HTTP requests. If these aren't set, repository imports among other git activity will fail behind a proxy. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51517
2018-09-13Version 0.121.0v0.121.0Zeger-Jan van de Weg
2018-09-13Merge branch 'stop-gg-vendor' into 'master'Zeger-Jan van de Weg
Stop vendoring Gitlab::Git Closes #1279 See merge request gitlab-org/gitaly!883
2018-09-13Stop vendoring Gitlab::GitAlejandro Rodríguez
2018-09-13Merge branch ↵Zeger-Jan van de Weg
'1209-include-keep-around-and-other-references-in-the-checksum-calculation' into 'master' Resolve "Include keep-around and other references in the checksum calculation" Closes #1308 and #1209 See merge request gitlab-org/gitaly!731
2018-09-12Merge branch 'jramsay-roadmap' into 'master'Zeger-Jan van de Weg
Use epics for Gitaly roadmap See merge request gitlab-org/gitaly!882
2018-09-12Use epics for Gitaly roadmapJames Ramsay
2018-09-11Add CHANGELOGDouglas Barbosa Alexandre
2018-09-11Include keep-around and other references in the checksum calculationDouglas Barbosa Alexandre
2018-09-07Version 0.120.0v0.120.0Zeger-Jan van de Weg
2018-09-06Merge branch 'gitaly-server-credentials' into 'master'Zeger-Jan van de Weg
Allow server to receive an hmac token with the client timestamp for auth Closes #1315 See merge request gitlab-org/gitaly!872
2018-09-06Allow server to receive an hmac token with the client timestamp for authAlejandro Rodríguez
2018-09-06Merge branch 'raw-changes-modes' into 'master'Zeger-Jan van de Weg
Return old and new modes on RawChanges See merge request gitlab-org/gitaly!878
2018-09-06Merge branch 'zj-list-directories' into 'master'Zeger-Jan van de Weg
Server implementation ListDirectories See merge request gitlab-org/gitaly!868
2018-09-06Remove the Path references in codeZeger-Jan van de Weg
This used to be in the original proto, but than got removed as me might not need it.
2018-09-06Allow listing of directoriesZeger-Jan van de Weg
With depth limiter, but might have problems with scaling on very big directories. Part of: https://gitlab.com/gitlab-org/gitaly/issues/954
2018-09-06Version 0.119.0v0.119.0Zeger-Jan van de Weg
2018-09-06Return old and new modes on RawChangesAlejandro Rodríguez
This will greatly simplify the implementation of the ElasticSearch indexer
2018-09-06Merge branch 'zj-update-sanitize-take-2' into 'master'Alejandro Rodríguez
Reset sanitize requirements in lockfile See merge request gitlab-org/gitaly!879
2018-09-06Reset sanitize requirements in lockfileZeger-Jan van de Weg
Honestly not quite sure how this number got bumped, but it seems that the minimum version didn't get bumped but the correct version got used by bundler. The report was out of date, as the scanner got removed. However, GitLab tried to find a pipeline with scanning enabled, and did so from before it got removed. So long story short, this was never broken, and while I fixed it I broke something. I _think_ it has to do with the `--no-deployment` flag.
2018-09-05Merge branch 'da-fetch-default-branch-name' into 'master'Zeger-Jan van de Weg
Add server implementation for FindRemoteRootRef See merge request gitlab-org/gitaly!874
2018-09-05Add server implementation for FindRemoteRootRefDouglas Barbosa Alexandre