Adrian Duke
d734d69269
radicle-cli: Add labels column to patch list
2026-06-09 11:00:32 +02:00
Fintan Halpenny
2262b8d9bd
term: Rename print to println
...
The name `print` was used because, previously, the `println`
function name was taken.
This has now changed, allowing the rename of this function to happen.
2026-04-29 10:57:24 +02:00
Lorenz Leutgeb
ca732015fb
clippy: Disallow lints `collapsible_*`
...
The three lints `collapsible_{if,else_if,match}` are disallowed.
2026-04-15 10:06:05 +02:00
Lorenz Leutgeb
8bac24d6ab
rust/edition/fmt: 2021 → 2024
...
Reformat code with `rustfmt`, now that the edition changed from
Rust 2021 to Rust 2024.
2026-03-30 16:57:51 +02:00
Matthias Beyer
370ae3643a
cli/patch: Replace manual iterator partitioning with Itertools::partition_result()
...
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2025-09-10 21:23:40 +02:00
Lorenz Leutgeb
de78cf7874
cli: Add verbose printing of authors
...
To allow users to see the full DID of authors of issues, introduce a
boolean to the `Author` struct and wire it through.
While doing that, also remove `--debug` options from `rad issue` and
`rad patch` as they have been obsolete since the introduction of `rad
cob [log|show]` for quite some time.
See:
- https://radicle.zulipchat.com/#narrow/channel/369873-support/topic/help.20with.20seeing.20full.20nid/with/531390047
2025-08-14 16:15:19 +01:00
Lorenz Leutgeb
c089727e90
term, cli, remote-helper: Status Symbols
...
Symbols signaling status of a process and similar are duplicated in
three different crates. Also two different symbols to signal success are
used:
1. ✓ ( Check Mark, U+2713)
2. ✔ (Heavy Check Mark, U+2714)
Work against that by referring to `radicle-term` from the other crates.
2025-08-13 13:45:21 +01:00
Lorenz Leutgeb
9068033789
chore: Automated fixes generated by clippy
2025-07-25 11:25:05 +02:00
Lorenz Leutgeb
5bc2dc677b
repo: Move workspace crates into `crates` subdirectory
...
This keeps the top level of the repo cleaner, e.g.
<https://github.com/radicle-dev/heartwood > scrolls less and
<https://app.radicle.xyz/nodes/rosa.radicle.xyz/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5/ >
might show more files at the top level.
This way we also don't have to explicitly name all crates in
`Cargo.toml`.
2025-06-09 15:09:21 +02:00