radicle-heartwood-lfs/radicle/src
Alexis Sellier 438ae84304
node: Implement E2E node test
There are few unrelated changes in this commit that I wasn't able to
split out, mostly due to laziness, so I'll list them here:

* The node startup logic is moved out of the main function, and into a
  dedicated functionin `client.rs`.
* There is a tentative worker implementation that is untested, and
  handles git replication both ways. It's likely lacking in various ways
  but I wanted to get it in there anyway.
* `Address` was moved from `radicle-node` to `radicle`, because it's
  needed to send `Connect` commands from the node handle.
* The `netservices` dependency was updated.
* Finally, there is a first end-to-end node test, which currently
  doesn't use NoiseXK, but uses the new reactor in `netservices`.

Signed-off-by: Alexis Sellier <self@cloudhead.io>
2023-01-12 20:34:31 +01:00
..
cob cob: Start testing history permutations 2023-01-03 14:26:25 +01:00
identity cli: add delegate cli 2022-12-27 12:25:24 +01:00
node Implement proper `node::Features` type 2022-10-07 22:49:58 +02:00
storage node: Implement E2E node test 2023-01-12 20:34:31 +01:00
test node: Implement E2E node test 2023-01-12 20:34:31 +01:00
cob.rs cob: Make it easy to build histories 2023-01-03 14:23:47 +01:00
collections.rs Split repository into two creates 2022-09-21 15:11:17 +02:00
git.rs cli: Replace `trycmd` with our own test runner 2022-12-06 10:01:38 +01:00
identity.rs cli: add delegate cli 2022-12-27 12:25:24 +01:00
lib.rs node: Implement E2E node test 2023-01-12 20:34:31 +01:00
node.rs node: Implement E2E node test 2023-01-12 20:34:31 +01:00
profile.rs node: Implement E2E node test 2023-01-12 20:34:31 +01:00
rad.rs radicle: validated construction of Project 2022-12-27 12:23:39 +01:00
serde_ext.rs Split repository into two creates 2022-09-21 15:11:17 +02:00
sql.rs node: Implement E2E node test 2023-01-12 20:34:31 +01:00
storage.rs node: Implement E2E node test 2023-01-12 20:34:31 +01:00
test.rs Add `Patch`, `Issue`, `Label` COBs 2022-11-14 12:40:00 +01:00