-
Notifications
You must be signed in to change notification settings - Fork 3
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
GH96: read and cache revisions #97
Conversation
- save revisions even when the revision is older than the current cached revision - Implement read specific revisions by a thing's route/uri
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me, some improvements requested
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please fix final comments, no need for extra review
@alexatrhea can you update the docs on the wiki as well to reflect the changes you have made to the ISession interface and Session class? https://github.com/RHEAGROUP/CDP4-SDK-Community-Edition/wiki/Session |
@lxatrhea |
… indicator property
Description
Revisions are now stored in the cache correctly.