Commit Graph

178 Commits (9b9ff12c6d367551c910f7da6adc2080dc5b436c)

Author SHA1 Message Date
Benoit Tigeot cbaac7652d
Call slog directly instead of using a wrapper
8 months ago
Benoit Tigeot 0c85456788
Leverage slog.Any for errors
8 months ago
Benoit Tigeot b2380720eb
Migrate to pure slog without a custom wrapper
8 months ago
Benoit Tigeot 3db7ebc591
Fix missing logger to SQL in test
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
linghuying fc476f7235 chore: make function comment match function name
8 months ago
Matt Farina e711488970
Move pkg/release to pkg/release/v1 to support v3 charts
9 months ago
Matt Farina 18ca7c1002
Move pkg/releaseutil to pkg/release/util
9 months ago
George Jenkins 415c7e10fd
Merge pull request #13516 from TerryHowe/new-lint
10 months ago
petercover 605b1a0cf7 chore: fix some comments
10 months ago
Matt Farina 2236294119 Updating to helm.sh/helm/v4
11 months ago
Terry Howe 569f62e58b chore: fix problems with latest lint
12 months ago
Trent V. f9183a522a
Merge branch 'helm:main' into main
1 year ago
Nathan Baulch ef85fa7f2d
Grammar fixes
1 year ago
Nathan Baulch ff9dd262e3
Fix typos
1 year 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
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
Dmitry Chepurovskiy 627ec6a0c6
Make superseded releases keep labels
3 years ago
Dmitry Chepurovskiy ff3e55f655
Support configmap storage driver for install/upgrade actions --labels argument
3 years ago
Dmitry Chepurovskiy 6ef79e432b
Add labels support for install action with secret storage backend
3 years ago
Timofey Kirillov da8e7d2532
fix: "... has no deployed releases" error when release history contains only failed releases and history limit reached
4 years ago