-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: shkup/GraphDiff
base: master
head repository: zzzprojects/GraphDiff
compare: master
Commits on Dec 18, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 53a43a7 - Browse repository at this point
Copy the full SHA 53a43a7View commit details -
Enable Nuget Package Restore and EF Migrations in Tests project to ma…
…ke it easier to pull and generate a test db.
Configuration menu - View commit details
-
Copy full SHA for b16dc3f - Browse repository at this point
Copy the full SHA b16dc3fView commit details -
Working tests - discarded Migrations since Test harness actually has …
…DropCreate assigned.
Configuration menu - View commit details
-
Copy full SHA for 4e8b538 - Browse repository at this point
Copy the full SHA 4e8b538View commit details -
Introduced a broken test for a Model whose subclass is attached to th…
…e DbContext. GetKeysFor() calls GetFirstBaseType() naively without checking to see which class is actually tied to the DbContext (in fact, it's possible both are), and then asks the DbContext for the base class's DbSet - which in this case, there is none. That throws an Exception inside a yield IEnumerable, several methods deep in recursion - pretty hard for calling code to debug.
Configuration menu - View commit details
-
Copy full SHA for 11cbd40 - Browse repository at this point
Copy the full SHA 11cbd40View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0d80f7 - Browse repository at this point
Copy the full SHA c0d80f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 114070c - Browse repository at this point
Copy the full SHA 114070cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48a5562 - Browse repository at this point
Copy the full SHA 48a5562View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9787b86 - Browse repository at this point
Copy the full SHA 9787b86View commit details
Commits on Dec 23, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 61f6015 - Browse repository at this point
Copy the full SHA 61f6015View commit details
Commits on Jan 3, 2014
-
Added bug fixes for inheritance and abstract classes.
Added support for optimistic concurrency.
Configuration menu - View commit details
-
Copy full SHA for 8d6296e - Browse repository at this point
Copy the full SHA 8d6296eView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa1588f - Browse repository at this point
Copy the full SHA aa1588fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba7d876 - Browse repository at this point
Copy the full SHA ba7d876View commit details -
Replaced custom utility function with sequence equal
andyp committedJan 3, 2014 Configuration menu - View commit details
-
Copy full SHA for c927b21 - Browse repository at this point
Copy the full SHA c927b21View commit details -
Added failing test for attaching a NEW object graph root
andyp committedJan 3, 2014 Configuration menu - View commit details
-
Copy full SHA for 55a2648 - Browse repository at this point
Copy the full SHA 55a2648View commit details -
Added support for attaching a NEW object graph root
andyp committedJan 3, 2014 Configuration menu - View commit details
-
Copy full SHA for c947de2 - Browse repository at this point
Copy the full SHA c947de2View commit details -
Cleaned up UpdateConfigurationVisitor
andyp committedJan 3, 2014 Configuration menu - View commit details
-
Copy full SHA for 73e551c - Browse repository at this point
Copy the full SHA 73e551cView commit details -
andyp committed
Jan 3, 2014 Configuration menu - View commit details
-
Copy full SHA for 93ff6af - Browse repository at this point
Copy the full SHA 93ff6afView commit details -
Cleaned up DbContextExtensions
andyp committedJan 3, 2014 Configuration menu - View commit details
-
Copy full SHA for 8275cd7 - Browse repository at this point
Copy the full SHA 8275cd7View commit details -
- Added new test for new aggregate (more to come) - Fix for adding associated entity right before calling UpdateGraph. -Test class refactoring, getting ready for more comprehensive testing.
Configuration menu - View commit details
-
Copy full SHA for 72c5ea6 - Browse repository at this point
Copy the full SHA 72c5ea6View commit details
Commits on Jan 4, 2014
-
Created two small helper methods for re-used functionality
andyp committedJan 4, 2014 Configuration menu - View commit details
-
Copy full SHA for ec546f9 - Browse repository at this point
Copy the full SHA ec546f9View commit details -
andyp committed
Jan 4, 2014 Configuration menu - View commit details
-
Copy full SHA for 8a2406c - Browse repository at this point
Copy the full SHA 8a2406cView commit details -
Create method IsKeyIdentical()
andyp committedJan 4, 2014 Configuration menu - View commit details
-
Copy full SHA for c4c5c4c - Browse repository at this point
Copy the full SHA c4c5c4cView commit details -
andyp committed
Jan 4, 2014 Configuration menu - View commit details
-
Copy full SHA for 13f66be - Browse repository at this point
Copy the full SHA 13f66beView commit details -
Rewrote AttachCyclicNavigationProperty, changed signature to take an …
…IObjectContextAdapter
andyp committedJan 4, 2014 Configuration menu - View commit details
-
Copy full SHA for 3edeac1 - Browse repository at this point
Copy the full SHA 3edeac1View commit details -
Simplified logic in UpdateEntityRecursive
andyp committedJan 4, 2014 Configuration menu - View commit details
-
Copy full SHA for 414a1bc - Browse repository at this point
Copy the full SHA 414a1bcView commit details -
andyp committed
Jan 4, 2014 Configuration menu - View commit details
-
Copy full SHA for d7cab7b - Browse repository at this point
Copy the full SHA d7cab7bView commit details -
Reload now also attaches the entity if it isn't already attached
andyp committedJan 4, 2014 Configuration menu - View commit details
-
Copy full SHA for c9f845c - Browse repository at this point
Copy the full SHA c9f845cView commit details -
Rewrote GetKeysFor as GetPrimaryKeyFieldsFor
andyp committedJan 4, 2014 Configuration menu - View commit details
-
Copy full SHA for 051a3d4 - Browse repository at this point
Copy the full SHA 051a3d4View commit details -
andyp committed
Jan 4, 2014 Configuration menu - View commit details
-
Copy full SHA for 77a075d - Browse repository at this point
Copy the full SHA 77a075dView commit details -
Moved some methods to extensions region
andyp committedJan 4, 2014 Configuration menu - View commit details
-
Copy full SHA for fbd498f - Browse repository at this point
Copy the full SHA fbd498fView commit details -
Introduced classes for the different types of members
andyp committedJan 4, 2014 Configuration menu - View commit details
-
Copy full SHA for 3efb2e4 - Browse repository at this point
Copy the full SHA 3efb2e4View commit details -
Added Update() to AMember and implemented it for the RootMember
andyp committedJan 4, 2014 Configuration menu - View commit details
-
Copy full SHA for d746799 - Browse repository at this point
Copy the full SHA d746799View commit details -
andyp committed
Jan 4, 2014 Configuration menu - View commit details
-
Copy full SHA for 94a1f50 - Browse repository at this point
Copy the full SHA 94a1f50View commit details -
andyp committed
Jan 4, 2014 Configuration menu - View commit details
-
Copy full SHA for a2b58f6 - Browse repository at this point
Copy the full SHA a2b58f6View commit details -
Replaced overload with default parameter
andyp committedJan 4, 2014 Configuration menu - View commit details
-
Copy full SHA for c597a9d - Browse repository at this point
Copy the full SHA c597a9dView commit details -
RootEntity now handles root entities regardless if a mapping exists o…
…r not
andyp committedJan 4, 2014 Configuration menu - View commit details
-
Copy full SHA for 984457b - Browse repository at this point
Copy the full SHA 984457bView commit details -
moved RecursiveGraphUpdate, introduced base classes for entities/coll…
…ections
andyp committedJan 4, 2014 Configuration menu - View commit details
-
Copy full SHA for 6ef986b - Browse repository at this point
Copy the full SHA 6ef986bView commit details -
moved entity/collection updates to the respective types
andyp committedJan 4, 2014 Configuration menu - View commit details
-
Copy full SHA for e2abe56 - Browse repository at this point
Copy the full SHA e2abe56View commit details -
inlined EntityFrameworkIncludeHelper in RootEntity
moved FindMatchingEntity to RootEntity
andyp committedJan 4, 2014 Configuration menu - View commit details
-
Copy full SHA for 6d86cec - Browse repository at this point
Copy the full SHA 6d86cecView commit details -
Split code from AEntityMember to its child types
andyp committedJan 4, 2014 Configuration menu - View commit details
-
Copy full SHA for 901be41 - Browse repository at this point
Copy the full SHA 901be41View commit details -
Wrapped access to AMember.Accessor (mostly)
andyp committedJan 4, 2014 Configuration menu - View commit details
-
Copy full SHA for b2b9135 - Browse repository at this point
Copy the full SHA b2b9135View commit details -
added separate namespaces for collections/entities
andyp committedJan 4, 2014 Configuration menu - View commit details
-
Copy full SHA for 3a1752b - Browse repository at this point
Copy the full SHA 3a1752bView commit details -
moved IsKeyIdentical to AEntityMember
moved CreateHash/GetKeyFields to AMember
andyp committedJan 4, 2014 Configuration menu - View commit details
-
Copy full SHA for 3f77617 - Browse repository at this point
Copy the full SHA 3f77617View commit details -
moved the rest of the helper methods to AMember
andyp committedJan 4, 2014 Configuration menu - View commit details
-
Copy full SHA for 98b3f39 - Browse repository at this point
Copy the full SHA 98b3f39View commit details -
Refactored empty collection handling
andyp committedJan 4, 2014 Configuration menu - View commit details
-
Copy full SHA for f1610e4 - Browse repository at this point
Copy the full SHA f1610e4View commit details -
Extracted Add-, DeleteElement in collections
andyp committedJan 4, 2014 Configuration menu - View commit details
-
Copy full SHA for a34e7d7 - Browse repository at this point
Copy the full SHA a34e7d7View commit details -
andyp committed
Jan 4, 2014 Configuration menu - View commit details
-
Copy full SHA for 18f2d66 - Browse repository at this point
Copy the full SHA 18f2d66View commit details -
Removed classes for different collection types, as they made the hard…
…er to read instead of easier
andyp committedJan 4, 2014 Configuration menu - View commit details
-
Copy full SHA for 2baf73f - Browse repository at this point
Copy the full SHA 2baf73fView commit details -
andyp committed
Jan 4, 2014 Configuration menu - View commit details
-
Copy full SHA for 7bcbdee - Browse repository at this point
Copy the full SHA 7bcbdeeView commit details
Commits on Jan 5, 2014
-
Updated README.md with new blog url.
Updated min required version of EF is 6.0.1
Configuration menu - View commit details
-
Copy full SHA for 0f5c83d - Browse repository at this point
Copy the full SHA 0f5c83dView commit details
There are no files selected for viewing
Large diffs are not rendered by default.