sync_gateway icon indicating copy to clipboard operation
sync_gateway copied to clipboard

Manages access and synchronization between Couchbase Lite and Couchbase Server

Results 77 sync_gateway issues
Sort by recently updated
recently updated
newest added

CBG-2295 Describe your PR here... - This PR depends on update on sg-bucket and walrus, PRs: https://github.com/couchbase/sg-bucket/pull/82 https://github.com/couchbaselabs/walrus/pull/68 - Adds loggingCtx to couchbaseHeartBeater and DCPWorker - Leaves some context.TODOs for...

CBG-2306 - If running in serverless, when requesting a database context - Admin authentication is checked first if on the admin port - a check if done to see if...

A sync gateway instance we are running reports DCP rollback message repeatedly, seemingly stuck in a loop ``` 2022-09-11T22:58:43.571Z [WRN] c:bucket_name-SGI DCP RollbackEx request - rolling back DCP feed for:...

CBG-3797 HLV clients don't consider revpos, and evaluate whether they need to request an attachment based on the existing set of attachments on the document. SGW still needs to persist...

CBG-3255 Adds push replication support for HLV clients. Delta sync and attachments are not yet supported (pending CBG-3736, CBG-3797). On proposeChanges, checks whether the incoming CV and parent version represent...

CBG-3791 - Removed the use of DecodeAndSanitiseConfig as it expands environment variables - As we only need bucket name from this function just kept much the functionality the same but...

CBG-3720 Describe your PR here... - Add `/{keyspace}/_user/{user}/all_channels` endpoint, returns list of channels. - TestGetAllChannelsByUser added. Tests empty user channels, admin assigned channels, dynamic channel assignment and non existent user...

CBG-3736 - Store CV (In CBL format) on the DocumentDelta (this needs to be stored alongside the ToRevID on the delta for future backwards compatibility reasons) - DocumentDelta needs now...

This should roughly match the implementation of XDCR for couchbase server. This depends on https://github.com/couchbaselabs/rosmar/pull/24 Moved the tests that were couchbase server specific to work in both cases. There is...

CBG-3203 - Moves channel history storage for non-winning leaf-revisions into a channelMap during marshal/unmarshal. - Use `_sync.Channels` to build set of activeChannels returned by `IsChannelRemoval` ## [Integration Tests](https://jenkins.sgwdev.com/job/SyncGateway-Integration/build?delay=0sec) - [x]...