radicle-heartwood-lfs/crates/radicle-cli/tests/commands
Fintan Halpenny 33db6637b4 radicle: Teach `rad sync` and `rad clone` to accept feature levels
Teach the `rad sync` and `rad clone` commands to accept the
`--signed-refs-feature-level` option. This option configures that
fetch to use the minimum feature level provided when fetching from
other nodes. This overrides the value of
`node.fetch.signedReferences.featureLevel.minimum`, and should only be
used in scenarios where it is necessary to downgrade the security of a
fetch for backwards compatibility.


To achieve this, the `Handle::fetch` method introduces an optional
parameter for threading through the `FeatureLevel`.
2026-03-24 15:07:18 +00:00
..
checkout.rs cli/tests: Refactor checkout command tests 2026-03-11 10:51:57 +00:00
clone.rs cli/tests: Add test for `rad clone --scope` 2026-03-17 10:31:29 +00:00
cob.rs radicle: Teach `rad sync` and `rad clone` to accept feature levels 2026-03-24 15:07:18 +00:00
git.rs cli/tests: Refactor git command tests 2026-03-11 10:51:57 +00:00
id.rs radicle: Teach `rad sync` and `rad clone` to accept feature levels 2026-03-24 15:07:18 +00:00
inbox.rs cli/tests: Refactor inbox command tests 2026-03-11 10:51:57 +00:00
init.rs cli/tests: Refactor init command tests 2026-03-11 10:51:57 +00:00
issue.rs cli/tests: Refactor issue command tests 2026-03-11 10:51:57 +00:00
jj.rs cli/tests: Refactor jj command tests 2026-03-11 10:51:57 +00:00
node.rs cli/tests: Refactor node command tests 2026-03-11 10:51:57 +00:00
patch.rs cli/tests: Refactor patch command tests 2026-03-11 10:51:57 +00:00
policy.rs cli: Don't override existing seeding scope in `rad seed` 2026-03-17 10:31:29 +00:00
remote.rs cli/tests: Refactor remote command tests 2026-03-11 10:51:57 +00:00
sync.rs cli/tests: Refactor sync command tests 2026-03-11 10:51:57 +00:00
utility.rs radicle: Teach `rad sync` and `rad clone` to accept feature levels 2026-03-24 15:07:18 +00:00
watch.rs cli/tests: Refactor watch command tests 2026-03-11 10:51:57 +00:00
workflow.rs cli/tests: Refactor workflow test 2026-03-11 10:51:57 +00:00