radicle-heartwood-lfs/radicle-node/src
Fintan Halpenny 39be7db1e9
radicle: make alias optional
Previously the alias field was simply a string which could possibly be
empty. Some checks were made to see if this string was empty.

Instead, make the logic more obvious by making the alias field
optional.

Signed-off-by: Fintan Halpenny <fintan.halpenny@gmail.com>
X-Clacks-Overhead: GNU Terry Pratchett
2023-03-08 11:29:34 +00:00
..
address node: Use millisecond precision for timestamps 2023-02-14 20:31:40 +01:00
runtime node: implement tracking and routing 2023-03-07 15:38:41 +01:00
service radicle: make alias optional 2023-03-08 11:29:34 +00:00
test radicle: make alias optional 2023-03-08 11:29:34 +00:00
tests node: improve seeds information 2023-02-27 17:48:11 +01:00
wire node: use enum for fetch direction 2023-03-08 10:12:54 +00:00
address.rs Remove unused type 2022-10-18 12:37:01 +02:00
bounded.rs node: Complete the "relay" seed test 2023-02-14 20:31:40 +01:00
clock.rs node: Use millisecond precision for timestamps 2023-02-14 20:31:40 +01:00
control.rs node: wire up connect command 2023-03-07 15:38:41 +01:00
deserializer.rs Replace `quickcheck` with `qcheck` 2022-12-04 20:40:54 +01:00
lib.rs crypto: Cleanup `hash` module 2023-02-17 10:51:27 +01:00
logger.rs Rust 1.67 2023-02-04 19:30:29 +01:00
main.rs node: Minor logging improvements 2023-03-06 15:39:07 +01:00
runtime.rs node: Add `--tracking-policy` flag 2023-02-27 13:46:40 +01:00
service.rs node: use enum for fetch direction 2023-03-08 10:12:54 +00:00
signals.rs node: Handle `SIGINT` and `SIGTERM` properly 2023-02-14 13:28:16 +01:00
sql.rs Use database transactions where appropriate 2022-11-08 09:39:23 +01:00
test.rs node: Create shared test environment 2023-02-07 10:46:12 +01:00
tests.rs radicle: populate MockRepository 2023-03-08 11:29:33 +00:00
wire.rs crypto: Cleanup `hash` module 2023-02-17 10:51:27 +01:00
worker.rs node: use enum for fetch direction 2023-03-08 10:12:54 +00:00