radicle-heartwood-lfs/radicle/src
cloudhead 757483f351
radicle: Fix patch COB `review` action
When two `review` actions were posted by the same author, for the same
revision, an error was returned, cancelling evaluation for that author.
This caused certain patches to for eg. lose their merge status.

To remedy this, we *allow* multiple `review` actions per revision, but
simply take the last one as the "current" review. Since this makes the
`review.edit` action redundant, we remove that action completely. This
is safe, as none of the tools created review edits.
2024-08-21 17:37:58 +02:00
..
canonical Update toolchain to Rust 1.71 2023-08-09 18:49:13 +02:00
cob radicle: Fix patch COB `review` action 2024-08-21 17:37:58 +02:00
git radicle: Fix log when delegate is not found 2024-08-06 16:36:27 +02:00
identity Update `rust-toolchain` to 1.80 2024-08-06 14:37:21 +02:00
logger node: Improved message logging 2024-04-23 10:41:43 +02:00
node node: Ensure we don't prune our own routes 2024-08-06 14:17:12 +02:00
storage cli: Write comments into draft patch review 2024-07-24 16:46:24 +02:00
test Validate project names properly in all places 2024-07-31 16:05:31 +02:00
canonical.rs radicle: custom CanonicalFormatter 2023-02-24 11:59:36 +01:00
cli.rs cli: Hints system 2023-11-23 11:07:07 +01:00
cob.rs cli: Log errors when COBs can't load 2024-08-09 10:47:54 +02:00
collections.rs Introduce `cargo-deny` 2023-08-22 14:33:00 +02:00
explorer.rs Rename `Id` to `RepoId` 2024-01-22 15:51:44 +01:00
git.rs Update `rust-toolchain` to 1.80 2024-08-06 14:37:21 +02:00
identity.rs Rename `Id` to `RepoId` 2024-01-22 15:51:44 +01:00
io.rs radicle: Fix file limit setting for FreeBSD 2024-05-21 13:48:44 +02:00
lib.rs Tidy up environment variables 2024-04-26 10:38:54 +02:00
logger.rs cli: Have a way of enabling logging in helper 2024-01-17 17:34:30 +01:00
node.rs node: Pass `Alias` by reference 2024-06-13 11:28:09 +02:00
profile.rs radicle: Distinguish seeding policy types 2024-06-26 11:57:04 +02:00
rad.rs Validate project names properly in all places 2024-07-31 16:05:31 +02:00
serde_ext.rs node: New relay configuration for nodes 2024-05-02 11:45:29 +02:00
sql.rs radicle: Improve SQL type errors 2024-06-13 11:28:09 +02:00
storage.rs radicle: port quorum code to Canonical 2024-07-03 15:10:43 +01:00
test.rs radicle: fix tests to not leave temporary files behind 2024-04-24 11:47:14 +02:00
version.rs Reproducible cross-compiled builds 2024-04-20 11:11:00 +02:00
web.rs node: Change node web config metadata fields 2024-07-18 13:56:31 +02:00