policy: change the default scope from 'all' to 'follow'
As per the Security > Issue with default value for Scope being All zulip conversation. Change the default scope for cloned, seeded and newly initialised repositories from ‘all’ to ‘follow’.
As per the Security > Issue with default value for Scope being All zulip conversation. Change the default scope for cloned, seeded and newly initialised repositories from ‘all’ to ‘follow’.
REVIEW: fixes to Scope and radicle-fetch
- The
fetch: ...commit can be squashed and the message kept. - The
REVIEW: ...commit can also be squashed, and I would prefer the result of that is squashed so that theMigratingScopeexperiment was not removed.
note having a reprop issue on this revision:
thread 'git_push_converge' panicked at crates/radicle-cli-test/src/lib.rs:515:36:
--- Expected
++++ actual: stdout
1 1 | Fetching rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji from the network, found 2 potential seed(s).
2 - ✓ Target met: 2 seed(s)
3 - 🌱 Fetched from z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk
2 + ✗ Target not met: required 1 more seed(s)
3 + ✗ Error: Fetched from 1 preferred seed(s), could not reach 2 seed(s)
4 + ✗ Error: Could not replicate from 0 preferred seed(s)
5 + ✗ Error: z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk: validation of the storage repository failed: the delegates [] failed to validate to meet a threshold of 2
6 + Successfully fetched from the following seeds:
4 7 | 🌱 Fetched from z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi
Review
Minor edits to tidy up.
Rebase