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-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
2021-04-19bootstrap: Check error values of various functionsPatrick Steinhardt
2021-04-19gitaly-lfs-smudge: Verify `initLogging()` succeedsPatrick Steinhardt
2021-04-19proxy: Verify sending GRPC data succeedsPatrick Steinhardt
2021-04-19objectpool: Check errors when calling `pool.Remove()`Patrick Steinhardt
2021-04-19repository: Fix silent error if sending GetInfoAttributes response failsPatrick Steinhardt
2021-04-19testhelper: Check return value of `treebuilder.Insert()`Patrick Steinhardt
2021-04-19git2go: Explicitly ignore `CloseWithError()` return valuePatrick Steinhardt
2021-04-14golangci: Drop a bunch of exclusionsPatrick Steinhardt
2021-02-10Removal of RunInternalGitalyServer test helperPavlo Strokov
2021-01-28exclude tests files from no underscores in names linting ruleSami Hiltunen
2021-01-26User(Branch|Tag|Merge) tests: fix lint issuesÆvar Arnfjörð Bjarmason
2021-01-21Lint: turn "errcheck" on by defaultÆvar Arnfjörð Bjarmason
2021-01-21Lint: turn "golint" on by defaultÆvar Arnfjörð Bjarmason
2021-01-21Lint: split up "make lint" and "make lint-strict" configsÆvar Arnfjörð Bjarmason
2021-01-19Lint: re-sort linters in .golangci.ymlÆvar Arnfjörð Bjarmason
2021-01-18golangci: whitelist more common *.Close patternsÆvar Arnfjörð Bjarmason
2021-01-18golangci: whitelist common test patternsÆvar Arnfjörð Bjarmason
2020-12-17disable gochecknoglobals linterSami Hiltunen
2020-12-17golangci: Enable error and documentation lintersPatrick Steinhardt
2020-12-17golangci: Do not use default excludesPatrick Steinhardt
2020-12-17golangci: enable nolintlint linterPatrick Steinhardt
2020-12-17golangci: enable "gci" linterPatrick Steinhardt
2020-12-17golangci: Enable missing default lintersPatrick Steinhardt
2020-12-17golangci: Sort linters alphabeticallyPatrick Steinhardt