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
cloudhead
dbf47fe4e9
Implement new versioning system
...
See `VERSIONING.md` for details.
2024-03-25 11:54:08 +01:00
cloudhead
7feb3e3b10
Use "repository" consistently over "project"
...
We were using the two pretty interchangeably. "Project" should only be
used to refer to the repository payload. "Repository" should be used
when referring to the resource that is fetched, synced, cloned, checked
out etc.
2024-01-22 21:18:54 +01:00
cloudhead
f87dfba9cd
Rename `Id` to `RepoId`
...
Rename the type to make it clearer and consistent with `NodeId`.
2024-01-22 15:51:44 +01:00
cloudhead
57e3b2a154
cli: Add timeout option to `rad watch`
2023-12-13 12:14:06 +01:00
cloudhead
0e8a64d0f8
cli: Better handling of missing refs in `watch`
2023-12-13 12:14:06 +01:00
cloudhead
472a1e6545
cli: Add `watch` command
...
Allows watching and waiting for refs to change. This is especially useful for
tests. For now, we don't show it in the output of `rad`.
2023-12-11 12:04:26 +01:00