- 12 Jun, 2018 5 commits
-
-
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>
-
- 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 3 commits
-
-
bryanl authored
Fixes #513 Signed-off-by:
bryanl <bryanliles@gmail.com>
-
Bryan Liles authored
Error gracefully when running app related commands outside of app
-
bryanl authored
Fixes #558 Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- 23 May, 2018 2 commits
-
-
Bryan Liles authored
wip: merge objects with existing state before applying
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- 21 May, 2018 2 commits
-
-
Bryan Liles authored
Reworking prototype to handle more than jsonnet
-
bryanl authored
* converted prototypes defined in code to jsonnet * created abstraction to allow for future prototype formats Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- 19 May, 2018 3 commits
-
-
Bryan Liles authored
Convert component returned arrays into Kubernetes lists
-
bryanl authored
Fixes #536 Signed-off-by:
bryanl <bryanliles@gmail.com>
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- 18 May, 2018 5 commits
-
-
Bryan Liles authored
Detect cluster version when adding an envirohnment
-
bryanl authored
Fixes #539 Signed-off-by:
bryanl <bryanliles@gmail.com>
-
Bryan Liles authored
Remove unused code
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-