Commit Graph

23 Commits

Author SHA1 Message Date
Matt Hill
86b0768bbb audit fixes, repo restructure, and documentation
Soundness and performance audit (17 fixes):
- See AUDIT.md for full details and @claude comments in code

Repo restructure:
- Inline json-ptr and json-patch submodules as regular directories
- Remove cbor submodule, replace serde_cbor with ciborium
- Rename patch-db/ -> core/, patch-db-macro/ -> macro/,
  patch-db-macro-internals/ -> macro-internals/, patch-db-util/ -> util/
- Purge upstream CI/CD, bench, and release cruft from json-patch
- Remove .gitmodules

Test fixes:
- Fix proptest doesnt_crash (unique file paths, proper close/cleanup)
- Add PatchDb::close() for clean teardown

Documentation:
- Add README.md, ARCHITECTURE.md, CONTRIBUTING.md, CLAUDE.md, AUDIT.md
- Add TSDocs to TypeScript client exports

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 19:06:42 -07:00
Aiden McClelland
90b336d6a9 bump json-ptr 2025-10-29 11:17:36 -06:00
Aiden McClelland
d2f38ef5f7 bump imbl-value 2025-08-15 17:55:16 -06:00
Aiden McClelland
de9a2a6787 update to imbl v6 2025-07-25 16:35:38 -06:00
Aiden McClelland
f43ee19587 fix diffing algorithm 2025-07-14 12:47:14 -06:00
Aiden McClelland
1b0116d6d8 fix diffing algorithm 2025-07-14 10:23:24 -06:00
Aiden McClelland
f2f7c3141b update cargo deps 2025-06-05 13:29:20 -06:00
Aiden McClelland
36eb59b79e update imbl-value 2025-01-17 15:53:59 -07:00
Aiden McClelland
86736491db handle empty keys 2025-01-17 14:40:57 -07:00
Aiden McClelland
72c62cd525 update json-ptr 2024-06-05 10:26:50 -06:00
Aiden McClelland
88a804f56f update json-ptr 2024-05-01 17:50:51 -06:00
Aiden McClelland
5f260322d7 update json-ptr 2024-03-11 17:12:09 -06:00
Aiden McClelland
899c63afb5 subscribe to subtrees 2024-02-19 13:46:09 -07:00
Aiden McClelland
3e5cc22bb6 Feature/lockless (#60)
* lockless

* new and improved api

* fix tests

Co-authored-by: J H <Blu-J@users.noreply.github.com>

* fix models again

* fix imports

* improved api

* fix internally tagged enums

---------

Co-authored-by: J H <Blu-J@users.noreply.github.com>
2023-09-28 19:26:17 +00:00
Keagan McClelland
28966308bc fixes locker deadlock issue resulting from json pointer recursion being broken 2022-01-11 13:16:54 -07:00
J M
d293e9a1f9 Update json-ptr 2021-12-28 15:29:10 -07:00
Keagan McClelland
e95e97e96d fixed bugs in locking exclusion logic 2021-12-28 15:29:10 -07:00
Keagan McClelland
69d9632cac update json-ptr 2021-12-28 15:29:10 -07:00
Keagan McClelland
449fbf66d4 first attempt at fixing locking semantics to prevent livelocks 2021-12-28 15:29:10 -07:00
Aiden McClelland
43e3c77c14 fix deadlock 2021-07-09 15:12:58 -06:00
Aiden McClelland
4fedd74b26 fix for json-ptr 2021-07-09 15:12:58 -06:00
Aiden McClelland
96e9be16ec feature/macros (#3)
* finish macros for structs

* create before canonicalize

* fix locking behaviour to use single db exclusively

* clean up tests

* punting on enums for now

* reorganize codebase

* metadata and formatting
2021-04-08 12:16:31 -06:00
Aiden McClelland
4e96c64c1b submodules 2021-03-23 14:45:57 -06:00