Lorenz Leutgeb
727e4e72c7
radicle-cli/debug: Use `BTreeMap` for consistent ordering
...
A `HashMap` does not guarantee a consistent iteration order. It is
desirable that all environment variables are printed in a consistent
order.
Use a `BTreeMap` which guarantees a consistent iteration order.
2025-06-18 15:55:54 +02:00
Lorenz Leutgeb
a354686bbc
chore: Remove `seed.radicle.xyz`
...
The team node is not really special, remove occurrences.
2025-06-18 14:45:54 +02:00
Jakob Kirsch
e30e66e009
radicle: add .external_template(false) to all other libgit2 calls
...
This complements 9d4aa59a12 .
2025-06-14 00:28:06 +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