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 (Expand)Author
2021-12-14lint: Disallow use of "normal" contextsPatrick Steinhardt
2021-12-10lint: Forbid use of context timeouts in testsPatrick Steinhardt
2021-11-24lint: Enable gofmt linter to fix missing simplification lintsPatrick Steinhardt
2021-11-23lint: Convert stylecheck exclude to configurationPatrick Steinhardt
2021-11-23lint: Move linters and their settings togetherPatrick Steinhardt
2021-11-12lint: Inline exceptions about missing documentationPatrick Steinhardt
2021-11-12lint: Clean up various exception for the errcheck linterPatrick Steinhardt
2021-11-12lint: Remove "noctx" linter exceptionPatrick Steinhardt
2021-11-12lint: Drop maligned unused linter exceptionPatrick Steinhardt
2021-11-12repository: Remove deprecated and unused fields from GetRawChangesPatrick Steinhardt
2021-11-12lint: Enable linter for unkeyed fieldsPatrick Steinhardt
2021-11-12lint: Enable bidichk linterPatrick Steinhardt
2021-09-20golangci: Disallow usage of "io/ioutil" packagePatrick Steinhardt
2021-08-31Makefile: Replace formatting checks with lintingPatrick Steinhardt
2021-08-20golangci-lint: Switch from deprecated golint linter to revivePatrick Steinhardt
2021-08-09lint: Handle error returned by out.FlushPavlo Strokov
2021-08-09lint: Handle error returned by os.RemovePavlo Strokov
2021-08-09lint: Handle error returned by os.RemoveAllPavlo Strokov
2021-08-09lint: Handle error returned by io.CopyPavlo Strokov
2021-07-29lint: Fix deprecated import github.com/golang/protobuf/ptypesPavlo Strokov
2021-07-28lint: Fix deprecated import github.com/golang/protobuf/protoPavlo Strokov
2021-07-27lint: Fix deprecated import github.com/golang/protobuf/jsonpbPavlo Strokov
2021-07-22storage: Move module into `internal/gitaly`Patrick Steinhardt
2021-07-20git2go: Implement revert on top of the executorPatrick Steinhardt
2021-07-20git2go: Implement conflicts on top of the executorPatrick Steinhardt
2021-07-09featureflag: Document OutgoingCtxWithRubyFeatureFlagsPatrick Steinhardt
2021-07-09featureflag: Implement receiver functions on FeatureFlag structPatrick Steinhardt
2021-07-06Don't use deprecated proto.FileDescriptor()Mikhail Mazurskiy
2021-06-28Use ForceServerCodec() instead of CustomCodec()Mikhail Mazurskiy
2021-06-14stats: Rename file to more closely match its contentsPatrick Steinhardt
2021-06-14stats: Refactor the `Post` structurePatrick Steinhardt
2021-06-14stats: Refactor the `Get` structurePatrick Steinhardt
2021-06-14stats: Move wants refs from GET to POSTPatrick Steinhardt
2021-06-14stats: Drop error code of `printInteractive()`Patrick Steinhardt
2021-06-14blackbox: Add missing documentationPatrick Steinhardt
2021-06-11Fix linting issuesMikhail Mazurskiy
2021-05-07metadata: Add missing comment `Address()` functionPatrick Steinhardt
2021-04-27prometheus: Extend HistogramVec interfacePatrick Steinhardt
2021-04-27Merge branch 'pks-find-commits-skip-offset-error' into 'master'James Fargher
2021-04-23golangci: Enable exportloopref linterPatrick Steinhardt
2021-04-23golangci: Enable makezero linterPatrick Steinhardt
2021-04-23golangci: Enable wastedassign linterPatrick Steinhardt
2021-04-23golangci: Upgrade to v1.39.0Patrick Steinhardt
2021-04-22commit: Handle real errors when skipping commits failedPatrick Steinhardt
2021-04-22remoterepo: Rename `remoterepo.Repository`Patrick Steinhardt
2021-04-21golangci: Restore FindCommits warning exclusionStan Hu
2021-04-19sql: Report errors when failing to clean SQL databasePatrick Steinhardt
2021-04-19global: Do not ignore write errorsPatrick Steinhardt
2021-04-19gitaly-wrapper: Use `exec.CommandContext()` to autokill processPatrick Steinhardt
2021-04-19pktline: Verify writing pktlines succeedsPatrick Steinhardt