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-0000 Describe your PR here... - Moved document, revision, attachment code out of `db` into new `documents` package - DocumentRevision aids in processing incoming document bodies, allowing efficient access to...

CBG-2952 Improvements to the sync code in 'db' and to 'go-blip', to optimize replication by reducing the amount of memory and goroutines used. - Significant changes to concurrency in go-blip;...

CBG-2951 Moved most of the Document, Revision and RevTree code, and a lot of Attachment stuff, out of the db package into a new `document` package. (I'm not wild about...

CBG-0000 Describe your PR here... - When starChannel is not enable, we do not create allDocs index anymore - Returns error message when _all_docs endpoint is called but allDocs index...

CBG-2949 Replaces Otto with V8 for all uses of JavaScript. The new `js` package is a general purpose thread-safe library for creating "services" that call a JavaScript function in an...

CBG-0000 - Partition Channel Index ## Pre-review checklist - [ ] Removed debug logging (`fmt.Print`, `log.Print`, ...) - [ ] Logging sensitive data? Make sure it's tagged (e.g. `base.UD(docID)`, `base.MD(dbName)`)...

CBG-3255 Changes: - handleProposeChanges has CheckProposedVersion implementation, which does much the same as CheckProposedRev but for HLV - Process Rev has some extra logic instead for V4 protocol and above....

### Sync Gateway version 3.1 ### Operating system Running on docker (my laptop is Win 11) ### Config file ```javascript { "interface":":4984", "logging": { "log_file_path": "/var/tmp/sglogs", "console": { "log_level": "debug",...

This is a Feature request. ### Sync Gateway version 3.0.4 ### Actual behavior The actual behavior of Sync Gateway is to check existence of indices and auto-create them when they...

CBG-3907 3.1.6 build setup ## [Integration Tests](https://jenkins.sgwdev.com/job/SyncGateway-Integration/build?delay=0sec) - n/a