RepositoryService: implement RemoveAll
Actually, this method is called by `gitaly-backup` as of Gitaly 15.10 only (forwarded to the Rake task in upstream Git commit 4be1f22815bed, part of the 15.11 development cycle, not imported in Heptapod Rails repo yet). Also, since for the time being an HGitaly storage always comes on top of a regular Gitaly storage at the same path, we will actually want *not* to call the HGitaly version for lots of time.
Showing
- hgitaly/service/repository.py 35 additions, 0 deletionshgitaly/service/repository.py
- hgitaly/service/tests/test_repository_service.py 26 additions, 0 deletionshgitaly/service/tests/test_repository_service.py
- tests_with_gitaly/test_repository_service.py 15 additions, 0 deletionstests_with_gitaly/test_repository_service.py