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
path: root/auth
AgeCommit message (Expand)Author
2023-11-07go: Update "metadata" util to go-grpc-middleware v2Eric Ju
2023-11-07go: Update "auth" interceptors to go-grpc-middleware v2Eric Ju
2023-08-30Add missing TestMain callsWill Chandler
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2022-11-14auth: Run tests in sha256 modeJames Fargher
2022-10-27Add docs testing Make target and CI/CD joberead/add-docs-testing-make-target-and-ci_cd-jobEvan Read
2022-10-10lint: Remove space after `nolint:`Karthik Nayak
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-05-20Update go package name from v14 to v15John Cai
2022-01-27Automatically clean up testhelper.ContextSami Hiltunen
2021-12-14tests: Convert to use testhelper contextsPatrick Steinhardt
2021-08-31global: Reformat sources with gofumptPatrick Steinhardt
2021-07-12Standardise package aliasesPavlo Strokov
2021-04-21Use promauto to register Prometheus metricsSashi Kumar
2021-04-19global: Do not ignore write errorsPatrick Steinhardt
2020-12-17token: Remove `tokenValidity` initializationPatrick Steinhardt
2020-12-17auth: Introduce function to set token validity durationPatrick Steinhardt
2020-12-17auth: Rename `timestampThreshold` to `tokenValidityDuration`Patrick Steinhardt
2020-05-29Check auth before limit handlerJohn Cai
2020-04-17Drop support for Gitaly v1 authenticationPavlo Strokov
2020-04-14Static code analysis: introduction of new lintersPavlo Strokov
2020-03-17Improving of static check analyze.Pavlo Strokov
2020-02-27Remove V1 authentication methods for clientsZeger-Jan van de Weg
2020-02-20Clarify how Gitaly v2 auth worksJacob Vosmaer
2019-10-21Count v2 auth error return pathsJacob Vosmaer
2019-10-16Add go brace whitespace formatterJacob Vosmaer
2019-01-14Replace net/context with context packageZeger-Jan van de Weg
2018-12-04Update to latest goimports formattingJacob Vosmaer
2018-09-06Allow server to receive an hmac token with the client timestamp for authAlejandro Rodríguez
2018-04-11Make more of the auth code public so we can reuse itJacob Vosmaer (GitLab)
2017-06-20Token authenticationJacob Vosmaer (GitLab)