radicle-heartwood-lfs/radicle/src
Fintan Halpenny 88fc4f1782
radicle: ensure stable commits for Docs
`Doc::commit` used `git2::Signature::now` when committing the document
to the repository. This results in the commits always changing and not
allowing us to test outputs of our CLI commands that would wish to
output the SHA.

Make `Doc::commit` reproducible in debug mode using `debug_assertions`
and checking the `RAD_COMMIT_TIME` environment variable.

Signed-off-by: Fintan Halpenny <fintan.halpenny@gmail.com>
X-Clacks-Overhead: GNU Terry Pratchett
2023-02-13 18:02:20 +01:00
..
cob radicle: identity proposal cob 2023-02-13 13:50:51 +00:00
identity radicle: ensure stable commits for Docs 2023-02-13 18:02:20 +01:00
node Implement proper `node::Features` type 2022-10-07 22:49:58 +02:00
storage radicle: sign blob hash instead of content 2023-02-13 13:30:44 +01:00
test Add `ReadStorage::contains` method 2023-02-12 21:04:55 +01:00
cob.rs radicle: identity proposal cob 2023-02-13 13:50:51 +00:00
collections.rs Split repository into two creates 2022-09-21 15:11:17 +02:00
git.rs Rust 1.67 2023-02-04 19:30:29 +01:00
identity.rs Rust 1.67 2023-02-04 19:30:29 +01:00
lib.rs Get `rad clone` working correctly 2023-01-25 11:35:20 +01:00
node.rs node: Implement inventory sync command 2023-02-12 20:57:33 +01:00
profile.rs Remove old `Profile::paths` function 2023-01-25 15:35:24 +01:00
rad.rs Cleanup old `fetch` code 2023-01-30 12:26:29 +01:00
serde_ext.rs node: Use JSON for control commands 2023-02-07 10:46:12 +01:00
sql.rs Make `Id` to string conversion more explicit 2023-01-24 13:49:03 +01:00
storage.rs Add `ReadStorage::contains` method 2023-02-12 21:04:55 +01:00
test.rs Rename `profile::Paths` to `profile::Home` 2023-01-17 11:01:36 +01:00