- Notifications
You must be signed in to change notification settings - Fork1k
chore: track disabled telemetry#16347
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
22 commits Select commitHold shift + click to select a range
b44071a
ReportDisabledIfNeeded
hugodutkabb08f9d
add a test for TestReportDisabledIfNeeded
hugodutkadb99f01
remove unused values
hugodutka7293db5
fix data race
hugodutka2ceaf0d
disable report on close when reporting telemetry disabled
hugodutka9cccf4d
fmt
hugodutkace2b563
simplify the telemetry disabled reporting logic
hugodutka7085aa0
more accurate comments
hugodutka16ba740
clearer comment
hugodutka3b62bf9
fix test
hugodutka43b7e6b
clarify comment
hugodutkaaa56a6e
nit
hugodutkaa29b7f2
add another comment
hugodutkaf3cb1b8
shorten comment
hugodutka75d231f
fix log message
hugodutkaa1c12cf
add an extra integration test
hugodutkaa0fce8d
use only a single telemetry item to track telemetry enabled status
hugodutka9a86ec9
rename RecordTelemetryStatusChange to RecordTelemetryStatus
hugodutkae032cce
update comment
hugodutkaa7fe670
lint
hugodutkab4768fa
fix test
hugodutkaa2846d5
replace "1" and "0" with "true" and "false"
hugodutkaFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
68 changes: 35 additions & 33 deletionscli/server.go
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
165 changes: 148 additions & 17 deletionscli/server_test.go
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.