Compare commits

..

2 commits

Author SHA1 Message Date
d3b93586be chore: remove unused Fake repo facade
All checks were successful
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
2024-06-20 17:32:20 +01:00
215a6cb471 refactor: create a RepositoryFactory trait
Some checks failed
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline failed
ci/woodpecker/push/tag-created Pipeline was successful
Rust / build (push) Successful in 1m13s
2024-06-20 17:32:20 +01:00
2 changed files with 2 additions and 0 deletions

View file

@ -27,6 +27,7 @@ use crate::validation::repo::validate_repo;
use super::RepoDetails;
// TODO: #[deprecated]
#[derive(Clone, Debug)]
#[allow(clippy::large_enum_variant)]
pub enum Repository {

View file

@ -23,6 +23,7 @@ pub use ofake::FakeOpenRepository;
pub use oreal::RealOpenRepository;
pub use otest::TestOpenRepository;
// TODO: #[deprecated]
#[derive(Clone, Debug)]
pub enum OpenRepository {
/// A real git repository.