Dustin J. Mitchell
|
0b29efab31
|
rename Operation to ReplicaOp for clarity
|
2021-12-19 22:55:24 +00:00 |
|
Dustin J. Mitchell
|
bcef6bf392
|
remove redundant {..}
|
2021-10-01 22:18:24 -04:00 |
|
Dustin J. Mitchell
|
a143660124
|
Switch to pretty_assertions
|
2021-10-02 01:08:26 +00:00 |
|
dbr
|
f8ed4cecdd
|
Reset operation auto-increment ID
|
2021-09-04 13:05:21 +10:00 |
|
dbr
|
89e9a42374
|
Refactor calculation of next working set ID
As per Dustin's code-review comment
|
2021-09-04 13:02:03 +10:00 |
|
dbr
|
1d62799437
|
Deduplicate StoredUuid wrapper
|
2021-09-04 12:53:37 +10:00 |
|
dbr/Ben
|
477bf9e328
|
Tweaks from code review
Co-authored-by: Dustin J. Mitchell <dustin@v.igoro.us>
|
2021-09-04 12:05:30 +09:30 |
|
dbr
|
75f0447c7b
|
Fix empty-dir problem with server also, and add tests
|
2021-06-15 22:09:54 +10:00 |
|
dbr
|
e72b990ea2
|
Avoid error if DB folder does not exist
|
2021-06-15 20:01:47 +10:00 |
|
dbr
|
ff894f6ff6
|
Comments and rustfmt
|
2021-04-29 11:01:46 +10:00 |
|
dbr
|
a3c9a76f1d
|
Explicit check that rusqlite::Transaction isn't auto-commited on drop
|
2021-04-29 10:58:34 +10:00 |
|
dbr
|
23531d73c4
|
Remove debug junk
|
2021-04-29 10:57:43 +10:00 |
|
dbr
|
e479c25c34
|
Tidier
|
2021-04-29 10:41:17 +10:00 |
|
dbr
|
cefd6fd6cc
|
Serialize Uuid as string for nicer debugging
Also implement ToSql/FromSql for Operation/TaskMap so errors are handled properly
|
2021-04-29 10:39:29 +10:00 |
|
dbr
|
d5724c4dc2
|
Unused
|
2021-04-29 10:37:04 +10:00 |
|
dbr
|
cf70ef49ed
|
Minor tidying
|
2021-04-29 00:10:53 +10:00 |
|
dbr
|
5ae828b1eb
|
Implement working set methods
|
2021-04-29 00:09:54 +10:00 |
|
dbr
|
2b7e121e7e
|
Implement operations storage for SQLite
|
2021-04-28 12:35:50 +10:00 |
|
dbr
|
1959f0c63a
|
Implement all_task_uuids and base version methods
|
2021-04-27 19:35:45 +10:00 |
|
dbr
|
305e6e2ede
|
Appease clippy
|
2021-04-22 14:16:07 +10:00 |
|
dbr
|
11d0172bf8
|
fmt
|
2021-04-22 14:15:50 +10:00 |
|
dbr
|
a9b93e7c20
|
Use names for row.get(...)
|
2021-04-22 13:33:54 +10:00 |
|
dbr
|
4bd6c40daf
|
Use uuid feature of rusqlite
|
2021-04-22 13:31:15 +10:00 |
|
dbr
|
0f3729d4c8
|
sqlite: Get all rows
Needs some improvement to error handling
|
2021-04-22 12:54:34 +10:00 |
|
dbr
|
e40724b381
|
Start of SQLite backed storage #131
|
2021-04-22 11:48:05 +10:00 |
|