Commit Graph

65 Commits (3273de15ca77656fa3a75168f8ea296eba021e24)

Author SHA1 Message Date
Mads Jensen a18e59e465 Enable the sloglint linter
3 weeks ago
Evans Mungai b6eca1c0f1
Refactor logging functionality to use slog.Handler
2 months ago
Evans Mungai 5ab4ca5490
Embed logging functionality to DRY code
2 months ago
Evans Mungai 9c32e34d60
Add logger to sql driver and ensure storage has logger
2 months ago
Evans Mungai 50e43f4017
nil logger should be handled by discard handler
2 months ago
Evans Mungai 7a5816b106
Self review changes
2 months ago
Evans Mungai b1d4dc680d
feat: reinstate logger parameter to actions package
2 months ago
Matt Farina f80cbe43d0 Moved release objects to enable versioning
3 months ago
Matt Farina 6f957f4922 Move the release util to the versioned directory
4 months ago
Justen Stall 280a9ddbdb
Merge branch 'main' into stdlib-errors-2
8 months ago
Benoit Tigeot a9b7732367
could remove embedded field X from selector
9 months ago
Benoit Tigeot cbaac7652d
Call slog directly instead of using a wrapper
9 months ago
Matt Farina e711488970
Move pkg/release to pkg/release/v1 to support v3 charts
10 months ago
Matt Farina 18ca7c1002
Move pkg/releaseutil to pkg/release/util
10 months ago
George Jenkins 415c7e10fd
Merge pull request #13516 from TerryHowe/new-lint
11 months 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 63cf42a843
fix: replace "github.com/pkg/errors" with stdlib "errors" package
1 year ago
Daniel Strobusch 90df4fa4d1
fix docs of DeployedAll
2 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
longkai 2deb641efd fix(typo): fix typo of storage doc
5 years ago
Josh Soref 2bf8fdf45d
chore: Spelling (#9410)
5 years ago
Daniel Lipovetsky 00cf10d360
fix(pkg/storage): If storage.Create fails to clean up recent release versions, return an error
5 years ago
zouyu c6a00e63ef Fix some go-lint warnings
6 years ago
Matthew Morrissette 1911870958
fix(helm): allow a previously failed release to be upgraded (#7653)
6 years ago
Eric Bailey b9445616b5
fix(storage): preserve last deployed revision (#7806)
6 years ago
Cristian Klein 1f0582cadc fix(helm): improve handling of corrupted storage
6 years ago
Simon Alling e868cb23c0 ref(pkg/storage): Refactor Deployed and DeployedAll (#7374)
6 years ago
Hu Shuai de9118b879 Fix a typo "update" -> "updates" (#7346)
6 years ago
Matt Farina 9bc7934f35
Updating the module for v3 as the major version
6 years ago
Martin Hickey caa26c4bb2
Change release storage name to use helm storage type as prefix (#6500)
6 years ago
Adam Reese b2d5e41fc7
ref(*): remove dead code
6 years ago
Adam Reese 895e9192d4
feat(*): use vanity import helm.sh/helm
7 years ago
Matthew Fisher 2571dbf82f
ref: remove pkg/helm, pkg/hapi, pkg/tiller
7 years ago
Adam Reese 4f26b658d8
change copyright to "Copyright The Helm Authors"
7 years ago
Matthew Fisher 195d21d5d7
ref(cmd): rename `helm delete` to `helm uninstall`
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 c5a76deba3
ref(*): use go conventions for naming types
8 years ago
Adam Reese 6345f04190
ref(hapi): convert protobuf to go types
8 years ago
Matthew Fisher 13730b0dab
replace FAILED deployments with `helm upgrade --install --force`
8 years ago
Johnny Bergström 5f1a21bc32 fix(tiller): Supersede multiple deployments (#3539)
8 years ago
Adam Reese 82ef751414
fix(tiller): upgrade last deployed release
8 years ago
Matt Butcher 0853f4906a
feat(tiller): limit number of versions stored per release
9 years ago
Justin Scott fa68a6e1db fix(tiller): remove locking system from storage and rely on backend controls
9 years ago
Taylor Thomas 119fa6537c feat(tiller): Adds more logging
9 years ago
Adam Reese 15254e4c5c feat(*): add generic logging interface (#2394)
9 years ago
Maciej Kwiek ec92b76054 Release are locked to avoid parallel changes
9 years ago
Matt Butcher de7c5e5a38
feat(tiller): Add .Release.Revision and .IsUpgrade
9 years ago