-
-
Notifications
You must be signed in to change notification settings - Fork 70
refactor: centralize process configuration as a single source of truth #2035
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
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
f9483c5
refactor: centralize process configuration behind a single Load path
nicholas-fedor be2053d
refactor(config): align CPUCopyMode precedence with UpdateParams
nicholas-fedor 2726e82
fix(flags): ignore empty boolean env vars unless key is NO_COLOR
nicholas-fedor 29be48a
refactor(flags): unify NO_COLOR presence semantics across flag binding
nicholas-fedor 81cb348
refactor(flags): remove static default registration functions
nicholas-fedor 3614628
fix(scheduling): unify filter source for scheduled upgrade runs
nicholas-fedor 4286382
refactor(flags): batch BindEnv calls to preserve env key precedence
nicholas-fedor cff0035
docs(flags): update architecture documentation for unified flag binding
nicholas-fedor 20b7a04
test(flags): add assertions for duration and string array env bridging
nicholas-fedor 0502bf0
refactor(flags): extract notification URL parsing tests to utils package
nicholas-fedor 06ba6b2
refactor(utils): extract DurationFromSeconds helper for overflow-safe…
nicholas-fedor e8703a0
refactor(scheduling): remove redundant local variable assignments in …
nicholas-fedor c4095a3
refactor(logging): delegate suppression handling to WriteStartupMessa…
nicholas-fedor 2686d7a
refactor(logging): consolidate scheduling fields into embedded Schedu…
nicholas-fedor ae45f32
test(scheduling): extract testDeps helper to reduce ScheduleDeps boil…
nicholas-fedor dcf6939
refactor(cmd): consolidate shared base params to eliminate redundant …
nicholas-fedor f383b3a
test(cmd): extract testScheduleDeps helper to reduce test boilerplate
nicholas-fedor 447930b
test(logging): refine SetupStartupLogger test assertions for nil noti…
nicholas-fedor 6d74f2e
fix(notifier): prevent token leakage in debug logs
nicholas-fedor 6ab5738
refactor(cmd): use PersistentFlags to match config.Load bind source
nicholas-fedor cf079cf
test(notifier): update GetDelay test to use non-zero legacy delay
nicholas-fedor cda2700
fix(notifications): move sensitive URL logging to trace level
nicholas-fedor 524b9e3
refactor(notifier): extract legacy flag parsing into dedicated function
nicholas-fedor 37951ef
refactor: centralize notification delay calculation in GetDelay
nicholas-fedor 6a6e006
refactor(notifier): replace type switch with constructor lookup for l…
nicholas-fedor 2712989
refactor(scheduling): centralize startup message parameter initializa…
nicholas-fedor e4e5482
refactor(config): extract normalized string slice loading helper
nicholas-fedor a4c149c
chore: eliminate manual overflow handling from duration parsing
nicholas-fedor 9ea4407
refactor(flags): centralize list parsing in spec package
nicholas-fedor 6adb5d9
refactor(flags): extract kind-specific registration helpers
nicholas-fedor b2a9c5e
fix(config): fall back to default for unparseable bare numeric durations
nicholas-fedor 694e781
docs(notify): fix missing closing bracket in help text
nicholas-fedor a513bac
fix(flags): prevent sensitive token leakage in notification URL logs
nicholas-fedor 8194c13
refactor(scheduling): add nil guard for RunUpdate hook
nicholas-fedor dc277e0
fix(notifications): redact sensitive credentials in notification logs
nicholas-fedor File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.