12
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 2 days ago.
Apr 21, 2023 — Apr 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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... 17 days ago
Support bundling a custom org.etoile.CoreObject.json in an application to replace default commit descriptor localizations More... 17 days ago
Add missing lightweight generic annotation for metadata property More... 17 days ago
Merge pull request #83 from etoile/revision-migration More... 17 days 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 1 month ago
Rename version column in store metadata table to format_version More... about 1 month ago
Delete the old schema migration implementation More... about 1 month ago
Write revision migration doc More... about 1 month ago
Document -commitStoreTransaction: More... about 1 month ago
Merge pull request #84 from etoile/copier-rewrite More... about 1 month ago
Improve API doc More... about 1 month ago
Rewrite copy algorithm to copy composite and non-composite in a single traversal, this makes the code shorter and faster More... about 1 month ago
Remove remnant of COCopierUsesNewUUIDs More... about 2 months ago
Remove dead code and clarify doc More... about 2 months ago
Replace COCopierUsesNewUUIDs with COCopierReusesSourceUUIDs since usually COCopierUsesNewUUIDs is the desired default behavior More... about 2 months ago
Fix failing tests when copying non-composite relationships More... about 2 months ago
Fix returned UUIDs when copying items More... about 2 months ago
Rework COCopier to support various options making possible to control its behavior More... about 2 months ago
Write more benchmarks More... about 2 months ago
Add revision rewriting benchmark and fix store benchmark to cope with latest COSQLiteStore API changes More... about 2 months ago
Fix copyright date More... about 2 months ago
Test rewrite revisions with multiple branches More... about 2 months ago
More revision rewrite tests (multiple persistent roots) More... about 2 months ago
Fix mixed item versions that could appear when retrieving full item graphs for rewriting delta revisions More... about 2 months ago
Add failing test that shows migrated items leaking into the full item graph to migrate (for the delta revision) More... about 2 months ago
New tests to check schema version enforcement on commit More... about 2 months ago
New schema migration to rewrite revisions in store More... about 2 months ago
Merge pull request #82 from etoile/tree-json-description More... 2 months ago
New JSON-based and tree-structured description for debugging item graphs More... 2 months ago
Merge pull request #81 from etoile/dns-to-underscore-item-key-prefix More... 2 months ago