- 18 Sep, 2019 2 commits
-
-
Michał Flendrich authored
-
Michał Flendrich authored
-
- 17 Sep, 2019 14 commits
-
-
Michał Flendrich authored
refactor, bugfix: fix manifest path handling; refactor manifests.Get; small style fixes
-
Michał Flendrich authored
-
Michał Flendrich authored
-
Michał Flendrich authored
-
Michał Flendrich authored
plan view: unify cluster-api manifest retrieval with `apply`; simplify the defer call; add a plan creation TODO
-
Michał Flendrich authored
-
Michał Flendrich authored
-
Michał Flendrich authored
-
Michał Flendrich authored
- Bug: 2d78d2ef (#8) changed the default git-path from "" to "." which now causes our complex path resolution logic to break if `--cluster` is an absolute FS (i.e. non-git) path. This commit fixes that. - Refactoring: clearly separate the "git" and "FS" flows in applyRun
-
Michał Flendrich authored
-
Michał Flendrich authored
-
Michał Flendrich authored
specs, GetRemoteKubeconfig: error handling fixes; export more symbols
-
Michał Flendrich authored
-
Michał Flendrich authored
-
- 16 Sep, 2019 24 commits
-
-
Michał Flendrich authored
-
Daniel Holbach authored
Restructure main README.md
-
Daniel Holbach authored
-
Daniel Holbach authored
Co-Authored-By:
Dimitri Mitropoulos <dimitrimitropoulos@gmail.com>
-
Michał Flendrich authored
Store autogenerated files in the repository
-
Michał Flendrich authored
-
Michał Flendrich authored
-
Michał Flendrich authored
This is because these files are `go generate`d and we need them in Go projects that depend on this module. We'll proceed by committing the generated files in, and creating a CI check verifying that building doesn't affect these files.
-
Daniel Holbach authored
closes #38
-
Daniel Holbach authored
-
Daniel Holbach authored
-
Daniel Holbach authored
-
Daniel Holbach authored
-
Daniel Holbach authored
-
Daniel Holbach authored
-
Michał Flendrich authored
kubeconfig: refactor: export generateConfig -> config.GetRemoteKubeconfig()
-
Michał Flendrich authored
Co-Authored-By:
Dimitri Mitropoulos <dimitrimitropoulos@gmail.com>
-
Michał Flendrich authored
-
Michał Flendrich authored
assets generator: Fix Go package layout, prevent Go module flicker
-
Michał Flendrich authored
Before this PR, `make` caused vfsgen to be added to `go.mod`, and a consecutive `go mod tidy` reverted that change. This was caused by the generator not being a valid Go package (because `package main` was present in a directory with `package assets` files, which confused `go mod`). This PR moves the generator to a proper package of its own, removes the "build" tag which is now unnecessary, and updates go.mod accordingly.
-
Michał Flendrich authored
refactor: Extract `version`, `kubeconfig`, `apply-addons`, `init`, completions to subpackages
-
Michał Flendrich authored
-
Michał Flendrich authored
-
Michał Flendrich authored
-