radicle-heartwood-lfs/radicle-cli
Alexis Sellier 45e87a63b9
cob: Changes to patch code review CRDT
This patch incorporates several important changes to code review:

* Code review verdict is no longer editable
  * Made reviews redactable instead
* Renamed review top-level comment to "summary"
* Renamed inline comments to "comments"
* Made inline comments addressable by `EntryId`
  * This is to allow for editing
* Removed inline comments from review creation
  * Added a `CodeComment` action instead
* Removed `Semilattice` instance from `Review`
  * Added a `EditReview` action instead to have more control
* Made it valid for revisions to be redacted concurrently with a review/merge

Most of these changes are needed to support proper inline code comments.
2023-07-03 12:31:05 +02:00
..
examples cli: `rad self` improvements 2023-06-30 14:41:00 +02:00
src cob: Changes to patch code review CRDT 2023-07-03 12:31:05 +02:00
tests cli: Implement hunk-based code review 2023-06-22 11:15:42 +02:00
Cargo.toml cli: Implement hunk-based code review 2023-06-22 11:15:42 +02:00