Commit Graph

8239 Commits (a536832714066c110e940aad40a32c80e79cf35d)
 

Author SHA1 Message Date
Matt Farina a536832714
Merge pull request #30749 from mattfarina/fix-alpine-chart
7 months ago
Robert Sirchia f5decfc28d
Merge pull request #30737 from rpolishchuk/investigation-pr-30610
7 months ago
Matt Farina 91ecb56355
Removing the alpine test chart
7 months ago
Robert Sirchia 90608174c5
Merge pull request #30741 from benoittgt/bump-distribution-v4
7 months ago
Matt Farina 7a1eb77e77
Merge pull request #30708 from benoittgt/migrate-kube-pkg-to-slog
7 months ago
Matt Farina 8c6c0d8a37
Merge pull request #30686 from mattfarina/remove-deprecated-code
7 months ago
Benoit Tigeot 365340b092
Follow distribution package requirement
7 months ago
Benoit Tigeot 0d43534ab7
Testing without bump go version
7 months ago
Benoit Tigeot 00db8d6d96
Go mod tidy
7 months ago
Benoit Tigeot 483789ac86
Bumps github.com/distribution/distribution/v3 from 3.0.0-rc.3 to 3.0.0
7 months ago
Matt Farina ed005f5c32
Removing deprecation notice for this function.
8 months ago
Matt Farina 7938662f95
Remove ValidName regex
8 months ago
Benoit Tigeot 68440d7b29
Prefer using slog.Any when displaying errors
8 months ago
Benoit Tigeot c05bcbd498
Fix nil pointer dereference in ready test
8 months ago
Benoit Tigeot 7f02e89a7a
No longer log call location using flag, it will need to be done in slog
8 months ago
Benoit Tigeot e7eedae97c
Use the logger with proper handling of dynamic debug on 2 locations
8 months ago
Benoit Tigeot cbaac7652d
Call slog directly instead of using a wrapper
8 months ago
Benoit Tigeot 6b5fa33633
debug log level is dynamic and set after Logger creation
8 months ago
Rostyslav Polishchuk 55eb53e3a0 fix: order dependent test
8 months ago
Matt Farina d8ca55fc66
Merge commit from fork
8 months ago
Matt Farina bbf6a91454
Merge pull request #30730 from helm/dependabot/go_modules/main/golang.org/x/crypto-0.37.0
8 months ago
dependabot[bot] db76da32ac
build(deps): bump golang.org/x/crypto from 0.36.0 to 0.37.0
8 months ago
Robert Sirchia 748b78ee84
Merge pull request #30736 from robertsirc/updating-go-mod
8 months ago
Robert Sirchia b29bc3a44d
manually updating go.mod file
8 months ago
Matt Farina 0740dfc7a9
Unarchiving fix
8 months ago
Scott Rigby 5442c6b9cb
Merge pull request #9318 from wahabmk/fix-httpgetter
8 months ago
Benoit Tigeot 0c85456788
Leverage slog.Any for errors
8 months ago
Benoit Tigeot 5c746037b3
Prevent redefining verbose flags
8 months ago
Benoit Tigeot 710770eed4
Linting
8 months ago
Benoit Tigeot 3e4e78378e
Go the slog way
8 months ago
Benoit Tigeot 6ce967391d
Trick slog to return the full error
8 months ago
Benoit Tigeot 5580f61157
Properly reproduce the nopLogger as before
8 months ago
Benoit Tigeot baa597c567
Do not remove the functionality to print log in test
8 months ago
Benoit Tigeot b6adbbb227
Enforce error style with others
8 months ago
Benoit Tigeot 83a5a14826
Properly discard by default logs
8 months ago
Benoit Tigeot b2380720eb
Migrate to pure slog without a custom wrapper
8 months ago
Benoit Tigeot 947658a96e
Explain why we ignore the timestamp
8 months ago
Benoit Tigeot 3db7ebc591
Fix missing logger to SQL in test
8 months ago
Benoit Tigeot 15de13f9d2
Fix linting issue and temporary removing logging in test acion
8 months ago
Benoit Tigeot b42767be40
Migrate more code to log adapter
8 months ago
Benoit Tigeot 83cdffe4ae
Migrate to a dedicated internal package for slog adapter + migrate more
8 months ago
Benoit Tigeot fae2345edf
Demonstrate the impact of having Logger defined in kube package
8 months ago
Benoit Tigeot ede73860c1
Fix call to kube log
8 months ago
Benoit Tigeot 3a22df9731
Deal with linting errors
8 months ago
Benoit Tigeot 394ba2d55e
Properly use DefaultLogger
8 months ago
Benoit Tigeot eb2dfe7dbf
Some interesting rephrasing by Terry Howe
8 months ago
Benoit Tigeot 227d270788
Extra comment + Default logger fallback
8 months ago
Benoit Tigeot b642bca8f6
Provide an adapter to easily pass a slog.Default()
8 months ago
Benoit Tigeot d6d7cff417
Try to make log more common and more easily grepable
8 months ago
Benoit Tigeot 8d30464f2c
Do no mask warning alerts
8 months ago