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-08-05gittest: Rename `CloneRepoAtStorage()` to `CloneRepo()`Patrick Steinhardt
2021-08-05gittest: Drop cleanup function from `CloneRepoAtStorage()`Patrick Steinhardt
2021-08-05gittest: Merge cloning repos with and without worktreesPatrick Steinhardt
2021-07-28lint: Fix deprecated import github.com/golang/protobuf/protoPavlo Strokov
2021-07-22storage: Move module into `internal/gitaly`Patrick Steinhardt
2021-07-12Fix instantiation of the structs with fields assignmentPavlo Strokov
2021-06-11Fix issues in testsMikhail Mazurskiy
2021-06-11Fix linting issuesMikhail Mazurskiy
2021-06-11Embed Unimplemented* structsMikhail Mazurskiy
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-17Remove testhelper.CloneRepoWithWorktreePavlo Strokov
2021-05-11Replace MustRunCommand with gittest.Exec|ExecStream in service directoryPavlo Strokov
2021-05-11Replace NewTestGrpcServer with RunGitalyServer in gitaly servicesPavlo Strokov
2021-05-10localrepo: Inject catfile cachePatrick Steinhardt
2021-05-10diff: Inject catfile cachePatrick Steinhardt
2021-05-05services: Provide helper function to construct localreposPatrick Steinhardt
2021-03-29Update test syntaxVasilii Iakliushin
2021-03-29Remove testdata and make a custom git diff call insteadVasilii Iakliushin
2021-03-29Apply code-review suggestionsVasilii Iakliushin
2021-03-29Replace wordDiff with diffModeVasilii Iakliushin
2021-03-29Add support for word-diff modeVasilii Iakliushin
2021-03-22Replacement of the t.Fatal with require.NoErrorPavlo Strokov
2021-03-22Replacement of the t.Error with require package functionsPavlo Strokov
2021-03-22Removal of config.Config from diff packagePavlo Strokov
2021-03-11git: Drop `GlobalOption`s from `New()`Patrick Steinhardt
2021-03-11global: Convert to use `WithConfig()`Patrick Steinhardt
2021-03-01testhelper: Move repository helpers into `gittest`Patrick Steinhardt
2021-02-25Use git.ZeroOID instead of hardcoded "00000000..."Ævar Arnfjörð Bjarmason
2021-02-16Removal of the git.NewCommandPavlo Strokov
2021-02-12DI git.CommandFactory into localrepo.RepoPavlo Strokov
2021-02-11Break dependency on config.Config in diffPavlo Strokov
2021-02-08Injection of git.CommandFactory into diff packagePavlo Strokov
2021-01-26git: Move LocalRepository implementation into its own packagePatrick Steinhardt
2021-01-19git: Pass Gitaly config when creating new repositoriesPatrick Steinhardt
2021-01-14git: Rename ContainsRefish() and have it accept a RevisionPatrick Steinhardt
2021-01-14git: Rename SafeCmd() to NewCommand()Patrick Steinhardt
2021-01-12testhelper: Use test context in `GetTemporaryGitalySocketFileName()`Patrick Steinhardt
2020-12-16git: Convert commands to use ConfigPairsPatrick Steinhardt
2020-12-15git: Disambiguate global and command optionsPatrick Steinhardt
2020-11-18Add new diff-tree rpc for files changedMarc Shaw
2020-11-17testhelper: Have Configure() return cleanup functionPatrick Steinhardt
2020-11-17tests: Unify test setupPatrick Steinhardt
2020-09-17grpc: Remove embedded UnimplementedServiceServer structuresPatrick Steinhardt
2020-09-15Introduce Locator abstraction to diff servicePavlo Strokov
2020-09-14diff: Move into gitaly packagePatrick Steinhardt
2020-09-07gitaly: Move Gitaly-specific code into `internal/gitaly`Patrick Steinhardt