Dennis Kobert
|
b56af15e5e
|
Add graph-storage crate (#4198)
* Add graph-storage crate
* Split graph-storage lib.rs into smaller modules
* Make graph_craft/core_types dependency optional
* Fix CRDT correctness issues flagged in graph-storage PR review
* Treat trailing empty export slots as value-equal in Network::value_equal
* Address graph-storage review: parameterize CrdtError, reject hot-log corruption, drop LamportClock Default
* Address graph-storage review: fix root-delta history walk, validate cross-network refs, make compute_deltas deterministic, harden Priority, index nodes by network
* Address graph-storage review: sort sources on deserialize, treat inputs_attributes length as structural, dedupe demo-artwork loader
* Add opt-in Delta rev validation, dedup resource sources on deserialize, fix doc grammar
* Persist scope injections through storage; harden gesture-end and embedded-source checks
* Review
* Review
* Review
* Use new types for NodeId and NetworkId
* Adress minor review comments
---------
Co-authored-by: Timon <me@timon.zip>
|
2026-06-13 16:47:04 +00:00 |
|
Dennis Kobert
|
6fe1af3afe
|
Add document-container crate (#4191)
* Add document-container crate: container backends and archive codecs
* Address PR review: path/prefix split, safe size casts, OPFS stream aborts
* Address PR review round 2: mmap read check, UTF8 entry names, prefix normalization
* Make MmappedBytes::new fallible so mmap reads can't silently degrade
* Address PR review round 3: backend contract uniformity (symlinks, remove, list)
* Apply symlink-component check to FolderBackend listing paths
* Address PR review: idempotent OPFS delete logging, tar default-features, shared entry-size cap
* Fix validate_path doc: dotfiles pass, CurDir/ParentDir rejected
* Omit symlink entries from FolderBackend listings for consistency with resolve
* Preserve zip I/O errors and reject non-canonical paths in validate_path
* Extend archive apis to return the archive writer
* Rename document/document-container directory to document/container
* Add archive format sniffing and deserialize_auto
* Drop temporal hedge from checked_entry_size comment
* Tighten verbose doc comments in document-container
* Coalesce consecutive same-path OPFS appends to avoid O(n^2) file copies
* Review
* Update document-container for the deserialize/store_non_blocking renames
---------
Co-authored-by: Timon <me@timon.zip>
|
2026-06-05 13:28:02 -04:00 |
|