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

Merge PR #548 and #549 #560

Merged
merged 11 commits into from Oct 18, 2014
Merged

Merge PR #548 and #549 #560

merged 11 commits into from Oct 18, 2014

Conversation

cbeer and others added 11 commits October 17, 2014 11:36
…ntend to operate against

This allows clients who only have a partial representation of a resource to use
PUT operations to replace only the triples they are aware of, or provide hints
to the server about what triples they intend to operate on (for e.g. PATCH)

e.g.:

PUT /a
Prefer: handling=lenient;
omit="http://fedora.info/definitions/v4/repository#ServerManaged"

... only non-managed server properties ...

or

PUT /a
Prefer: handling=lenient; received="minimal"

... only the minimal representation ...
Add a Preference for ServerManaged (and allow clients to exclude Server Managed properties on update)
…use of URIs until the tombstone is also removed
Add Tombstone resource when a resource is deleted, preventing the re-use of URIs until the tombstone is also removed

Resolves: https://www.pivotaltracker.com/story/show/80853212
awoods pushed a commit that referenced this pull request Oct 18, 2014
@awoods awoods merged commit 58e32d1 into master Oct 18, 2014
@awoods awoods deleted the resource-converter branch October 18, 2014 23:31
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

2 participants