autopush-rs icon indicating copy to clipboard operation
autopush-rs copied to clipboard

Push Server in Rust

Results 103 autopush-rs issues
Sort by recently updated
recently updated
newest added

See https://mozilla-hub.atlassian.net/browse/CONSVC-1909 and https://docs.google.com/document/d/1oFaXNwfHFbMJS-fGwzQV5hw8JmSTct0e5geGatqgQ5A/edit#

Change the confusingly named connection server from `autopush` to `autoconnect` _QA_: Minor change in the test script to call the new exec and use a `AUTOCONNECT :` label. ## BREAKING...

Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.2.25 to 1.18.2. Release notes Sourced from tokio's releases. Tokio v1.18.2 1.18.2 (May 5, 2022) Add missing features for the winapi dependency. (#4663) #4663: tokio-rs/tokio#4663 Tokio v1.18.1...

dependencies

Bumps [hyper](https://github.com/hyperium/hyper) from 0.12.36 to 0.14.19. Release notes Sourced from hyper's releases. v0.14.19 Bug Fixes http1: fix preserving header case without enabling ffi (#2820) (6a35c175) server: don't add implicit content-length...

dependencies

It was very clear during a recent issue resolution with autopush that we should be more liberal with debug and tracing messages. These messages can be easily filtered out by...

We should rename autopush-rs something other than autopush-rs because autopush-rs is the name of the repo that includes both autopush-rs and autoendpoint-rs.

Work In Progress Switch from DynamoDb to a more generic database as part of the GCP transition. General Work is being done before determining the final platform. Issue: CONSRV-1535,

There have been reported instances of push failing to deliver push updates via bridged connections. (e.g. #242) We should ensure that we have full confidence that messages are being handed...

bug
p2
5

Per recommendation in bug https://bugzilla.mozilla.org/show_bug.cgi?id=1576919, we should add a handler to direct users who visit the server root `/` to a page that contains documentation or information about this service....

enhancement
good first bug
2

Currently [our documentation](https://autopush.readthedocs.io/en/latest/index.html) is auto-generated and posted to ReadTheDocs.io. We currently have not implemented this for Rust, and I strongly suspect that things will quickly age out. We should investigate...

good first bug
5
cleanup