Commit Graph

183 Commits (e0a67b1028dc175aafa2116eb3a17ce786cbc8cd)

Author SHA1 Message Date
Justen Stall 280a9ddbdb
Merge branch 'main' into stdlib-errors-2
12 months ago
Benoit Tigeot a1c2f47c08
avoid using reflect.DeepEqual with errors
12 months ago
Benoit Tigeot a9b7732367
could remove embedded field X from selector
12 months ago
Benoit Tigeot cbaac7652d
Call slog directly instead of using a wrapper
1 year ago
Benoit Tigeot 0c85456788
Leverage slog.Any for errors
1 year ago
Benoit Tigeot b2380720eb
Migrate to pure slog without a custom wrapper
1 year ago
Benoit Tigeot 3db7ebc591
Fix missing logger to SQL in test
1 year ago
Benoit Tigeot b42767be40
Migrate more code to log adapter
1 year ago
Benoit Tigeot 83cdffe4ae
Migrate to a dedicated internal package for slog adapter + migrate more
1 year ago
Benoit Tigeot fae2345edf
Demonstrate the impact of having Logger defined in kube package
1 year ago
linghuying fc476f7235 chore: make function comment match function name
1 year ago
Matt Farina e711488970
Move pkg/release to pkg/release/v1 to support v3 charts
1 year ago
Matt Farina 18ca7c1002
Move pkg/releaseutil to pkg/release/util
1 year ago
George Jenkins 415c7e10fd
Merge pull request #13516 from TerryHowe/new-lint
1 year ago
petercover 605b1a0cf7 chore: fix some comments
1 year ago
Matt Farina 2236294119 Updating to helm.sh/helm/v4
1 year ago
Terry Howe 569f62e58b chore: fix problems with latest lint
1 year ago
Justen Stall 62b5bdc9f6
restore error check in secrets.go
1 year ago
Justen Stall 63cf42a843
fix: replace "github.com/pkg/errors" with stdlib "errors" package
1 year ago
Trent V. f9183a522a
Merge branch 'helm:main' into main
2 years ago
Nathan Baulch ef85fa7f2d
Grammar fixes
2 years ago
Nathan Baulch ff9dd262e3
Fix typos
2 years ago
Daniel Strobusch 90df4fa4d1
fix docs of DeployedAll
2 years ago
Robert Sirchia d58d7b3762 Fixing all the linting errors
2 years ago
Trenton VanderWert ab640a7177
added sprintf solution and found other possible overflow occurences
2 years ago
Trenton VanderWert 4a45342887
changed Iota to FormatInt to allow int64 value preventing 2038 overflow
2 years ago
Matt Farina 847369c184
Update to Go 1.21 for builds
2 years ago
Dmitry Chepurovskiy 250f0bd46e
Drop filterSystemLabels usage from Query method
3 years ago
Dmitry Chepurovskiy 0ec47f8ec9
Apply review suggestions
3 years ago
Dmitry Chepurovskiy e6d9b99255
Allow using label selectors for system labels for sql backend.
3 years ago
Dmitry Chepurovskiy e219c756e0
Allow using label selectors for system labels for secrets and configmap
3 years ago
abrarcv170 4199be82b5
Increased release information key name max length.
3 years ago
Maxim Trofimov 4944acb341 fix conflict
3 years ago
Maxim Trofimov 6138e101aa add big tests
3 years ago
Maxim Trofimov 199784f711 fix conflict
3 years ago
Maxim Trofimov b786cb40f0 fix
3 years ago
Maxim Trofimov df5904d88a add check if all migrations already applied
3 years ago
Joe Julian 4ff7d90872
Merge remote-tracking branch 'upstream/main' into add-labels-to-install-upgrade
3 years ago
Dmitry Chepurovskiy 7b13ac9914
Added error in case try to supply custom label with name of system label during install/upgrade
3 years ago
Matt Farina 4e7e939f19
Updating the Go version in go.mod
3 years ago
Matt Farina 50c22ed7f9
Bump the Go version
3 years ago
Dmitry Chepurovskiy 6853c3eab5
Merge remote-tracking branch 'origin/main' into add-labels-to-install-upgrade
3 years ago
Arvid E. Picciani b9f347a574 fixes #11142 missing array length check on release
4 years ago
Dmitry Chepurovskiy 28ab648d3c
Fix flaky TestSQLCreate test by making sqlmock ignore order of sql requests
4 years ago
Dmitry Chepurovskiy 512970ab40
Fixing tests after adding labels to release fixture
4 years ago
Dmitry Chepurovskiy 2f29ccb9d0
Make default release fixture contain custom labels to make tests check that labels are not lost
4 years ago
Dmitry Chepurovskiy 68721de93d
Added support for storing custom labels in SQL storage driver
4 years ago
Dmitry Chepurovskiy 083e66fe2b
Remove redudant types from util_test.go
4 years ago
Dmitry Chepurovskiy 3a2ed70bd3
Added tests for newly introduced util.go functions
4 years ago
Dmitry Chepurovskiy c7eedbd9c5
Fix broken tests for SQL storage driver
4 years ago