- Dec 04, 2017
-
-
Jessica Yuen authored
Currently the package name is listed before the registry name in `pkg list`. This is inconsistent with the order of `pkg install` which is of the format `<registry>/<package>`. This change will display the registry name before the package name in `pkg list`. Signed-off-by:
Jessica Yuen <im.jessicayuen@gmail.com>
-
Jessica Yao authored
[docs] Remove (now optional) `--name` syntax from `ks generate` commands
-
Jessica Yao authored
Signed-off-by:
Jessica Yao <jessica@heptio.com>
-
Jessica Yao authored
Signed-off-by:
Jessica Yao <jessica@heptio.com>
-
- Dec 03, 2017
-
-
Jess authored
Revert "Update default version in Makefile to v0.7.0"
-
Jessica Yuen authored
Signed-off-by:
Jessica Yuen <im.jessicayuen@gmail.com>
-
Jess authored
Signed-off-by:
Jessica Yuen <im.jessicayuen@gmail.com>
-
Joe Beda authored
Implement github token to work around rate limits
-
Joe Beda authored
Signed-off-by:
Joe Beda <joe.github@bedafamily.com>
-
- Dec 02, 2017
-
-
Jess authored
Update default version in Makefile to v0.7.0
-
Jessica Yuen authored
Signed-off-by:
Jessica Yuen <im.jessicayuen@gmail.com>
-
Jess authored
[docs] Relax 1.8 req
-
Jessica Yao authored
Signed-off-by:
Jessica Yao <jessica@heptio.com>
-
- Dec 01, 2017
-
-
Jess authored
[docs] Formalize container image names
-
Jess authored
Vendor ksonnet-lib/ksonnet-gen | Log warning on k8s v1.8.x
-
Jessica Yuen authored
Signed-off-by:
Jessica Yuen <im.jessicayuen@gmail.com>
-
Jessica Yao authored
Signed-off-by:
Jessica Yao <jessica@heptio.com>
-
Jessica Yuen authored
Signed-off-by:
Jessica Yuen <im.jessicayuen@gmail.com>
-
Jess authored
[doc] Updates/polish
-
Jessica Yao authored
Signed-off-by:
Jessica Yao <jessica@heptio.com>
-
Jess authored
Parse short description for prototypes
-
Jessica Yao authored
Signed-off-by:
Jessica Yao <jessica@heptio.com>
-
- Nov 30, 2017
-
-
Jessica Yao authored
[docs] Clean up all CLI reference help/docs
-
Jessica Yao authored
Signed-off-by:
Jessica Yao <jessica@heptio.com>
-
Jessica Yao authored
Signed-off-by:
Jessica Yao <jessica@heptio.com>
-
Jessica Yao authored
Signed-off-by:
Jessica Yao <jessica@heptio.com>
-
Jessica Yao authored
Signed-off-by:
Jessica Yao <jessica@heptio.com>
-
Jessica Yao authored
Signed-off-by:
Jessica Yao <jessica@heptio.com>
-
Jessica Yao authored
Signed-off-by:
Jessica Yao <jessica@heptio.com>
-
Jessica Yao authored
Signed-off-by:
Jessica Yao <jessica@heptio.com>
-
Jessica Yao authored
Signed-off-by:
Jessica Yao <jessica@heptio.com>
-
Jessica Yao authored
Signed-off-by:
Jessica Yao <jessica@heptio.com>
-
Jessica Yao authored
Signed-off-by:
Jessica Yao <jessica@heptio.com>
-
Jessica Yao authored
Update apply CLI docs
-
Jessica Yuen authored
Primarly, 1. Emphasize on the new '-c' flag, removing '-f'. 2. Adding related commands 3. Clarifying the use cases for apply Signed-off-by:
Jessica Yuen <im.jessicayuen@gmail.com>
-
- Nov 29, 2017
-
-
Jess authored
Rewrite integration tests to support ksonnet.next application structure
-
Jessica Yao authored
[docs] Fix CLI reference for `ks-prototype`
-
Jessica Yao authored
Signed-off-by:
Jessica Yao <jessica@heptio.com>
-
Jessica Yuen authored
ksonnet.next is centered around the application directory structure generated during init, however the integration tests are still tightly tied to the model from kubecfg, where the '-f' flag was the standard and environments were not introduced. This commit will add test fixtures to mock a ksonnet application structure, and rewrite the existing apply and delete tests to support this new model. Signed-off-by:
Jessica Yuen <im.jessicayuen@gmail.com>
-
Jessica Yuen authored
Currently, namespace and server is being overwritten by the environment despite the user explicitly passing in the `--namespace` flag. Ex: during `ks apply dev --namespace=ns2`, `ns2` should take preference to the namespace specified by the dev environment. Signed-off-by:
Jessica Yuen <im.jessicayuen@gmail.com>
-