Fintan Halpenny

Results 67 issues of Fintan Halpenny

Add the CLI package for `rad-daemon`

Add the CLI package for `rad-replicate`

Add the CLI package for `rad-identities`

The [`ReadOnlyStorage`](https://github.com/radicle-dev/radicle-link/blob/master/librad/src/git/storage/read.rs#L56) trait exposes some `git2` types which allow mutation to the store. For example, a `&mut` reference to a `git2::Reference` will allow the caller to [`delete`](https://docs.rs/git2/0.13.20/git2/struct.Reference.html#method.delete) that reference. It's...

In an effort to allow for early dog-fooding we are trying to CLI more things. As the development of issue tracking matures, we should add a CLI for interacting with...

collab

Signing collaboration artifacts will be functionality that will be reused throughout a lot of the `radicle-link` project. Creating a good abstraction for this will be extremely useful and issue tracking...

collab

Issue tracker operations will reduce to a stateful view of the issue itself. We would like to sketch out what datastør we would use and how store that state. This...

collab

The operations [whatever form], which are created when interacting with the issue tracker, will be stored in git in their serialised form. Things that come to mind for consideration: -...

collab

We ran into a scenario that meant that a peer can end up on a previous commit despite having the latest commit beforehand. The scenario was discovered by the following...

We would like to simulate test networks so that we can run them locally and so that we assert state and get some introspection, see: * https://github.com/radicle-dev/radicle-link/issues/589 * https://github.com/radicle-dev/radicle-link/issues/593 This...