Add new registry update command#604
Conversation
registry update command.registry update command
|
I'd love some scrutiny around error messages, wrapping semantics. |
Pull Request Test Coverage Report for Build 975
💛 - Coveralls |
|
Can you update to a previous SHA1? |
bryanl
left a comment
There was a problem hiding this comment.
In general, this look fine. I've added a question about upgrading to previous versions.
| } | ||
| } else { | ||
| log.Debugf("[update] registry %v version unchanged: %v", rs.Name, newVersion) | ||
| // TODO where does helm store its versions? |
There was a problem hiding this comment.
No where yet! Wanted to see what this change did first.
|
|
||
| package mocks | ||
|
|
||
| //go:generate mockery -dir .. -output . -name=App |
|
AS for logging, we should start using logrus in a better fashion. Instead of doing |
Not quite yet :) It's in the outstanding issues list above. |
Part of ksonnet#237. Signed-off-by: Oren Shomron <shomron@gmail.com>
…ing forward on branches. Additional work: * Rework ks set update -> ks registry set * Registries are no longer versioned * Deprecation of GitVersion in configuration files Issues: Rework logic from ksonnet#604. Closes ksonnet#234. Signed-off-by: Oren Shomron <shomron@gmail.com>
…ing forward on branches. Additional work: * Rework ks set update -> ks registry set * Registries are no longer versioned * Deprecation of GitVersion in configuration files Issues: Rework logic from ksonnet#604. Closes ksonnet#234. Signed-off-by: Oren Shomron <shomron@gmail.com>
…ing forward on branches Additional work: * Rework ks set update -> ks registry set * Registries are no longer versioned * Deprecation of GitVersion in configuration files Issues: Rework logic from ksonnet#604. Closes ksonnet#234. Signed-off-by: Oren Shomron <shomron@gmail.com>
…ing forward on branches Additional work: * Rework ks set update -> ks registry set * Registries are no longer versioned * Deprecation of GitVersion in configuration files Issues: Rework logic from ksonnet#604. Part of ksonnet#237. Signed-off-by: Oren Shomron <shomron@gmail.com>
Part of #237.
Currently supports GitHub repositories only. Helm / Fs support to be added in subsequent PR.
Outstanding issues
TransactionWriterGitVersionsection inapp.yamlSigned-off-by: Oren Shomron shomron@gmail.com