radicle-heartwood-lfs/radicle-cob/src
cloudhead 135725d6f6
dag: Fix topological order
We were using a breadth-first search which doesn't work as-is for
topological ordering in all cases. Instead of using Kahn's algorithm
which is a little complex, we switch to a depth-first search.
2023-11-03 14:17:57 +01:00
..
backend radicle: Fix timestamp issue with feature flag 2023-11-01 17:24:47 +01:00
change cob: Introduce `xyz.radicle.id` COB 2023-10-12 17:32:33 +02:00
object cob: Introduce `xyz.radicle.id` COB 2023-10-12 17:32:33 +02:00
signatures Update license for `radicle-cob` 2023-04-23 15:20:35 +02:00
test cob: Introduce `xyz.radicle.id` COB 2023-10-12 17:32:33 +02:00
backend.rs Update license for `radicle-cob` 2023-04-23 15:20:35 +02:00
change.rs cob: Evaluate COB state eagerly 2023-09-11 23:25:28 +02:00
change_graph.rs cob: Introduce `xyz.radicle.id` COB 2023-10-12 17:32:33 +02:00
history.rs dag: Fix topological order 2023-11-03 14:17:57 +01:00
lib.rs cob: Remove mentions of automerge 2023-10-11 14:53:59 +02:00
object.rs cob: Evaluate COB state eagerly 2023-09-11 23:25:28 +02:00
sign.rs Update license for `radicle-cob` 2023-04-23 15:20:35 +02:00
signatures.rs radicle: update radicle-git-ext 2023-05-08 10:36:15 +01:00
test.rs radicle-cob: test parse_refstr 2022-11-17 17:42:22 +00:00
tests.rs cob: Introduce `xyz.radicle.id` COB 2023-10-12 17:32:33 +02:00
trailers.rs cob: Introduce `xyz.radicle.id` COB 2023-10-12 17:32:33 +02:00
type_name.rs radicle: update radicle-git-ext 2023-05-08 10:36:15 +01:00