Commit Graph

186 Commits (bdfa36da170a3e64ff887a17c350b25387e4f4d9)

Author SHA1 Message Date
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 e51a9b90c9
Merge pull request #5284 from adamreese/v3/make-format
7 years ago
Martin Hickey 45fb4b1c44 Fix linter warnings
7 years ago
Adam Reese f791421fab
feat(Makefile): add formatting target
7 years ago
Adam Reese 3be0d81da7
ref(driver): refactor out function type errors
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 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
Adam Reese fc4c095cf0
ref(*): remove pkg/kubernetes from tiller and storage
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 c314e2e2f1
fix(plugins): support newer git (#3571)
8 years ago
Adam Reese a31e3b8fe1
ref(*): kubernetes v1.9 support (#3234)
8 years ago
Andrey Klimentyev cfb7dfa82c
Typo fix
8 years ago
Adam Reese 82ef751414
fix(tiller): upgrade last deployed release
8 years ago
Remington Reackhof 9af1018bd3 Add secrets storage backend for releases
8 years ago
Maxim Ivanov ff5acc9bd8 Make Memory driver to store copy of releases to stop hiding storage errors during tests
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
Justin Scott af4c243ee3 Correct punctuation and capitalization for user facing strings.
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
Adam Reese 85c41ef11a ref(*): kubernetes v1.6
9 years ago
Sushil Kumar 000bf9fd1a Added release-name to helm delete error
9 years ago
Adam Reese d4061b5b60 fix(tiller): enforce release name length on uninstall
9 years ago
Larry Rensing 3a380923f4 feat(*): add --namespace flag to 'helm list'
9 years ago
Adam Reese 4418b1a20d ref(*): remove dead code
9 years ago
dongziming 34d7585f1e Spelling errors and so on.
9 years ago
Matt Butcher de7c5e5a38
feat(tiller): Add .Release.Revision and .IsUpgrade
9 years ago
Adam Reese 84ae1268e1 fix(*): import grouping
9 years ago
Adam Reese ea3be9e3b2 feat(*): migrate to kubernetes 1.5
9 years ago
Matt Butcher a5d96c2704
fix(tiller): fix spurious "no release found" errors.
9 years ago
Fabian Ruff eb4b78bbbe Add compression to configmap storage driver
9 years ago
Matt Butcher a1f5955a65 fix(tiller): fix nil pointers in error messages
9 years ago
fibonacci1729 24fe8643de ref(*): add sorter/filter utilties to releaseutil
9 years ago
Adam Reese 150fb33c2e fix(*): prevent testing package from being imported
9 years ago
fibonacci1729 e9dd302a9c feat(helm/cmd): support for retrieving release history
9 years ago
fibonacci1729 f77435e686 fix(helm-list): only list configmaps owned by TILLER
9 years ago
fibonacci1729 83df6ebc4d feat(rollback-storage): remove extraneous else block and fix type in records_test
9 years ago
fibonacci1729 1d6c16175b feat(rollback-storage): remove unreachable code from memory
9 years ago
fibonacci1729 b47379ccdc feat(rollback-storage): golint & removed early return from release server
9 years ago
fibonacci1729 e25732284b feat(rollback-storage): gofmt, added missing license headers, and canconical import paths
9 years ago
fibonacci1729 383a9c186a update pkg/storage to support rollback
9 years ago
Matt Butcher 5bcf29d214 feat(tiller): make configmaps the default storage
9 years ago
fibonacci1729 9d3a1ed2a7 basic cfgmaps driver tests
10 years ago
fibonacci1729 d5aca1666c configmaps: style fix
10 years ago
fibonacci1729 94a154b745 more style fixes and cleanup
10 years ago
fibonacci1729 559e9081fb style fixes and cleanup
10 years ago
fibonacci1729 3dca699410 fix: storage tests
10 years ago
fibonacci1729 7c56882ed9 fix configmaps list, and labels mechanism for future tiller mgmt
10 years ago
fibonacci1729 cba0c6615f gofmt
10 years ago
fibonacci1729 8c56533a47 configmap tests & some reduction in driver complexity
10 years ago
fibonacci1729 2d95906e1a wip: cfgmaps storage driver
10 years ago
fibonacci1729 0e26f20268 gofmt, style, and added comments
10 years ago
fibonacci1729 a83425d44b style & doc comments
10 years ago
fibonacci1729 241cc29883 gofmt
10 years ago
fibonacci1729 c7e3ec7c46 add license to filter.go
10 years ago
fibonacci1729 d458bb7fb9 Change Create to return ErrReleaseExists if release exists
10 years ago
fibonacci1729 fad498e8fd added / documented common errors
10 years ago
fibonacci1729 967e438bfd gofmt ...
10 years ago
fibonacci1729 a05b48f320 update driver Queryor interface to reflect list filtering mechanism
10 years ago
fibonacci1729 bfd6712c94 add filtering mechanism to storage and embed Driver directly into Storage
10 years ago
fibonacci1729 061b534885 fix panic in memory_test when release status is nil
10 years ago
fibonacci1729 aff817a1fc run gofmt
10 years ago
fibonacci1729 4210d60c5e add storage type to interface with multiple drivers
10 years ago
fibonacci1729 6dd5c9783e add driver package to encapsulate storage backends
10 years ago
fibonacci1729 943eadec38 move old memory impl. to driver/
10 years ago
Adam Reese a14e76a65c chore(*): add canonical import path annotation
10 years ago
Matt Butcher e757b24aed fix(*): add license header
10 years ago
Adam Reese 818c878700 chore(*): use k8s.io as the import path
10 years ago
Matt Butcher 1412a88cda fix(tiller): stop returning deleted releases for list
10 years ago
Matt Butcher 938dbf095a feat(tiller): stub in release history
10 years ago
Matt Butcher f098cb6fb6 fix(*): rewrite import paths
10 years ago
Matt Butcher 627a0e24e8 fix(storage): add mutex to in-memory
10 years ago
Matt Butcher c4b2926ce6 fix(*): fix misc style issues
10 years ago
Matt Butcher dcfd1a4284 fix(storage): use new HAPI for storage
10 years ago
Matt Butcher 0ad4803aa3 fix(storage): Use a CRUD interface
10 years ago
Matt Butcher fa6a33c349 feat(storage): add basic implementation of storage
10 years ago