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
2022-09-30golangci-lint: Restore default revive lintswc/fix-revive-lintsWill Chandler
2022-09-23packed_binaries: Check error code when closing packed filePatrick Steinhardt
2022-09-23praefect: Fix missing error checks for factory's `Serve()` functionPatrick Steinhardt
2022-09-23http: Fix missing error checks for `Serve()` functionPatrick Steinhardt
2022-09-23grpc: Fix missing error checks for `Serve()` functionPatrick Steinhardt
2022-09-23sidechannel: Check `Close()` errors returned by the waiterPatrick Steinhardt
2022-09-23backchannel: Propagate errors when closing server channel failsPatrick Steinhardt
2022-09-23linguist: Ignore error in deferred close of zlib writerPatrick Steinhardt
2022-09-23archive: Explicitly ignore error retruned by the tar writerPatrick Steinhardt
2022-09-23safe: Check error code when closing writersPatrick Steinhardt
2022-09-23sidechannel: Check error code when closing Unix socket listenerPatrick Steinhardt
2022-09-23golangci-lint: Stop excluding `Close` and `Serve` from errcheck linterPatrick Steinhardt
2022-08-11golangci-lint: Document why we don't enable `t.Helper()` rulePatrick Steinhardt
2022-08-11golangci-lint: Enforce consistent naming of `testing.TB` variablesPatrick Steinhardt
2022-08-11golangci-lint: Enforce that `testing.T` must be first parameterPatrick Steinhardt
2022-08-11golangci-lint: Add `thelper` linterPatrick Steinhardt
2022-08-11golangci-lint: Allow `testing.T` as first parameterPatrick Steinhardt
2022-07-13golangci-lint: Increase timeout to 10 minutesPatrick Steinhardt
2022-07-07global: Rewrite callers of `testhelper.ModifyEnvironment()`Patrick Steinhardt
2022-07-06golangci-lint: Disable use of `os.Setenv()` and `os.Unsetenv()` in testspks-go-v1.17-infrastructurePatrick Steinhardt
2022-03-24linting: Remove unused linting exemptionPatrick Steinhardt
2022-03-24lint: Move linting exceptions for calling kill inlinePatrick Steinhardt
2022-03-24nodes: Silence warnings about ignored errors for `checkNodes()`Patrick Steinhardt
2022-03-24cmd/gitaly-wrapper: Log warning when supervised command failsPatrick Steinhardt
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