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-11-19Allow socket dir for Gitaly-Ruby to be configuredZeger-Jan van de Weg
In case the `/tmp` directory can't be used for security reasons, this can be configured. The default behaviour as in production right now will remain. So if nothing is set, `/tmp` will be reused.
2019-11-07Remove some uses of t.Name() as "random" string in testsJacob Vosmaer
2019-11-07Merge branch 'zj-remove-get-formatted-data' into 'master'John Cai
Remove unused GetFormattedData RPC Closes #2137 See merge request gitlab-org/gitaly!1600
2019-11-06Merge branch 'jc-git-dsl-packrefs-refname' into 'master'Zeger-Jan van de Weg
Use DSL on PackRefs, FindRefNames, FindAllBranchnames Closes #1974, #1973, and #1971 See merge request gitlab-org/gitaly!1564
2019-11-06Propagate repository removal to Praefect backendsPaul Okstad
2019-11-06Bitmap counter: ignore repos without packfilesJacob Vosmaer
2019-11-06Merge branch 'jc-fix-create-bundle-scope' into 'master'Paul Okstad
Fix CreateBundle scope and target_repository_field Closes #2135 See merge request gitlab-org/gitaly!1597
2019-11-05Remove unused GetFormattedData RPCZeger-Jan van de Weg
This RPC has no clients anymore, and has gone unused for a while now as it has been superceded. Depends on: https://gitlab.com/gitlab-org/gitlab/merge_requests/19627 Closes: https://gitlab.com/gitlab-org/gitaly/issues/2137
2019-11-05Merge branch 'zj-update-ref-safegit' into 'master'John Cai
GitDSL for UpdateRef cmd Closes #1947 See merge request gitlab-org/gitaly!1593
2019-11-05Add tagger and timezoneRoger Meier
2019-11-04Fix CreateBundle scope and target_repository_fieldJohn Cai
2019-11-01Use Git DSL in PostUploadPackJacob Vosmaer
2019-11-01Merge branch 'jv-2006' into 'master'John Cai
UploadArchive: use git DSL Closes #2006 See merge request gitlab-org/gitaly!1592
2019-11-01Use Git DSL in receive-pack RPC'sJacob Vosmaer
2019-11-01GitDSL for UpdateRef cmdZeger-Jan van de Weg
Closes https://gitlab.com/gitlab-org/gitaly/issues/1947
2019-11-01Count dangling refs before/after FetchIntoObjectPoolJacob Vosmaer
2019-11-01UploadArchive: use git DSLJacob Vosmaer
2019-11-01Merge branch 'zj-remove-extract-signature' into 'master'Zeger-Jan van de Weg
Remove unused ExtractCommitSignature RPC Closes gitlab#31079 See merge request gitlab-org/gitaly!1562
2019-11-01Merge branch 'jc-dsl-rev-list' into 'master'Jacob Vosmaer
DSL for Rev list calls Closes #1970 and #1969 See merge request gitlab-org/gitaly!1571
2019-10-31Adding sentry config to praefectJohn Cai
Refactored configs so that both praefect and gitaly can share logging and sentry config structs
2019-10-31Merge branch 'jc-add-auth-to-wiki-test' into 'master'Jacob Vosmaer
Add auth to tests Closes #2065 See merge request gitlab-org/gitaly!1572
2019-10-31Merge branch 'jc-log-upload-pack-req-size' into 'master'Jacob Vosmaer
Log PostUploadPack request sha and response size Closes #2056 See merge request gitlab-org/gitaly!1576
2019-10-30DSL for ListNewBlobs, ListNewCommitsjramsay
2019-10-30Remove unused ExtractCommitSignature RPCZeger-Jan van de Weg
This RPC was introduced in 0.70.0, but gone unused in favour of the GetCommitSignatures RPC. Given there's no active callsight, it's being removed in GitLab-Rails too: https://gitlab.com/gitlab-org/gitlab/merge_requests/18804 Closes: https://gitlab.com/gitlab-org/gitlab/issues/31079
2019-10-30Add gRPC intercept loggersPaul Okstad
2019-10-29Add PostArgFlagsjramsay
2019-10-25Fishy config log warningPaul Okstad
2019-10-25Add auth tests to ensure auth is being exercisedJohn Cai
2019-10-25Log PostUploadPack request sha and response sizejramsay
2019-10-25DSL for FindRefName, FindAllBranchnames, PackRefsjramsay
2019-10-23Merge branch 'jc-remove-list-directories' into 'master'Jacob Vosmaer
Remove Storage service Closes #1923 See merge request gitlab-org/gitaly!1544
2019-10-19Removing test logging hook since they are not thread safejramsay
2019-10-18Merge branch 'zj-git-dsl-take-2' into 'master'Paul Okstad
Apply the GitDSL in the Ref Service Closes #1972, #1968, and #1967 See merge request gitlab-org/gitaly!1563
2019-10-18Merge branch 'zj-remove-bfg-object-map' into 'master'John Cai
Remove deprecated ApplyBfgObjectMap Closes #2094 See merge request gitlab-org/gitaly!1559
2019-10-18Apply the GitDSL in the Ref ServiceZeger-Jan van de Weg
This change applies the GitDSL to prevent command injection in 3 more cases. Closes: https://gitlab.com/gitlab-org/gitaly/issues/1967 Closes: https://gitlab.com/gitlab-org/gitaly/issues/1968 Closes: https://gitlab.com/gitlab-org/gitaly/issues/1972
2019-10-18Remove the Storage service from GitalyZeger-Jan van de Weg
This change can be made after each of the RPCs are removed from the clients[1]. The storage service was node scoped, and it's easier if this is not the case, which is why the service was phased out. Closes: https://gitlab.com/gitlab-org/gitaly/issues/1923 [1]: https://gitlab.com/gitlab-org/gitlab/merge_requests/18390
2019-10-17Refactor praefect server testsPaul Okstad
2019-10-17Merge branch 'zj-remove-commit-patch' into 'master'John Cai
Remove DiffService Patch RPC Closes #2095 See merge request gitlab-org/gitaly!1560
2019-10-17Merge branch 'zj-git-dsl-objectpool' into 'master'John Cai
Git DSL for objectpool alternates and reduplicate Closes #1963 and #1965 See merge request gitlab-org/gitaly!1556
2019-10-17Remove RepositoryService WriteConfigZeger-Jan van de Weg
WriteConfig has gone unused, and deprecated for a long time. Originally introduced in https://gitlab.com/gitlab-org/gitaly/merge_requests/554, but got removed from the client in: https://gitlab.com/gitlab-org/gitlab-foss/commit/ff112ce641a93f38647e67e4ed92b685ccc2430a Given it's effectivally dead code, we should remove it.
2019-10-17Remove deprecated ApplyBfgObjectMapZeger-Jan van de Weg
The RPC got replaced by a version that's streaming the input. Which allows us to remove this RPC, as it's unused for multiple releases. Closes: https://gitlab.com/gitlab-org/gitaly/issues/2094
2019-10-17Remove DiffService Patch RPCZeger-Jan van de Weg
The RawPatch RPC is used by Workhorse, and no other client is currently using this RPC. This change removes it so there's only one way of getting a patch going forward. Closes: https://gitlab.com/gitlab-org/gitaly/issues/2095
2019-10-17Apply GitDSL on objectpool/reduplicate.goZeger-Jan van de Weg
Closes https://gitlab.com/gitlab-org/gitaly/issues/1965
2019-10-17Apply GitDSL to objectpool/alternates.goZeger-Jan van de Weg
In this case there was no vector to inject something, but regardless it's great to move to one way to do Git Commands. Closes https://gitlab.com/gitlab-org/gitaly/issues/1963
2019-10-16Add go brace whitespace formatterJacob Vosmaer
2019-10-16Remove ListDirectories RPCJohn Cai
2019-10-15targetRepo can be nil if the client didn't set itPaul Okstad
When the client didn't set the target repository, the cache middleware will panic right now. This change handles it, and lets the RPC handle it. The middleware could also handle the error, though that would intervene with the 'usual' way and might catch a developer off guard.
2019-10-15Merge branch 'jc-fix-consolidated-server-info' into 'master'Jacob Vosmaer
Fix praefect server info to include git version, server version Closes #2083 See merge request gitlab-org/gitaly!1550
2019-10-15Merge branch 'jc-praefect-object-pools' into 'master'Zeger-Jan van de Weg
Enable second repository to have its storage re-written Closes #2079 See merge request gitlab-org/gitaly!1548
2019-10-14Merge branch 'jc-upgrade-grpc' into 'master'Paul Okstad
Upgrade GRPC to 1.24.0 See merge request gitlab-org/gitaly!1539