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-03-21git: Disable generation of server info in git-repack(1)Patrick Steinhardt
2022-03-18housekeeping: Fix Prometheus metrics' latency bucketspks-housekeeping-track-total-count-of-optimizationsPatrick Steinhardt
2022-02-24Move pool path validation logic to housekeeping packageSami Hiltunen
2022-02-16housekeeping: Implement repository housekeeping via the managerPatrick Steinhardt
2022-02-16housekeeping: Create new manager to host stateful logicPatrick Steinhardt
2022-02-07objectpool: Get repository paths via localrepo interfacePatrick Steinhardt
2022-02-04objectpool: Expose repository to outside callersPatrick Steinhardt
2022-02-01fetch: Stop writing FETCH_HEADPatrick Steinhardt
2022-02-01fetch: Demonstrate that we're writing FETCH_HEADPatrick Steinhardt
2022-01-27Automatically clean up testhelper.ContextSami Hiltunen
2022-01-24objectpool: Remove unused Gitaly configuration dependencyPatrick Steinhardt
2022-01-24localrepo: Remove unused Gitaly configuration dependencyPatrick Steinhardt
2022-01-14git: Move hook directory override into the command factoryPatrick Steinhardt
2022-01-11updateref: Drop unused Gitaly configurationPatrick Steinhardt
2022-01-11git: Use command option dependencies provided by Git command factoryPatrick Steinhardt
2022-01-11gittest: Provide helper function to create command factoriesPatrick Steinhardt
2021-12-20objectpool: Convert to set hooks path via configPatrick Steinhardt
2021-12-20hooks: Move generation of hooks path into Gitaly configPatrick Steinhardt
2021-12-14tests: Convert to use testhelper contextsPatrick Steinhardt
2021-12-13tests: Convert to use `transaction.TrackingManager`Patrick Steinhardt
2021-11-04objectpool: Stop fetching tagsPatrick Steinhardt
2021-11-04objectpool: Convert to use fetches without remotePatrick Steinhardt
2021-11-04objectpool: Demonstrate broken fetching of refsPatrick Steinhardt
2021-11-03objectpool: Drop UnlinkRepostioryFromObjectPool RPCPatrick Steinhardt
2021-10-26Revert "Merge branch 'pks-objectpool-drop-ondisk-remotes' into 'master'"Patrick Steinhardt
2021-10-25objectpool: Convert to use in-memory fetchesPatrick Steinhardt
2021-10-25objectpool: Drop UnlikRepostioryFromObjectPool RPCPatrick Steinhardt
2021-10-11global: Always use extended file lockingPatrick Steinhardt
2021-10-07catfile: Stop cache to plug Goroutine leaksPatrick Steinhardt
2021-10-07testhelper: Unify setup of test suitesPatrick Steinhardt
2021-09-20global: Replace trivial cases of deprecated `ioutil.ReadDir()`Patrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.WriteFile()`Patrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.TempFile()`Patrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.ReadAll()`Patrick Steinhardt
2021-09-17objectpool: Convert `Link()` to write alternates transactionallyPatrick Steinhardt
2021-09-17housekeeping: Convert `Perform()` to write config transactionallyPatrick Steinhardt
2021-09-17objectpool: Make transaction manager availablePatrick Steinhardt
2021-09-13gittest: Use proper types in `WriteTag()`Patrick Steinhardt
2021-09-13gittest: Convert `WriteTag()` to optionally get configPatrick Steinhardt
2021-09-13gittest: Rename `CreateTag()` to `WriteTag()`Patrick Steinhardt
2021-09-06updateref: Rename `Wait()` to `Commit()`Patrick Steinhardt
2021-08-31global: Reformat sources with gofumptPatrick Steinhardt
2021-08-09lint: Handle error returned by os.RemovePavlo Strokov
2021-07-22storage: Move module into `internal/gitaly`Patrick Steinhardt
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-17Use github.com/stretchr/testify package to check dir and file existencePavlo Strokov
2021-05-13Use MustReadFile test helperPavlo Strokov
2021-05-11catfile: Convert to use git.RepositoryExecutor interfacePatrick Steinhardt
2021-05-11updateref: Convert to use git.RepositoryExecutor interfacePatrick Steinhardt
2021-05-11Replace MustRunCommand with gittest.Exec|ExecStream in objectpoolPavlo Strokov