Commit Graph

147 Commits (main)

Author SHA1 Message Date
Matthieu MOREL 157f0ba10a chore: enable thelper
4 months ago
yetyear 03448d1d79 refactor: use maps.Copy for cleaner map handling
4 months ago
findnature ac8d2f9aed refactor: use slices.Contains to simplify code
5 months ago
Justen Stall 280a9ddbdb
Merge branch 'main' into stdlib-errors-2
5 months ago
Benoit Tigeot a1c2f47c08
avoid using reflect.DeepEqual with errors
5 months ago
Benoit Tigeot a9b7732367
could remove embedded field X from selector
5 months ago
Benoit Tigeot cbaac7652d
Call slog directly instead of using a wrapper
5 months ago
Benoit Tigeot 0c85456788
Leverage slog.Any for errors
6 months ago
Benoit Tigeot b2380720eb
Migrate to pure slog without a custom wrapper
6 months ago
Benoit Tigeot 3db7ebc591
Fix missing logger to SQL in test
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
linghuying fc476f7235 chore: make function comment match function name
6 months ago
Matt Farina e711488970
Move pkg/release to pkg/release/v1 to support v3 charts
7 months ago
petercover 605b1a0cf7 chore: fix some comments
8 months ago
Matt Farina 2236294119 Updating to helm.sh/helm/v4
9 months ago
Justen Stall 62b5bdc9f6
restore error check in secrets.go
10 months ago
Justen Stall 63cf42a843
fix: replace "github.com/pkg/errors" with stdlib "errors" package
10 months ago
Trent V. f9183a522a
Merge branch 'helm:main' into main
12 months ago
Nathan Baulch ef85fa7f2d
Grammar fixes
1 year ago
Nathan Baulch ff9dd262e3
Fix typos
1 year 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
2 years ago
Dmitry Chepurovskiy 0ec47f8ec9
Apply review suggestions
2 years ago
Dmitry Chepurovskiy e6d9b99255
Allow using label selectors for system labels for sql backend.
2 years ago
Dmitry Chepurovskiy e219c756e0
Allow using label selectors for system labels for secrets and configmap
2 years ago
abrarcv170 4199be82b5
Increased release information key name max length.
2 years ago
Maxim Trofimov 4944acb341 fix conflict
2 years ago
Maxim Trofimov 6138e101aa add big tests
2 years ago
Maxim Trofimov 199784f711 fix conflict
2 years ago
Maxim Trofimov b786cb40f0 fix
2 years ago
Maxim Trofimov df5904d88a add check if all migrations already applied
2 years ago
Joe Julian 4ff7d90872
Merge remote-tracking branch 'upstream/main' into add-labels-to-install-upgrade
2 years ago
Dmitry Chepurovskiy 7b13ac9914
Added error in case try to supply custom label with name of system label during install/upgrade
2 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
3 years ago
Dmitry Chepurovskiy 28ab648d3c
Fix flaky TestSQLCreate test by making sqlmock ignore order of sql requests
3 years ago
Dmitry Chepurovskiy 512970ab40
Fixing tests after adding labels to release fixture
3 years ago
Dmitry Chepurovskiy 2f29ccb9d0
Make default release fixture contain custom labels to make tests check that labels are not lost
3 years ago
Dmitry Chepurovskiy 68721de93d
Added support for storing custom labels in SQL storage driver
3 years ago
Dmitry Chepurovskiy 083e66fe2b
Remove redudant types from util_test.go
3 years ago
Dmitry Chepurovskiy 3a2ed70bd3
Added tests for newly introduced util.go functions
3 years ago
Dmitry Chepurovskiy c7eedbd9c5
Fix broken tests for SQL storage driver
3 years ago
Dmitry Chepurovskiy 95bb77c261
Fix broken tests for configmap and secret storage drivers
3 years ago