sync_gateway icon indicating copy to clipboard operation
sync_gateway copied to clipboard

CBG-2264: Set collection property on outgoing BLIP messages

Open markspolakovs opened this issue 3 years ago • 1 comments

CBG-2264

Ensure that outgoing rev, norev, changes, getAttachment, and proveAttachment messages all have a collection property set if collections are in use.

Pre-review checklist

  • [x] Removed debug logging (fmt.Print, log.Print, ...)
  • [x] Logging sensitive data? Make sure it's tagged (e.g. base.UD(docID), base.MD(dbName))
  • [x] Updated relevant information in the API specifications (such as endpoint descriptions, schemas, ...) in docs/api

Integration Tests

  • [ ] gsi=true https://jenkins.sgwdev.com/job/SyncGateway-Integration/599/

markspolakovs avatar Aug 11 '22 10:08 markspolakovs

@markspolakovs this has picked up a conflict - but may make sense for @JRascagneres' branch to be merged first to avoid double-rebase

bbrks avatar Aug 12 '22 08:08 bbrks