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-08-20go: Update module github.com/pelletier/go-toml to v2Toon Claes
2022-08-18Revert "config: Set autocrlf to false"Justin Tobler
2022-08-16config: Set autocrlf to falseJustin Tobler
2022-08-11golangci-lint: Enforce consistent naming of `testing.TB` variablesPatrick Steinhardt
2022-08-11golangci-lint: Allow `testing.T` as first parameterPatrick Steinhardt
2022-08-11gittest: Convert callers of CloneRepo to use CreateRepositoryPatrick Steinhardt
2022-08-02Rename gitaly-git2go-v15 to gitaly-git2gosmh-dont-install-aux-binariesSami Hiltunen
2022-08-01cli: Relocate check subcommand to Gitaly binaryJustin Tobler
2022-07-22testserver: Make the gRPC server accessible to outside callersPatrick Steinhardt
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-07-15Merge branch 'pks-praefect-testserver-dies-on-postgres-version-check' into 'm...Patrick Steinhardt
2022-07-15Pin auxiliary binaries the main Gitaly binary invokesSami Hiltunen
2022-07-14Merge branch 'jc-track-concurrency-pack-objects' into 'master'John Cai
2022-07-14testserver: Detect when Praefect is dying while waiting for itPatrick Steinhardt
2022-07-14Merge branch 'pks-git-v2.37.1' into 'master'Patrick Steinhardt
2022-07-13Provide ConcurrencyTracker through service dependenciesJohn Cai
2022-07-13Makefile: Update Git to v2.37.1pks-git-v2.37.1Patrick Steinhardt
2022-07-13testserver: Capture Praefect logs if dialing failswc-waithealthy-timeoutWill Chandler
2022-07-08Merge branch 'pks-testcfg-fix-safe-directory-workaround' into 'master'Will Chandler
2022-07-08Merge branch 'pks-testhelper-unsetenv' into 'master'Sami Hiltunen
2022-07-08testcfg: Fix workaround to build Go binaries in unowned directoriesPatrick Steinhardt
2022-07-08Merge branch 'pks-ci-fix-unprivileged-building-of-binaries-go-1.18' into 'mas...James Fargher
2022-07-07Merge branch 'pks-remove-raw-feature-flags' into 'master'Will Chandler
2022-07-07testcfg: Fix building binaries as unprivileged user with Go 1.18+Patrick Steinhardt
2022-07-07testhelper: Remove `testhelper.ModifyEnvironment()` helperpks-testhelper-unsetenvPatrick Steinhardt
2022-07-07testhelper: Add new `Unsetenv()` helperPatrick Steinhardt
2022-07-06featureflag: Add accessor to access list of feature flag definitionsPatrick Steinhardt
2022-07-06testhelper: Use `t.Setenv()` to detect misuse with `t.Parallel()`Patrick Steinhardt
2022-06-20tests: Build binaries in FIPS mode as requiredPatrick Steinhardt
2022-06-16Merge branch 'jc-propagate-ff-to-git2go' into 'master'John Cai
2022-06-16git2go: Pass feature flags into gitaly-git2go binaryJohn Cai
2022-06-13featureflag: Remove concurrency_queue_enforce_max feature flagjc-remove-max-queue-size-ffJohn Cai
2022-05-25git: Remove hack to conditionally ignore gitconfig in testspks-gitaly-introduce-ignore-gitconfigPatrick Steinhardt
2022-05-25tests: Detect cases when Git picks up gitconfig filesPatrick Steinhardt
2022-05-25testhelper: Optionally intercept the user's home directoryPatrick Steinhardt
2022-05-25git: Move handling of Git-specific envvars into command factoryPatrick Steinhardt
2022-05-20Update go package name from v14 to v15John Cai
2022-05-18Merge branch 'jc-remove-queue-wait-ff' into 'master'John Cai
2022-05-18testhelper: Make injected random feature flags more flakyPatrick Steinhardt
2022-05-17featureflag: Remove ConcurrencyQueueMaxWait feature flagjc-remove-queue-wait-ffJohn Cai
2022-05-17Merge branch 'smh-repository-id-rename-repository' into 'master'Sami Hiltunen
2022-05-16Generate unique replica paths for repositoriesSami Hiltunen
2022-05-16testcfg: Fix building Go binaries with Go 1.18Patrick Steinhardt
2022-05-09Makefile: Upgrade bundled Git to v2.36.1Patrick Steinhardt
2022-05-02git: Add execution environment for bundled Git v2.36.0.gl1pks-git-v2.36.0Patrick Steinhardt
2022-04-29Merge branch 'pks-config-remove-internal-socket-directory' into 'master'Sami Hiltunen
2022-04-27config: Remove internal socket path configurationpks-config-remove-internal-socket-directoryPatrick Steinhardt
2022-04-27config: Drop redundant `Gitaly` prefix from `GitalyInternalSocketPath()`Patrick Steinhardt
2022-04-19Remove feature flag "command_stats_metrics", always enable featurecommand-stats-metrics-enable-defaultIgor Wiedler
2022-04-08Merge branch 'command-stats-metrics' into 'master'Toon Claes