Commit Graph

8230 Commits (7a1eb77e77f5d6b3d7d09ad560381c050ff0a4b1)
 

Author SHA1 Message Date
Matt Farina 7a1eb77e77
Merge pull request #30708 from benoittgt/migrate-kube-pkg-to-slog
5 months ago
Matt Farina 8c6c0d8a37
Merge pull request #30686 from mattfarina/remove-deprecated-code
5 months ago
Matt Farina ed005f5c32
Removing deprecation notice for this function.
5 months ago
Matt Farina 7938662f95
Remove ValidName regex
5 months ago
Benoit Tigeot 68440d7b29
Prefer using slog.Any when displaying errors
5 months ago
Benoit Tigeot c05bcbd498
Fix nil pointer dereference in ready test
5 months ago
Benoit Tigeot 7f02e89a7a
No longer log call location using flag, it will need to be done in slog
5 months ago
Benoit Tigeot e7eedae97c
Use the logger with proper handling of dynamic debug on 2 locations
5 months ago
Benoit Tigeot cbaac7652d
Call slog directly instead of using a wrapper
5 months ago
Benoit Tigeot 6b5fa33633
debug log level is dynamic and set after Logger creation
5 months ago
Matt Farina d8ca55fc66
Merge commit from fork
5 months ago
Matt Farina bbf6a91454
Merge pull request #30730 from helm/dependabot/go_modules/main/golang.org/x/crypto-0.37.0
5 months ago
dependabot[bot] db76da32ac
build(deps): bump golang.org/x/crypto from 0.36.0 to 0.37.0
5 months ago
Robert Sirchia 748b78ee84
Merge pull request #30736 from robertsirc/updating-go-mod
5 months ago
Robert Sirchia b29bc3a44d
manually updating go.mod file
5 months ago
Matt Farina 0740dfc7a9
Unarchiving fix
5 months ago
Scott Rigby 5442c6b9cb
Merge pull request #9318 from wahabmk/fix-httpgetter
6 months ago
Benoit Tigeot 0c85456788
Leverage slog.Any for errors
6 months ago
Benoit Tigeot 5c746037b3
Prevent redefining verbose flags
6 months ago
Benoit Tigeot 710770eed4
Linting
6 months ago
Benoit Tigeot 3e4e78378e
Go the slog way
6 months ago
Benoit Tigeot 6ce967391d
Trick slog to return the full error
6 months ago
Benoit Tigeot 5580f61157
Properly reproduce the nopLogger as before
6 months ago
Benoit Tigeot baa597c567
Do not remove the functionality to print log in test
6 months ago
Benoit Tigeot b6adbbb227
Enforce error style with others
6 months ago
Benoit Tigeot 83a5a14826
Properly discard by default logs
6 months ago
Benoit Tigeot b2380720eb
Migrate to pure slog without a custom wrapper
6 months ago
Benoit Tigeot 947658a96e
Explain why we ignore the timestamp
6 months ago
Benoit Tigeot 3db7ebc591
Fix missing logger to SQL in test
6 months ago
Benoit Tigeot 15de13f9d2
Fix linting issue and temporary removing logging in test acion
6 months ago
Benoit Tigeot b42767be40
Migrate more code to log adapter
6 months ago
Benoit Tigeot 83cdffe4ae
Migrate to a dedicated internal package for slog adapter + migrate more
6 months ago
Benoit Tigeot fae2345edf
Demonstrate the impact of having Logger defined in kube package
6 months ago
Benoit Tigeot ede73860c1
Fix call to kube log
6 months ago
Benoit Tigeot 3a22df9731
Deal with linting errors
6 months ago
Benoit Tigeot 394ba2d55e
Properly use DefaultLogger
6 months ago
Benoit Tigeot eb2dfe7dbf
Some interesting rephrasing by Terry Howe
6 months ago
Benoit Tigeot 227d270788
Extra comment + Default logger fallback
6 months ago
Benoit Tigeot b642bca8f6
Provide an adapter to easily pass a slog.Default()
6 months ago
Benoit Tigeot d6d7cff417
Try to make log more common and more easily grepable
6 months ago
Benoit Tigeot 8d30464f2c
Do no mask warning alerts
6 months ago
Benoit Tigeot dfaf249221
Remove unreachable error
6 months ago
Benoit Tigeot f4631bf3d8
Migrate kube package to slog
6 months ago
Scott Rigby af4f7370cb
Merge pull request #13119 from idsulik/update-charts-data-race-fix
6 months ago
Suleiman Dibirov 000c098a41 fix(concurrency): add mutex to protect repoFailList and out in updateCharts
6 months ago
Scott Rigby 985f5af538
Merge pull request #13604 from AustinAbro321/refactor-wait
6 months ago
Scott Rigby 122e7b441a
Merge pull request #13458 from thudi/main
6 months ago
Austin Abro 21ee721242
go fmt
6 months ago
Austin Abro 8efd428e5d
switch back to k8s rest mapper
6 months ago
Austin Abro 83266254f0
merge
6 months ago