-
Notifications
You must be signed in to change notification settings - Fork 23
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
Solr Adapter Optimistic Locking #453
Comments
This was referenced Jul 18, 2018
Add the |
Example test:
|
If you provide the incorrect version, Solr returns 409:
|
hackartisan
added a commit
that referenced
this issue
Jul 30, 2018
connected to #286 connected to #453 Co-authored-by: Adam Wead <[email protected]> Co-authored-by: Michael Tribone <[email protected]>
hackartisan
added a commit
that referenced
this issue
Jul 30, 2018
connected to #286 connected to #453 Co-authored-by: Adam Wead <[email protected]> Co-authored-by: Michael Tribone <[email protected]>
hackartisan
added a commit
that referenced
this issue
Jul 30, 2018
connected to #286 connected to #453 Co-authored-by: Adam Wead <[email protected]> Co-authored-by: Michael Tribone <[email protected]>
hackartisan
added a commit
that referenced
this issue
Jul 30, 2018
connected to #286 connected to #453 Co-authored-by: Adam Wead <[email protected]> Co-authored-by: Michael Tribone <[email protected]>
awead
added a commit
that referenced
this issue
Jul 31, 2018
Fixes #453 Co-authored-by: Mike Tribone <[email protected]> Co-authored-by: Anna Headley <[email protected]>
awead
added a commit
that referenced
this issue
Aug 1, 2018
Fixes #453 Co-authored-by: Mike Tribone <[email protected]> Co-authored-by: Anna Headley <[email protected]>
hackartisan
added a commit
that referenced
this issue
Aug 1, 2018
Fixes #453 Co-authored-by: Mike Tribone <[email protected]> Co-authored-by: Anna Headley <[email protected]>
hackartisan
added a commit
that referenced
this issue
Aug 1, 2018
Fixes #453 Co-authored-by: Mike Tribone <[email protected]> Co-authored-by: Anna Headley <[email protected]>
awead
added a commit
that referenced
this issue
Aug 1, 2018
Fixes #453 Co-authored-by: Mike Tribone <[email protected]> Co-authored-by: Anna Headley <[email protected]>
jrgriffiniii
pushed a commit
that referenced
this issue
Aug 7, 2018
Fixes #453 Co-authored-by: Mike Tribone <[email protected]> Co-authored-by: Anna Headley <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create a shared spec in
lib/valkyrie/specs/shared_specs/
, but don't include it inlib/valkyrie/specs/shared_specs.rb
Create a
Valkyrie::Persistence::StaleObjectError
Child of #286
The text was updated successfully, but these errors were encountered: