- 16 Sep, 2019 8 commits
-
-
Michał Flendrich authored
-
Michał Flendrich authored
-
Michał Flendrich authored
-
Michał Flendrich authored
-
Michał Flendrich authored
-
Michał Flendrich authored
-
Michał Flendrich authored
-
Michał Flendrich authored
-
- 13 Sep, 2019 15 commits
-
-
Damien Lespiau authored
apply: Provide more context when failing to clone the repository
-
Damien Lespiau authored
As I was touching code around this, let's take the opportunity to propagate the error back to a RunE cobra function. This commit touches a few commands but that was the minimal set of changes when touching pkg/manifests.
-
Damien Lespiau authored
-
Dimitri Mitropoulos authored
Style fixes
-
Dimitri Mitropoulos authored
although this isn't my personal preference, it appears that this method (which is predominantly used elsewhere in the project anyway) is considered the most portable.
-
Daniel Holbach authored
-
Daniel Holbach authored
-
Daniel Holbach authored
-
Michał Flendrich authored
refactor: extract `addon *` and `registry-sync-commands` commands to separate packages
-
Michał Flendrich authored
-
Michał Flendrich authored
-
Michał Flendrich authored
-
Michał Flendrich authored
This seemingly introduces duplication, but IMO this constant is a style implementation detail that doesn't make much sense to share between different places. Column-based pretty-printing looks depend on the exact data being shown. If we think that it's the same data being printed in both places, then we should extract & share a bigger chunk of code than just one const.
-
Michał Flendrich authored
-
Michał Flendrich authored
-
- 12 Sep, 2019 17 commits
-
-
Michał Flendrich authored
refactor: Split out `apply` and `plan view` into subpackages.
-
Michał Flendrich authored
-
Michał Flendrich authored
-
Michał Flendrich authored
-
Michał Flendrich authored
-
Michał Flendrich authored
PersistentFlags() makes subcommands inherit these flags. This is not necessary in this situation, so I'm simplifying it.
-
Michał Flendrich authored
-
Michał Flendrich authored
-
Michał Flendrich authored
-
Michał Flendrich authored
-
Michał Flendrich authored
This is because we don't seem to use the context in any meaningful way here.
-
Michał Flendrich authored
-
Michał Flendrich authored
-
Michał Flendrich authored
Refactor: extract `specs` from `main` to a separate package.
-
Michał Flendrich authored
-
Michał Flendrich authored
This change is intended to clean up the code, but leave behavior unmodified.
-
Michał Flendrich authored
-