-
Notifications
You must be signed in to change notification settings - Fork 175
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?
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No where yet! Wanted to see what this change did first.
|
||
package mocks | ||
|
||
//go:generate mockery -dir .. -output . -name=App |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like this pattern.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
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
TransactionWriter
GitVersion
section inapp.yaml
Signed-off-by: Oren Shomron shomron@gmail.com