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

Prepare debug_client for production #779

Closed
pjenvey opened this issue Aug 11, 2020 · 0 comments
Closed

Prepare debug_client for production #779

pjenvey opened this issue Aug 11, 2020 · 0 comments
Assignees
Labels
2 Estimate - s - This is a small change with clearly defined parameters. enhancement New feature or request

Comments

@pjenvey
Copy link
Member

pjenvey commented Aug 11, 2020

Currently we can only test firefox ios against a production Sync environment, so we'll need to deploy the debug_client code there. This requires a couple of tasks:

  • we should pre-parse the debug_client list into a hashset so there's 0% chance of disrupting prod. It can live on ServerState
  • the 0.5.x branch isn't quite ready for prod yet, so let's cherry-pick the 2-3 commits for debug_client onto the 0.4 branch for a new release there
@pjenvey pjenvey added the enhancement New feature or request label Aug 11, 2020
@tublitzed tublitzed added the 2 Estimate - s - This is a small change with clearly defined parameters. label Aug 12, 2020
jrconlin added a commit that referenced this issue Aug 12, 2020
* Need to update sentry and googleapis in order to compile.

Closes #779
pjenvey added a commit that referenced this issue Aug 12, 2020
includes latest rust clippy fixes and a sentry bump related to build issues

Closes #779
pjenvey added a commit that referenced this issue Aug 12, 2020
includes latest rust clippy fixes and a sentry bump related to build issues

Co-authored-by: JR Conlin <[email protected]>

Closes #779
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 Estimate - s - This is a small change with clearly defined parameters. enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants