-
Notifications
You must be signed in to change notification settings - Fork 53
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
remove methods that are out of scope for DRS v1 #233
Conversation
We might want to delete the compliance test completely now that we don't have Create methods, but this should at least get the script to run.
At this point, it's pretty clear we should rethink testing completely.
Since they don't make sense now that we only have a read-only API
See my comments on the corresponding #219. I'm merging this into develop so work on v0.1 can continue, in particular issues #229, #213 To address #206 I created a release branch based on the repo just as we did the rename from DOS->DRS. This includes more features that we can cherry pick in future releases. I created a release branch so we can continue work on develop as I figure out how best to merge into master and get that up to date. |
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.
See my comments in this PR and also #219
This PR addresses #219 -- it removes all the create/update/delete methods, the list methods, and support for content versioning. (Note that I had to disable the Travis tests, since they depended on content creation -- I filed #234 to track more cleanup there.)