go-sync icon indicating copy to clipboard operation
go-sync copied to clipboard

Brave sync server v2

Results 44 go-sync issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/brave/go-sync). ## Pending Status Checks The following updates...

This PR introduces a custom HTTP Client with adjusted settings to improve connection reuse / reliability for DynamoDB connections.

Migrate from AWS Go SDK v1 to AWS Go SDK v2 to address following CVEs: ``` pkg:golang/github.com/aws/[email protected] ✗ MEDIUM CVE-2020-8911 https://scout.docker.com/v/CVE-2020-8911 Affected range : >=0 Fixed version : not fixed...

enhancement

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/brave-intl/bat-go/libs](https://togithub.com/brave-intl/bat-go) | `v0.0.0-20231020145457-cc9860c87bae` -> `v0.0.0-20240424033700-f0033054aafd` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fbrave-intl%2fbat-go%2flibs/v0.0.0-20240424033700-f0033054aafd?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

when server is about to reach max object limit on the client. Must not be merged as-is.

The current Dynamo DB doesn't allow for bulk updates and the kinds of queries we want to run to keep track of cost and date of last access. A few...

This is the server-side part of https://github.com/brave/brave-browser/issues/31902. Note all of the details have been decided on yet (most importantly the expiry time), but the intention is to expire unused accounts...

This PR adds a Docker Compose file and documentation in the `README` to provide guidance on how users can set up their self-hosted systems. Looking for feedback from the Brave...

This is a follow-up for https://github.com/brave/go-sync/pull/176 . Client's PR https://github.com/brave/brave-core/pull/20329 sends in `HistoryDeleteDirectiveSpecifics` in un-encrypted way. Server should remove entries by `HistoryDeleteDirectiveSpecifics::global_id_directive::global_id` converted to `client_hash_tag` or by `HistoryDeleteDirectiveSpecifics::time_range_directive`. When this...