12
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Jun 15, 2025 — Jun 15, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add missing lightweight generic annotations in CODiffAlgorithm More... about 2 years ago
Fix broken store format migration (was not taking in account the renaming of format version column and backing store update statement was wrongly formatted) More... about 2 years ago
Support bundling a custom org.etoile.CoreObject.json in an application to replace default commit descriptor localizations More... about 2 years ago
Add missing lightweight generic annotation for metadata property More... about 2 years ago
Merge pull request #83 from etoile/revision-migration More... about 2 years ago
Rewrite writeSetContents to reference tokens with pointer offsets rather than raw pointers, this prevents the pointers to become invalid in case the buffer holding the tokens is resized More... about 2 years ago
Rename version column in store metadata table to format_version More... about 2 years ago
Delete the old schema migration implementation More... about 2 years ago
Write revision migration doc More... about 2 years ago
Document -commitStoreTransaction: More... over 2 years ago
Merge pull request #84 from etoile/copier-rewrite More... over 2 years ago
Improve API doc More... over 2 years ago
Rewrite copy algorithm to copy composite and non-composite in a single traversal, this makes the code shorter and faster More... over 2 years ago
Remove remnant of COCopierUsesNewUUIDs More... over 2 years ago
Remove dead code and clarify doc More... over 2 years ago
Replace COCopierUsesNewUUIDs with COCopierReusesSourceUUIDs since usually COCopierUsesNewUUIDs is the desired default behavior More... over 2 years ago
Fix failing tests when copying non-composite relationships More... over 2 years ago
Fix returned UUIDs when copying items More... over 2 years ago
Rework COCopier to support various options making possible to control its behavior More... over 2 years ago
Write more benchmarks More... over 2 years ago
Add revision rewriting benchmark and fix store benchmark to cope with latest COSQLiteStore API changes More... over 2 years ago
Fix copyright date More... over 2 years ago
Test rewrite revisions with multiple branches More... over 2 years ago
More revision rewrite tests (multiple persistent roots) More... over 2 years ago
Fix mixed item versions that could appear when retrieving full item graphs for rewriting delta revisions More... over 2 years ago
Add failing test that shows migrated items leaking into the full item graph to migrate (for the delta revision) More... over 2 years ago
New tests to check schema version enforcement on commit More... over 2 years ago
New schema migration to rewrite revisions in store More... over 2 years ago
Merge pull request #82 from etoile/tree-json-description More... over 2 years ago
New JSON-based and tree-structured description for debugging item graphs More... over 2 years ago