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

Bug 1866559 - Support "no-info"-configured pings #2756

Merged
merged 6 commits into from Feb 28, 2024
Merged

Conversation

chutten
Copy link
Contributor

@chutten chutten commented Feb 28, 2024

This is a prerequisite for OHTTP support. Brings in glean_parser v13 to support it.

Only Rust's uploader does anything with this information. I suppose we could log/throw/record data if a noinfo ping makes it into an unsupported LB's uploader, but I figured just sending it normally might be the more kind approach.

Lotta changed files in this one, I'm afraid. If you'd like to follow the code changes chronologically by how the data flows, the individual commits are arranged in that manner (though Github's review UI is shite at handling that, so my condolences).

@chutten chutten requested a review from a team as a code owner February 28, 2024 18:55
@chutten chutten force-pushed the bug1866559-noinfoPings branch 4 times, most recently from 4ecb0f6 to dd84dad Compare February 28, 2024 19:44
Copy link
Member

@travis79 travis79 left a comment

Choose a reason for hiding this comment

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

r+wc and passing tests

CHANGELOG.md Outdated Show resolved Hide resolved
Copy link
Member

@travis79 travis79 left a comment

Choose a reason for hiding this comment

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

I must say I rather like how the refactoring of the uploader code came out.

@chutten chutten merged commit cf85e6a into main Feb 28, 2024
29 of 30 checks passed
@chutten chutten deleted the bug1866559-noinfoPings branch February 28, 2024 21:06
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.

None yet

2 participants