radicle-heartwood-lfs/radicle-cob/src
Fintan Halpenny 0bd213d15a
radicle-cob: simplify Objects and remove identifier
Objects does not need to be separated by `local` and `remotes`, it
uses `iter` internally, so all references are used regardless.

Simplify Objects by having it be a simple vector of references.

This also means that the `identifier` is not needed. This was only
required to identify the local reference, so it can now be removed.

Signed-off-by: Fintan Halpenny <fintan.halpenny@gmail.com>
X-Clacks-Overhead: GNU Terry Pratchett
2022-11-08 18:13:54 +00:00
..
backend radicle-cob: port collaborative objects 2022-11-04 16:11:18 +00:00
change radicle-cob: port collaborative objects 2022-11-04 16:11:18 +00:00
change_graph radicle-cob: port collaborative objects 2022-11-04 16:11:18 +00:00
history radicle-cob: port collaborative objects 2022-11-04 16:11:18 +00:00
object radicle-cob: simplify Objects and remove identifier 2022-11-08 18:13:54 +00:00
signatures radicle-cob: port collaborative objects 2022-11-04 16:11:18 +00:00
test radicle-cob: simplify Objects and remove identifier 2022-11-08 18:13:54 +00:00
backend.rs radicle-cob: port collaborative objects 2022-11-04 16:11:18 +00:00
change.rs radicle-cob: port collaborative objects 2022-11-04 16:11:18 +00:00
change_graph.rs radicle-cob: port collaborative objects 2022-11-04 16:11:18 +00:00
history.rs radicle-cob: port collaborative objects 2022-11-04 16:11:18 +00:00
identity.rs radicle-cob: remove Resource on Store 2022-11-08 18:13:53 +00:00
lib.rs radicle-cob: remove Resource on Store 2022-11-08 18:13:53 +00:00
object.rs radicle-cob: Component conversions 2022-11-08 14:46:51 +00:00
pruning_fold.rs radicle-cob: port collaborative objects 2022-11-04 16:11:18 +00:00
sign.rs radicle-cob: port collaborative objects 2022-11-04 16:11:18 +00:00
signatures.rs radicle-cob: port collaborative objects 2022-11-04 16:11:18 +00:00
test.rs radicle-cob: port collaborative objects 2022-11-04 16:11:18 +00:00
tests.rs radicle-cob: simplify Objects and remove identifier 2022-11-08 18:13:54 +00:00
trailers.rs radicle-cob: port collaborative objects 2022-11-04 16:11:18 +00:00
type_name.rs radicle-cob: simplify Objects and remove identifier 2022-11-08 18:13:54 +00:00