Branch: refs/heads/routing_refactoring
Home: https://github.com/castleproject/MonoRail
Commit: 8c637462afc4b7487e4ca27757b8a2c914b1b9ca
https://github.com/castleproject/MonoRail/commit/8c637462afc4b7487e4ca27757b8a2c914b1b9ca
Author: Cristian Danes <[email protected]>
Date: 2012-05-03 (Thu, 03 May 2012)
Changed paths:
M
MR3/Extensions/OData/src/Castle.MonoRail.Extension.ODataFs/ResourceMetadataBuilder.fs
Log Message:
-----------
Changed identification of Entity vs. Complex types to only care about the key.
OData V3 Specs:
Entities are instances of entity types (e.g. Customer, Employee, etc.). Entity
types are nominal structured types with a key. Entities consist of named
properties and MAY include relationships with other entities. Entity types
support single inheritance from other entity types. Entities are the core
identity types in a data model.
Complex types are keyless nominal structural types consisting of a set of
properties. These are value types that lack identity. Complex types are
commonly used as property values in an entity or as parameters to operations.
Commit: 70036b80b8d5e89946ab48c4bb80f9b3c8f23e49
https://github.com/castleproject/MonoRail/commit/70036b80b8d5e89946ab48c4bb80f9b3c8f23e49
Author: Cristian Danes <[email protected]>
Date: 2012-05-03 (Thu, 03 May 2012)
Changed paths:
M
MR3/Extensions/OData/src/Castle.MonoRail.Extension.ODataFs/QueryExpressionParser.fs
M
MR3/Extensions/OData/tests/Castle.MonoRail.Extension.OData.Tests/QueryExpressionParserTestCase.cs
Log Message:
-----------
Merge remote-tracking branch 'mr/routing_refactoring' into routing_refactoring
Commit: a896d610300559ddb15ae4169b989042cdf8e148
https://github.com/castleproject/MonoRail/commit/a896d610300559ddb15ae4169b989042cdf8e148
Author: Cristian Danes <[email protected]>
Date: 2012-05-03 (Thu, 03 May 2012)
Changed paths:
M MR3/tests/ComposableHostWebSite/ComposableHostWebSite.csproj
Log Message:
-----------
Fixed reference
Commit: c83c2d4a6c5ecb4c494034bb015c8758edadd6c3
https://github.com/castleproject/MonoRail/commit/c83c2d4a6c5ecb4c494034bb015c8758edadd6c3
Author: hamilton verissimo <[email protected]>
Date: 2012-05-03 (Thu, 03 May 2012)
Changed paths:
M
MR3/Extensions/OData/src/Castle.MonoRail.Extension.ODataFs/ResourceMetadataBuilder.fs
M MR3/tests/ComposableHostWebSite/ComposableHostWebSite.csproj
Log Message:
-----------
Merge remote-tracking branch 'crisd/routing_refactoring' into
routing_refactoring
Compare: https://github.com/castleproject/MonoRail/compare/2babe85...c83c2d4
--
You received this message because you are subscribed to the Google Groups
"Castle Project Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/castle-project-commits?hl=en.