ipn: apply tailnet-wide default for auto-updates#10508
Merged
Conversation
d6b9179 to
b49f2b7
Compare
af7aba0 to
04f0c04
Compare
04f0c04 to
334a96f
Compare
noncombatant
approved these changes
Dec 8, 2023
e220994 to
71af2c9
Compare
maisem
reviewed
Dec 18, 2023
maisem
reviewed
Dec 18, 2023
maisem
reviewed
Dec 18, 2023
maisem
reviewed
Dec 18, 2023
maisem
reviewed
Dec 18, 2023
maisem
reviewed
Dec 18, 2023
maisem
approved these changes
Dec 18, 2023
When auto-update setting in local Prefs is unset, apply the tailnet default value from control. This only happens once, when we apply the default (or when the user manually overrides it), tailnet default no longer affects the node. Updates #16244 Signed-off-by: Andrew Lytvynov <[email protected]>
71af2c9 to
6f9c4da
Compare
chen8945
pushed a commit
to Ckid-Home/tailscale
that referenced
this pull request
Jul 31, 2024
When auto-update setting in local Prefs is unset, apply the tailnet default value from control. This only happens once, when we apply the default (or when the user manually overrides it), tailnet default no longer affects the node. Updates tailscale#16244 Signed-off-by: Andrew Lytvynov <[email protected]>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
When auto-update setting in local Prefs is unset, apply the tailnet
default value from control. This only happens once, when we apply the
default (or when the user manually overrides it), tailnet default no
longer affects the node.
Updates #16244