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

### Sync Gateway version Couchbase Sync Gateway/3.0.3(1;8187d9a) CE ### Operating system Ubuntu 20.04.4 LTS nodes in GKE 1.21.10 ### Config file ```javascript { "adminInterface":"0.0.0.0:4985", "admin_interface_authentication": false, "interface":"0.0.0.0:4984", "metricsInterface": "0.0.0.0:4986", "metrics_interface_authentication":...

### Sync Gateway version Version 3.0.3 - Docker image ### Operating system Docker on Ubuntu 20.04 ### Expected behavior A network disconnection in the memcached/DCP connection stream causes an offline...

### Sync Gateway version 2.8.2 ### Feature Request There is currently no way to fetch the `_exp` property of a document with the [/{db}/_all_docs](https://docs.couchbase.com/sync-gateway/current/rest-api-admin.html#/database/get__db___all_docs) REST API. The property is currently...

Adds the ability to customize the domain at which SG sets its cookies, largely to avoid issues with making session cookie authorized Sync Gateway calls from cross-origin requests made by...

review

CBG-1893 - Added a new DELETE endpoint to give the functionality to delete an attachment from a document without going through the PUT attachment endpoint - Added some more functionality...

This allows for parametrized tests that might share a test bucket to use unique credentials, such as `TestServerlessDBSetupForceCreds`. ## Pre-review checklist - [x] Removed debug logging (`fmt.Print`, `log.Print`, ...) -...

- Moved the code into a new package, 'functions'. The 'db' package calls it via interfaces defined in 'db/functions.go' - Combined functions and queries, per spec. Now just called 'functions'....

CBG-2448 - Backport of CBG-2223: Background manager cluster aware terminator race fixed ## Pre-review checklist - [x] Removed debug logging (`fmt.Print`, `log.Print`, ...) - [x] Logging sensitive data? Make sure...

CBG-2225 - Backported CBG-2150: Added cluster aware functionality to the resync operation - Made release branch on https://github.com/couchbaselabs/walrus with commit to allow testing of this change - Tested resync functions...

Rewrite sgcollect in go. * Will almost certainly break the build, as it'll expect Python sgcollect to be present. * The sgcollect code intentionally doesn't import modules from the existing...