sync_gateway
sync_gateway copied to clipboard
Manages access and synchronization between Couchbase Lite and Couchbase Server
https://github.com/couchbase/sg-bucket/pull/120 https://github.com/couchbaselabs/rosmar/pull/34 Changed APIs to support xattrs that are being upserted to include xattrs to be deleted. See sg-bucket API. - validate before gocb that we are never deleting that...
On startup, this will log as follows, which is confusing at best for what it is doing. ``` 2024-04-19T17:57:22.896+02:00 [INF] Config: GetDatabaseConfigs starting (attempt 1/5) 2024-04-19T17:57:32.894+02:00 [INF] Config: GetDatabaseConfigs starting...
Bumps [github.com/felixge/fgprof](https://github.com/felixge/fgprof) from 0.9.3 to 0.9.4. Release notes Sourced from github.com/felixge/fgprof's releases. v0.9.4 What's Changed Added go-recipes badge by @nikolaydubina in felixge/fgprof#24 compute actual sample rate for profile export by...
Bumps [github.com/couchbase/gocb/v2](https://github.com/couchbase/gocb) from 2.7.1 to 2.8.1. Commits 53d7c09 Prepare v2.8.1 release a9c5a68 Update tests to wait for resources to be ready before using them 772a84c Mark waituntilready as not supported...
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.42.0 to 0.53.0. Release notes Sourced from github.com/prometheus/common's releases. v0.53.0 What's Changed Add StatusAt method for Alert struct by @grobinson-grafana in prometheus/common#618 config: allow exposing real secret...
Bumps [github.com/prometheus/client_model](https://github.com/prometheus/client_model) from 0.3.0 to 0.6.1. Release notes Sourced from github.com/prometheus/client_model's releases. v0.6.1 What's Changed Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in prometheus/client_model#84 Full Changelog: https://github.com/prometheus/client_model/compare/v0.6.0...v0.6.1 v0.6.0 What's...
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.18.0 to 0.19.0. Commits d0e617c google: add Credentials.UniverseDomainProvider 3c9c1f6 oauth2/google: fix the logic of sts 0 value of expires_in 5a05c65 oauth2/google: fix remove content-type header from idms...
This allows use of common editors that format with black or ruff. Adds CI to make sure it takes. Otherwise, I kept accidentally autoformatting files when I did a fix...
CBG-3855 - Addition of support for removal of a given sequence range from the skipped sequence slice - Note: `RemoveSequences` function this is hooked up to doesn't actually get called...
Depends on https://github.com/couchbase/sg-bucket/pull/122 and https://github.com/couchbase/sg-bucket/pull/123 - Consolidate tests into a table driven test, these tests exist in sg-bucket too with just `DecodeValueWithXattrs`. - Replace errors with sgbucket errors and use...