This website requires JavaScript.
Explore
Help
Sign In
averello
/
core-data-ensembles-mirror
Watch
1
Star
0
Fork
0
You've already forked core-data-ensembles-mirror
mirror of
https://github.com/drewmccormack/ensembles.git
synced
2026-02-27 18:24:06 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
blobs
Add File
New File
Upload File
Apply Patch
core-data-ensembles-mirror
/
Framework
/
Source
/
Model
History
Drew McCormack
946f1fed99
Added consistency checks for data files pre-integration and pre-rebasing. Also updated some for the other integration checks. The check method now takes events as an argument, rather than fetching things itself. It doesn’t have sufficient information to fetch all the events that need checking. The CDEIntegrator has that info.
2014-02-18 16:21:05 +01:00
..
CDEDataFile.h
Added consistency checks for data files pre-integration and pre-rebasing. Also updated some for the other integration checks. The check method now takes events as an argument, rather than fetching things itself. It doesn’t have sufficient information to fetch all the events that need checking. The CDEIntegrator has that info.
2014-02-18 16:21:05 +01:00
CDEDataFile.m
Added consistency checks for data files pre-integration and pre-rebasing. Also updated some for the other integration checks. The check method now takes events as an argument, rather than fetching things itself. It doesn’t have sufficient information to fetch all the events that need checking. The CDEIntegrator has that info.
2014-02-18 16:21:05 +01:00
CDEEventRevision.h
Updated the attributes of many properties to be more explicit.
2013-11-09 11:45:09 +01:00
CDEEventRevision.m
Fixed some issues with rebasing. The global count of revisions was not being determined properly, causing the rebase to fail. The global count now takes into account whether the revision belongs to a baseline event or not.
2014-01-28 17:28:55 +01:00
CDEGlobalIdentifier.h
Delete unreferenced global identifiers.
2014-01-16 14:25:51 +01:00
CDEGlobalIdentifier.m
Delete unreferenced global identifiers.
2014-01-16 14:25:51 +01:00
CDEObjectChange.h
Updated the event store model to include a CDEDataFile entity. Also updated the CDEPropertyChangeValue to include a delegate which can be used to store large NSData objects.
2014-02-17 15:59:27 +01:00
CDEObjectChange.m
Added setPropertyChangeValues: custom setter to CDEObjectChange. It now keeps track of changes to filenames, and adds/removes the dataFiles property appropriately.
2014-02-18 10:48:07 +01:00
CDEStoreModificationEvent.h
Fixed a logic error in the code that deletes outdated events in the CDERebaser. It was taking all events older the the global count of the baseline, but this is not adequate, and can leave events that are outdated hanging around, which can cause the consistency checks to fail.
2014-02-09 12:08:43 +01:00
CDEStoreModificationEvent.m
Changed file naming convention for baselines. The previous approach didn’t guarantee uniqueness, so two baselines could happen to have the same revision and name, causing file transfer to not occur properly. We now use unique id + global count to get a unique baseline state for files.
2014-01-28 13:15:35 +01:00