radicle: Skip invalid named folders
Instead of failing with an InvalidId err in
radicle::storage::ReadStorage::repositories for repos that don’t have
a valid repository ID, we should skip them and log a warning.
Instead of failing with an InvalidId err in
radicle::storage::ReadStorage::repositories for repos that don’t have
a valid repository ID, we should skip them and log a warning.
Instead of skipping invalid RIDs, maybe we should handle deprecated tmp repo extensions
Slightly change implementation and rebase.