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

CBG-3895 add xattrsToDelete as a separate argument #120

Merged
merged 1 commit into from
Jun 6, 2024
Merged

Conversation

torcolvin
Copy link
Contributor

  • specify deleted xattrs in a separate argument to avoid accidental deletion of xattrs by setting a map value to nil
  • make sure that users can not set xattrs to nil since this is not supported in rosmar (stores json as binary doesn't differentiate between not existent and nil)
  • create error types to catch issues in rosmar, sync gateway

bucket.go Outdated Show resolved Hide resolved
@torcolvin torcolvin marked this pull request as draft May 14, 2024 13:55
@torcolvin torcolvin force-pushed the CBG-3895 branch 2 times, most recently from 2a87026 to c9417d8 Compare May 14, 2024 21:04
@torcolvin torcolvin marked this pull request as ready for review May 15, 2024 20:57
- specify deleted xattrs in a separate argument to avoid accidental
  deletion of xattrs by setting a map value to nil
- make sure that users can not set xattrs to nil since this is not
  supported in rosmar (stores json as binary doesn't differentiate
  between not existent and nil)
- create error types to catch issues in rosmar, sync gateway
@torcolvin torcolvin merged commit d152b90 into main Jun 6, 2024
16 checks passed
@torcolvin torcolvin deleted the CBG-3895 branch June 6, 2024 15:36
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.

2 participants