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-05-31ci: Capture panic stack traceswc-capture-panicWill Chandler
2022-05-31Merge branch 'pks-postgres-with-praefect-flakiness' into 'master'Will Chandler
2022-05-31Merge branch 'pks-streamcache-fix-flaky-test' into 'master'Sami Hiltunen
2022-05-31Merge branch 'pks-ci-fix-test-reports' into 'master'Patrick Steinhardt
2022-05-31ci: Fix test reports not being uploadedPatrick Steinhardt
2022-05-30ci: Increase connection limit for Postgrespks-postgres-with-praefect-flakinessPatrick Steinhardt
2022-05-30Merge branch 'pks-lfs-smudge-refactor' into 'master'Patrick Steinhardt
2022-05-30gitaly-lfs-smudge: Remove unused parameterPatrick Steinhardt
2022-05-30repository: Convert GetArchive to use new smudge configurationPatrick Steinhardt
2022-05-30gitaly-lfs-smudge: Move configuration-code into separate packagePatrick Steinhardt
2022-05-30gitaly-lfs-smudge: Allow passing configuration as a single envvarPatrick Steinhardt
2022-05-30gitaly-lfs-smudge: Refactor config-handling to have a central structPatrick Steinhardt
2022-05-30env: Add helper to extract environment variables from an arrayPatrick Steinhardt
2022-05-30gitaly-lfs-smudge: Move config-related code into its own filePatrick Steinhardt
2022-05-30gitaly-lfs-smudge: Split out a new `run()` functionPatrick Steinhardt
2022-05-30gitaly-lfs-smudge: Simplify error handling and loggingPatrick Steinhardt
2022-05-30gitaly-lfs-smudge: Do not test logging in unit testsPatrick Steinhardt
2022-05-30gitaly-lfs-smudge: Fix panic when log config is missingPatrick Steinhardt
2022-05-30gitaly-lfs-smudge: Add tests which exercise binary on a high-levelPatrick Steinhardt
2022-05-30gitaly-lfs-smudge: Move test setup functions into separate filePatrick Steinhardt
2022-05-26Merge branch 'pks-gitaly-introduce-ignore-gitconfig' into 'master'James Fargher
2022-05-25Merge branch 'smh-pipeline-dependencies' into 'master'Sami Hiltunen
2022-05-25Remove build dependency on verify stepSami Hiltunen
2022-05-25Remove unnecessary package installations from gosec-sastSami Hiltunen
2022-05-25Remove unnecessary inheriting config from secret_detectionSami Hiltunen
2022-05-25Remove unnecessary package installations from license_scanningSami Hiltunen
2022-05-25Remove build dependency from the gosec-sast jobSami Hiltunen
2022-05-25Remove build dependency from test:coverage jobSami Hiltunen
2022-05-25Rename COVERAGE_DIR to TEST_COVERAGE_DIRSami Hiltunen
2022-05-25Gather total test coverage from the cover jobSami Hiltunen
2022-05-25Remove unnecessary empty cache declarationsSami Hiltunen
2022-05-25Remove unnecessary dependencies on the build stageSami Hiltunen
2022-05-25Remove unnecessary dependencies in the testing stageSami Hiltunen
2022-05-25Remove unnecessary dependency from QA jobsSami Hiltunen
2022-05-25Use 'needs' in CI to map job dependenciesSami Hiltunen
2022-05-25Merge branch 'set-openssl-sha1-sha256-in-fips-mode' into 'master'Patrick Steinhardt
2022-05-25git: Remove hack to conditionally ignore gitconfig in testspks-gitaly-introduce-ignore-gitconfigPatrick Steinhardt
2022-05-25gittest: Fix cyclic dependency in commit testsPatrick Steinhardt
2022-05-25gitaly/config: Add option to ignore gitconfig filesPatrick 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-25streamcache: Unlock waiters after cache keys have been prunedpks-streamcache-fix-flaky-testPatrick Steinhardt
2022-05-25Merge branch 'pks-gitaly-gitconfig-clean' into 'master'Patrick Steinhardt
2022-05-25Make Git build with SHA256 routines in FIPS modeBalasankar "Balu" C
2022-05-25specs: Fix Rugged picking up gitconfig filesPatrick Steinhardt
2022-05-25git2go: Ensure tests don't try to read the gitconfigPatrick Steinhardt
2022-05-25git2go: Use `gittest.WriteCommit()` to build commitsPatrick Steinhardt
2022-05-25libgit2: Sanitize execution environment to not read gitconfigsPatrick Steinhardt
2022-05-25git2go: Inject Git environment variablesPatrick Steinhardt
2022-05-25git: Extend gitconfig workaround to cover XDG-configPatrick Steinhardt