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-07-07env: Rewrite tests to match modern best practicesPatrick Steinhardt
2022-07-07testhelper: Add new `Unsetenv()` helperPatrick Steinhardt
2022-07-07Merge branch 'pks-fetch-remote-test-with-alternates' into 'master'Will Chandler
2022-07-06Merge branch 'pks-gittest-drop-worktrees' into 'master'John Cai
2022-07-06Merge branch 'pks-go-v1.17-infrastructure' into 'master'Sami Hiltunen
2022-07-06golangci-lint: Disable use of `os.Setenv()` and `os.Unsetenv()` in testspks-go-v1.17-infrastructurePatrick Steinhardt
2022-07-06testhelper: Use `t.Setenv()` to detect misuse with `t.Parallel()`Patrick Steinhardt
2022-07-05Merge branch 'issue_4049_edith' into 'master'John Cai
2022-07-05Merge branch 'pks-feature-flags-with-rollout-issue-url' into 'master'Toon Claes
2022-07-05git: Add a gitversion labelSiddharth Asthana
2022-07-04featureflags: Require version and rollout issue URL for flagspks-feature-flags-with-rollout-issue-urlPatrick Steinhardt
2022-07-04Implement FullPathfull_path_rpcJames Fargher
2022-06-30repository: Verify behaviour when fetching into pooled repospks-fetch-remote-test-with-alternatesPatrick Steinhardt
2022-06-30gittest: Fix the default path for created repositoriesPatrick Steinhardt
2022-06-30repository: Small set of cleanups for FetchRemote testsPatrick Steinhardt
2022-06-30repository: Refactor tests to check for changed tags in FetchRemotePatrick Steinhardt
2022-06-30repository: Set up secure test server via helperPatrick Steinhardt
2022-06-30repository: Use helper to dedup repository service setupPatrick Steinhardt
2022-06-30repository: Merge functions to set up repository service serverPatrick Steinhardt
2022-06-30gittest: Add helper to resolve revisions to an object IDPatrick Steinhardt
2022-06-29Merge branch 'pks-gitaly-git2go-feature-flag-with-overridden-default' into 'm...Will Chandler
2022-06-29Merge branch 'pks-create-repo-from-url-leaking-credentials' into 'master'Toon Claes
2022-06-29command: Export environment variable to force-enable all feature flagsPatrick Steinhardt
2022-06-29Merge branch 'xx/keep-ctx-suppression-logic-consistent' into 'master'Sami Hiltunen
2022-06-28operations: Return structured error for old-style conflict errorPatrick Steinhardt
2022-06-28operations: Honor feature flag for structured errors in UserCherryPickPatrick Steinhardt
2022-06-28repository: Fix clone credentials leaking via command line argumentspks-create-repo-from-url-leaking-credentialsPatrick Steinhardt
2022-06-28repository: Simplify code flow for `cloneFromURLCommand()`Patrick Steinhardt
2022-06-28repository: Fix leaking command in `cloneFromURLCommand()` testsPatrick Steinhardt
2022-06-28repository: Fix test to verify that credentials are strippedPatrick Steinhardt
2022-06-28repository: Merge test cases for `cloneFromURLCommand()`Patrick Steinhardt
2022-06-27operations: Convert UserRebaseConfirmable tests to not use worktreepks-gittest-drop-worktreesPatrick Steinhardt
2022-06-27operations: Convert to use `gittest.ResolveRevision()`Patrick Steinhardt
2022-06-27operations: Adjust names of UserRebaseConfirmable testsPatrick Steinhardt
2022-06-27operations: Convert squash test for renames to not use worktreePatrick Steinhardt
2022-06-27operations: Fix test for squashes with renamesPatrick Steinhardt
2022-06-27operations: Demonstrate broken test to verify squashing with renamePatrick Steinhardt
2022-06-27wiki: Convert `FindPage()` test to not use worktreePatrick Steinhardt
2022-06-27ref: Convert `ListRefs()` test to not use a worktreePatrick Steinhardt
2022-06-27gittest: Remove ability to create repos with worktreePatrick Steinhardt
2022-06-27repository: Convert `GetArchive()` test to not use worktreePatrick Steinhardt
2022-06-27repository: Clarify `GetArchive()` path injection testPatrick Steinhardt
2022-06-27repository: Simplify helper to list compressed file contentsPatrick Steinhardt
2022-06-27repository: Adjust test names for `GetArchive()` RPCPatrick Steinhardt
2022-06-27repository: Convert `SearchFilesByContent()` test to not use worktreePatrick Steinhardt
2022-06-27diff: Convert `RawPatch()` test to not use worktreePatrick Steinhardt
2022-06-27diff: Convert `RawDiff()` test to not use worktreePatrick Steinhardt
2022-06-27diff: Improve test names and improve parallelizationPatrick Steinhardt
2022-06-27gittest: Add helper to resolve revisions to an object IDPatrick Steinhardt
2022-06-27gittest: Allow overriding author and committer info when writing commitsPatrick Steinhardt