-
Notifications
You must be signed in to change notification settings - Fork 126
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
Add platform information to User-Agent #367
Conversation
0bc0372
to
0edb3a9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd add example values for build id and kernel version string mentioned too, and maybe some comment with example of full user-agent? Otherwise looks fine.
326c953
to
0ec0c45
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on the dedicated server (ghcr.io/pg9182/northstar-dedicated-ci:1-tf2.0.11.0-ns1.10.9-ci.59de24a5.51.3671191399-nslauncher.10dc1b0a.3671162384-nsmods.4a1ff7d1
).
Example: R2Northstar/0.0.0+dev (Dedicated) Windows/10.0.17763 Wine/7.0 (wine-7.0) Linux/5.19.6-200.fc36.x86_64
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works in testing on Windows. Though I would prefer some Linux client tests it as well.
(I know Docker server was already tested and confirmed working)
(@pg9182 assured me he tested on client on Linux as well) |
Closes #361