syncstorage-rs
syncstorage-rs copied to clipboard
Sync Storage server in Rust
`Server::tokenserver_only_with_settings` doesn't setup an `/__error__` endpoint like syncstorage does. It should add one as these are used to verify Sentry integration by generating an Error/Sentry event. ┆Issue is synchronized with...
Recently Thunderbird has started using Sync. There is [a proposal](https://thunderbird.topicbox.com/groups/planning/T0032198a6351e77d) put forward for them to rename their service “Thunderbird Sync” (since they’re not Firefox). A follow up comment suggested renaming...
With our work to split syncstorage-rs into separate crates, we have removed `#[cfg(test)]` from those database methods that are only included in tests. (Code specific to the `test` feature is...
I have a question about collection. since user can create collections and all these `name` -> `collection_id` are stored in the same table. Will this design be abused? like a...
Currently, the set of functions operating on batches are implemented for both the Spanner and MySQL backends. We include a number of `_batch` methods on the `Db` trait. It might...
The 'latest' tag on docker hub has last been updated 2 years ago. Meanwhile there are other tag with newer version. Please update the latest tag so people can use...
Extractors (i.e. implementations of the `FromRequest` trait) operate on [HttpRequest](https://docs.rs/actix-web/3.3.3/actix_web/struct.HttpRequest.html)s. Middlewares [take](https://docs.rs/actix-web/3.3.3/actix_web/struct.App.html#method.wrap_fn) [ServiceRequest](https://docs.rs/actix-web/3.3.3/actix_web/dev/struct.ServiceRequest.html)s, which are a higher-level abstraction over HTTP requests. We used to do a lot of work in...
Will the official docker hub repo https://hub.docker.com/r/mozilla/syncserver ever get updated with multi-arch images (armhf, armv8 etc)?
[https://sentry.io/organizations/mozilla/issues/3286812377/?project=6255069](https://sentry.io/organizations/mozilla/issues/3286812377/?project=6255069&query=is%3Aunresolved) We’re seeing a number of requests from iOS that contain ':' in the offset query parameter. It is not known what is originating these requests, but it was proposed...
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.53 to 0.1.56. Release notes Sourced from async-trait's releases. 0.1.56 Fix build errors that involve use parentheses to disambiguate: `(impl 'async_trait + Trait)` (#204) 0.1.55 Fix drop...