Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support more services in TrippinInMemory #489

Merged
merged 1 commit into from Aug 15, 2016

Conversation

mirsking
Copy link
Contributor

Description

  • Rename Microsoft.OData.Service.Library to Microsoft.Restier.Providers.InMemory, since it is actually a new provider.
  • In memory model's entity set won't be added into model automatically as EF, add them in RestierModelExtender.
  • Add entity with collection of EdmStructuredObject ADD/UPDATE support.
  • Add Etag support.
  • Add Derived Entity ADD/UPDATE support.
  • Add TrippinInMemory client for test.

Checklist (Uncheck if it is not completed)

  • [ x ] Test cases added
  • [ x ] Build and test with one-click build and test script passed

… InMemory, since it is actually a new provider.

In memory model's entity set won't be added into model automatically as EF, add them in RestierModelExtender.
Add entity with collection of EdmStructuredObject ADD/UPDATE support.
Add Etag support.
Add Derived Entity ADD/UPDATE support.
Add TrippinInMemory client for test.
@msftclas
Copy link

Hi @mirsking, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!
You've already signed the contribution license agreement. Thanks!

The agreement was validated by Microsoft and real humans are currently evaluating your PR.

TTYL, MSBOT;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants