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
2020-04-17Drop support for Gitaly v1 authenticationPavlo Strokov
Removal of `RPCCredentials` as it was completely the same implementation as `RPCCredentialsV2`. Fix all places where `RPCCredentials` was used. Removal of `v1` token representation check and validation. Closes: https://gitlab.com/gitlab-org/gitaly/-/issues/2498
2020-03-17Improving of static check analyze.Pavlo Strokov
`unused` linter was enabled to report about unused code. Unused code removed.
2020-02-27Remove V1 authentication methods for clientsZeger-Jan van de Weg
This change swaps V1 authentication with V2 without the caller knowing it did. This allows for a smooth transition toward V2. Idea taken from: https://gitlab.com/gitlab-org/gitaly/issues/2498#note_293995290
2020-02-20Clarify how Gitaly v2 auth worksJacob Vosmaer
2019-01-14Replace net/context with context packageZeger-Jan van de Weg
Leveraging `go fix` these changes were made, I only applied some regexp to get the import grouping correct. The old package can't be removed from vendor directory yet, as other dependencies depend on it.
2018-09-06Allow server to receive an hmac token with the client timestamp for authAlejandro Rodríguez
2017-06-20Token authenticationJacob Vosmaer (GitLab)