- 19 Jun, 2018 1 commit
-
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- 18 Jun, 2018 4 commits
-
-
Bryan Liles authored
Use factory functions for creating cobra commands
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
Oren Shomron authored
Validate URI when adding registry
-
Oren Shomron authored
Fixes over-restrictive validation from #601 Signed-off-by:
Oren Shomron <shomron@gmail.com>
-
- 15 Jun, 2018 3 commits
-
-
Bryan Liles authored
Ensure registry paths exist before adding them
-
Oren Shomron authored
fixes to CacheRoot, additional tests for GitHub registry.
-
Oren Shomron authored
also: rename registry.makePath -> regsitry.registrySpecFilePath Signed-off-by:
Oren Shomron <shomron@gmail.com>
-
- 14 Jun, 2018 2 commits
-
-
Derek Wilson authored
adds --server flag to `ks env set` options related to #345 - also also fixes a couple bugs and adds version to INFO log on init Signed-off-by:
Derek Wilson <derek@heptio.com>
-
Sam Foo authored
Add newline prior to lists
-
- 13 Jun, 2018 1 commit
-
-
Sam Foo authored
Update docker-image-build.md
-
- 12 Jun, 2018 7 commits
-
-
Serdar Dalgıç authored
Fix a small typo Signed-off-by:
Serdar Dalgıç <sd@serdardalgic.org>
-
GuessWhoSamFoo authored
Signed-off-by:
GuessWhoSamFoo <sfoohei@gmail.com>
-
Bryan Liles authored
Recover from panic when redifining prototype param
-
bryanl authored
Prototypes now have builtin parameters (module) If a prototype defined a parameter named module, recover the panic that will occur and present an error instead. Fixes #607 Signed-off-by:
bryanl <bryanliles@gmail.com>
-
Oren Shomron authored
Add new `registry update` command
-
Oren Shomron authored
Part of #237. Signed-off-by:
Oren Shomron <shomron@gmail.com>
-
Bryan Liles authored
adding component selection for diff
-
- 11 Jun, 2018 1 commit
-
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- 10 Jun, 2018 1 commit
-
-
bryanl authored
* Fs: check the filesystem path exists * GitHub: check if registry.yaml is available Fixes #591 Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- 08 Jun, 2018 6 commits
-
-
bryanl authored
This change adds components for diffs. You can now run: ``` ks diff local:default remote:default -c <component name> ``` To diff a component in a module, specify the component with a module name. e.g component (for a module in the root component) or nested.component (for a module in nested/ under components) In addition, module support throughout the ks was updated * Modules allow ksonnet users to separate their configurations under components. * Modules are dot separated paths that correlate to their location on the file system. e.g module a is in /app/components/a * Modules can be deeply nested. e.g components in /app/components/nested/deeply would be in module nested.deeply * Modules are now added as a label to kubernetes resources in `ksonnet.io/component`. This will allow the user to determine which component created a resource Signed-off-by: bryanl bryanliles@gmail.com
-
Sam Foo authored
Signed-off-by:
GuessWhoSamFoo <sfoohei@gmail.com>
-
Bryan Liles authored
Removing unused integrationtest task from Makefile
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
Bryan Liles authored
Add `--installed` flag to pkg list
-
bryanl authored
Adds a new flag to `pkg list` that only lists installed packages. Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- 07 Jun, 2018 3 commits
-
-
Bryan Liles authored
Create helm registry for ksonnet
-
bryanl authored
Creates a helm registry that can treat helm charts as ksonnet parts. [design doc](https://docs.google.com/document/d/1FcK8pDqj_9EFjNVr9e_t9WemouQpS9ix-r0AxNDB_nM/edit?usp=sharing) Signed-off-by: bryanl bryanliles@gmail.com
-
Sam Foo authored
Signed-off-by:
GuessWhoSamFoo <sfoohei@gmail.com>
-
- 06 Jun, 2018 1 commit
-
-
Derek Wilson authored
Add a Makefile target `docker-image` which builds a `ks` image including doc updates and Makefile enhancements that: use lock file for apimachinery instead of `dep status`; run `dep ensure` on Gopkg.toml change; fix .PHONY targets. Signed-off-by:
Derek Wilson <derek@heptio.com>
-
- 31 May, 2018 4 commits
-
-
Bryan Liles authored
Add additional test coverage to diff
-
Bryan Liles authored
updating changelog for 0.11
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
bryanl authored
Ensure that diff creates an error and prints the output when changes are detected. Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- 29 May, 2018 4 commits
-
-
Bryan Liles authored
Panic when setting non-existing component param
-
bryanl authored
Fixes #564 Signed-off-by:
bryanl <bryanliles@gmail.com>
-
Bryan Liles authored
bugs: ksonnet lib printer
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- 26 May, 2018 1 commit
-
-
Bryan Liles authored
Add apiVersion/kind to app.override.yaml
-
- 25 May, 2018 1 commit
-
-
bryanl authored
Fixes #513 Signed-off-by:
bryanl <bryanliles@gmail.com>
-