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

fix: Localize Users group in Windows installer (BPOP-1396) #2102

Merged
merged 1 commit into from
Jan 17, 2025

Conversation

Caleb-Hurshman
Copy link
Contributor

@Caleb-Hurshman Caleb-Hurshman commented Jan 15, 2025

Proposed Change

This PR replaces the hardcoded 'Users' group with a variable that gets the name of the group from the Windows system. This fixes an issue where Windows machines with other languages did not recognize the 'Users' group.

Checklist
  • Changes are tested
  • CI has passed

@Caleb-Hurshman Caleb-Hurshman force-pushed the fix/win-installer-user-group branch from 5855564 to dd33cbe Compare January 15, 2025 19:45
@Caleb-Hurshman Caleb-Hurshman changed the title user group var fix: Localize Users group in Windows installer (BPOP-1396) Jan 15, 2025
@Caleb-Hurshman Caleb-Hurshman marked this pull request as ready for review January 15, 2025 19:49
@Caleb-Hurshman Caleb-Hurshman requested review from dpaasman00 and a team as code owners January 15, 2025 19:49
Copy link
Contributor

@dpaasman00 dpaasman00 left a comment

Choose a reason for hiding this comment

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

This is working well for me, nice work

@Caleb-Hurshman Caleb-Hurshman merged commit d7521d5 into release/v1.69.0 Jan 17, 2025
29 checks passed
@Caleb-Hurshman Caleb-Hurshman deleted the fix/win-installer-user-group branch January 17, 2025 14:15
mrsillydog added a commit that referenced this pull request Jan 21, 2025
* chore: Update modules to v1.69.0

* feat: Make SSAPI receiver storage optional (#2099)

* make storage extn optional

* update storage test

* fix: update readme

* fix: Localize `Users` group in Windows installer (BPOP-1396) (#2102)

user group var

* feat: Add `cgroupruntime` extension (#2104)

* add cgroupruntime extension to collector facotries list

* add doc

* fix: refactor azureeventhubrehydrationreceiver to stream blobs as to not lock up on larger environments (BPOP-831) (#2098)

* pre tests working; refactor to stream blobs as to not lock up

* fix tests

* remove polling parameters and fix gosec error

* some more tests

* add license

* remove extra debug line

* address PR feedback

* only log messages rather than submit validation errors

* spin up goroutine per blob in the batch, change default batch size to 30 to keep a moderate default

* add buffered chan size of 5 to start

* remove 3 empty request limit

* remove testing log line

* harden shutdown logic to close channel with a timeout

* fix lint

* dakota PR feedback

* more feedback; sans checkpointing after every blob

* minor updates; pr review

* fix: dont buffer on azurerehydration receiver (#2105)

dont buffer on azurerehydration receiver

* fix(awss3rehydrationreceiver): Stream objects from S3 to improve performance (#2103)

* refactor to use pagination & concurrency

* save checkpoint after processing a batch

* fix lint

* dont lock before early return

* deps(otel): Update OTel dep to v0.117.0 (#2109)

* update otel dep to v0.117.0

* update opencontainers/runc to v1.1.15

* revert opencontainers update

* replace cilium pkg import

* deps: v1.69.0 (#2112)

* deps(deps): bump github.com/vektra/mockery/v2 from 2.50.0 to 2.51.1 in /internal/tools

* bump google.golang.org/grpc from 1.69.2 to 1.69.4 and google.golang.org/protobuf from 1.36.2 to 1.36.3 in /exporter/chronicleexporter

* bump github.com/open-telemetry/opamp-go from 0.17.0 to 0.18.0 in /extension/bindplaneextension

* deps(deps): bump google.golang.org/api from 0.214.0 to 0.217.0 in /exporter/googlecloudexporter

* bump google.golang.org/api from 0.214.0 to 0.217.0 in /exporter/googlemanagedprometheusexporter

---------

Co-authored-by: Dakota Paasman <[email protected]>
Co-authored-by: Caleb Hurshman <[email protected]>
Co-authored-by: Keith Schmitt <[email protected]>
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.

2 participants