Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge main (7e891607bdc) into anemone #7403

Merged
merged 30 commits into from
Feb 28, 2025
Merged

Conversation

torcolvin
Copy link
Collaborator

@torcolvin torcolvin commented Feb 28, 2025

merge main (7e89160) into anemone. This is not the full merge, that will be done in subsequent tickets.

Nearly every conflict was in test code, the only non-test file that had conflicts was in the active replicator code.

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))
  • Updated relevant information in the API specifications (such as endpoint descriptions, schemas, ...) in docs/api

Integration Tests

dependabot bot and others added 29 commits December 16, 2024 11:04
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.30.0 to 0.31.0.
- [Commits](golang/crypto@v0.30.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* CBG-4373: implement flusher interface on counted and non counted response writer

* add interface check in handler

* updates to address comments

* update remove the safety around flusher calls

* address comments
* CBG-4336: add updated at field for persisted configs

* change time to utc

* fix default collection test issues

* flakyness with tests

* add delay to other tests too

* updates to add created_at field to configs

* remove unnecessary method
* CBG-4448: updates to fix python lint

* update python format
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.24.0 to 0.25.0.
- [Commits](golang/oauth2@v0.24.0...v0.25.0)

---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github.com/coreos/go-oidc/v3](https://github.com/coreos/go-oidc) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/coreos/go-oidc/releases)
- [Commits](coreos/go-oidc@v3.11.0...v3.12.0)

---
updated-dependencies:
- dependency-name: github.com/coreos/go-oidc/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…nge in a channel filter on channel filter removal (#7269)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* CBG-4444 create an env var override for bucket op timeout

* increase timeout for tests
* CBG-4370 create a cancel context inside BlipSyncContext

This cancel context allows a forceable closure of the underlying blip
connection.

In the case there is a continuous pull replication and there is an error
on the changes feed, the only way to stop the pull replication is to
shut down the connection. CBL clients do not listen to unsolicited error
messages.

* Avoid refactoring with the change

* pass lint

* test active replicator reconnection

* test fixup

* lint correctly

* PR comments

* Acquire read lock to present data race

* switch query to use all docs index
* Cover all test files

* Mark only gosimple as a disabled linter, future proof removing disabled linters in the future, fix regex again
…#7302)

* CBG-4367: retain minimum of 5 recent sequences during recent sequence compaction

* update comment + move unnecessary wait for a sequence
* Count scheduled compaction runs as idle KV/Query ops

* Relax assertions because there are other idle KV ops happening behind the test

* remove test logging
* CBG-4455 fix FailNow calls to avoid panics

* Add license
…tries updating principals (#7316)

* Release unused sequences allocated when encountering CAS retries updating principals

* Convert test to table driven test - try multiple different CAS retry counts

* avoid shadowing err in principal cas retry loop

* Improve releaseSequence failure log

* Lower test logging

* Check error contains

* Fencepost error for auth.PrincipalUpdateMaxCasRetries test c ase

* Include principal name in release unused sequence error logging
* Replace LeakyBucket callback with Set instead of SetRaw to preserve JSON doc type in bucket

* Remove GetRaw from LeakyBucket callback
…#7295)

* CBG-4309: add rollback hook for cbgt to call during rollback of pIndex

* remove temp test

* update cbgt to include rollback hook

* CBG-4309 add Rollback to to PIndexImplType

* Update cbgt fix to trigger janitor kick

---------

Co-authored-by: Tor Colvin <[email protected]>
Copy link

github-actions bot commented Feb 28, 2025

Redocly previews

Copy link
Contributor

@gregns1 gregns1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM just couple of Q's then should be ready

@torcolvin torcolvin merged commit 8d5d426 into release/anemone Feb 28, 2025
25 of 26 checks passed
@torcolvin torcolvin deleted the anemone-merge branch February 28, 2025 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants