Commit Graph

53 Commits (00c2e025e5d23fc1855828569aa092d9773a3bf9)

Author SHA1 Message Date
Abhay Chaurasiya 82be04d7f2
remove legacy import comments from remaining packages (#31933)
3 weeks ago
Matthieu MOREL 1d2d63cc43 chore(pkg): enable perfsprint linter
5 months ago
Mads Jensen a18e59e465 Enable the sloglint linter
8 months ago
Evans Mungai b6eca1c0f1
Refactor logging functionality to use slog.Handler
10 months ago
Evans Mungai 5ab4ca5490
Embed logging functionality to DRY code
10 months ago
Evans Mungai 50e43f4017
nil logger should be handled by discard handler
10 months ago
Evans Mungai 7a5816b106
Self review changes
10 months ago
Evans Mungai b1d4dc680d
feat: reinstate logger parameter to actions package
10 months ago
Matt Farina f80cbe43d0 Moved release objects to enable versioning
10 months ago
Justen Stall 280a9ddbdb
Merge branch 'main' into stdlib-errors-2
1 year ago
Benoit Tigeot a9b7732367
could remove embedded field X from selector
1 year 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 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
Matt Farina e711488970
Move pkg/release to pkg/release/v1 to support v3 charts
1 year ago
Matt Farina 2236294119 Updating to helm.sh/helm/v4
2 years ago
Justen Stall 62b5bdc9f6
restore error check in secrets.go
2 years ago
Justen Stall 63cf42a843
fix: replace "github.com/pkg/errors" with stdlib "errors" package
2 years ago
Trenton VanderWert ab640a7177
added sprintf solution and found other possible overflow occurences
3 years ago
Trenton VanderWert 4a45342887
changed Iota to FormatInt to allow int64 value preventing 2038 overflow
3 years ago
Dmitry Chepurovskiy 250f0bd46e
Drop filterSystemLabels usage from Query method
3 years ago
Dmitry Chepurovskiy e219c756e0
Allow using label selectors for system labels for secrets and configmap
3 years ago
Joe Julian 4ff7d90872
Merge remote-tracking branch 'upstream/main' into add-labels-to-install-upgrade
3 years ago
Matt Farina 50c22ed7f9
Bump the Go version
3 years ago
Dmitry Chepurovskiy 512970ab40
Fixing tests after adding labels to release fixture
4 years ago
Dmitry Chepurovskiy 95bb77c261
Fix broken tests for configmap and secret storage drivers
4 years ago
Dmitry Chepurovskiy 627ec6a0c6
Make superseded releases keep labels
4 years ago
Dmitry Chepurovskiy 6ef79e432b
Add labels support for install action with secret storage backend
4 years ago
Dmitry Chepurovskiy 09172b468a
Fix linting issues
6 years ago
Dmitry Chepurovskiy 357a0785bc
Added selector filtering
6 years ago
Dmitry Chepurovskiy 99bd709530
Pass labels from secret/configmap to release object
6 years ago
Adam Reese c2da4fd53d
ref(*): kubernetes v1.18 (#7831)
6 years ago
tiendc 06bc18c624
Fix a bug in storage/driver/secrets.go Delete() (#7348)
6 years ago
Martin Hickey 88f42929d7
Remove references to protobuf (#7425)
7 years ago
Josh Soref 02ad2b1187 Spelling (#7258)
7 years ago
Matt Farina 9bc7934f35
Updating the module for v3 as the major version
7 years ago
Martin Hickey caa26c4bb2
Change release storage name to use helm storage type as prefix (#6500)
7 years ago
Adam Reese 895e9192d4
feat(*): use vanity import helm.sh/helm
8 years ago
Matthew Fisher 2571dbf82f
ref: remove pkg/helm, pkg/hapi, pkg/tiller
8 years ago
Adam Reese f791421fab
feat(Makefile): add formatting target
8 years ago
Adam Reese 3be0d81da7
ref(driver): refactor out function type errors
8 years ago
Adam Reese 4f26b658d8
change copyright to "Copyright The Helm Authors"
8 years ago
Adam Reese b1128abf4f
ref(*): s/tiller/helm/
8 years ago
Adam Reese 726e3c41be
feat(*): print stacktrace on error with debug enabled
8 years ago
Adam Reese 3b9596c6ab
ref(*): convert const types to strings
8 years ago
Adam Reese 19398a2ef1
feat(*): store release History in same namespace as release
8 years ago
Adam Reese c5a76deba3
ref(*): use go conventions for naming types
8 years ago
Adam Reese 6345f04190
ref(hapi): convert protobuf to go types
8 years ago