radicle-heartwood-lfs/radicle/src
Fintan Halpenny dfa7ba1df5
radicle: type safe tracking config
The tracking database can be opened in read-only or read-write
mode. Knowing which is being used is significant in concurrent
scenarios, e.g. it's safer to have a read-only handle on multiple
threads.

Provide static type information by signifying what kind of database
handle is being worked with, read or read-write.

Signed-off-by: Fintan Halpenny <fintan.halpenny@gmail.com>
X-Clacks-Overhead: GNU Terry Pratchett
2023-07-14 16:52:42 +02:00
..
canonical radicle: custom CanonicalFormatter 2023-02-24 11:59:36 +01:00
cob httpd: Implement `EditCodeComment` in route 2023-07-03 12:31:05 +02:00
identity radicle: update radicle-git-ext 2023-05-08 10:36:15 +01:00
node radicle: type safe tracking config 2023-07-14 16:52:42 +02:00
storage cli: Fix ahead/behind and diff behavior 2023-06-13 13:16:00 +02:00
test node: Make node aliases required 2023-07-11 18:08:59 +02:00
canonical.rs radicle: custom CanonicalFormatter 2023-02-24 11:59:36 +01:00
cob.rs cob: Use `EntryId` as the operation identifier 2023-03-09 17:08:56 +01:00
collections.rs Split repository into two creates 2022-09-21 15:11:17 +02:00
git.rs cli: Implement hunk-based code review 2023-06-22 11:15:42 +02:00
identity.rs cob: Don't require a local fork to exist 2023-03-01 15:40:30 +01:00
lib.rs node: Make node aliases required 2023-07-11 18:08:59 +02:00
node.rs node: Make node aliases required 2023-07-11 18:08:59 +02:00
profile.rs radicle: type safe tracking config 2023-07-14 16:52:42 +02:00
rad.rs cli: Setup tracking branch on `rad patch checkout` 2023-06-21 17:01:56 +02:00
serde_ext.rs node: Make node aliases required 2023-07-11 18:08:59 +02:00
sql.rs node: Keep track of connection attempts 2023-05-05 17:23:52 +02:00
storage.rs cli: Fix ahead/behind and diff behavior 2023-06-13 13:16:00 +02:00
test.rs cob: Redesign merge state 2023-05-19 18:40:46 +02:00