- Jan 05, 2018
-
-
Jessica Yuen authored
Currently the component APIs are grouped into the same file as manager.go. As more component APIs are added, managers.go will be difficult to maintain. Similar to the environment and registry APIs, component APIs will be moved into a separate file component.go Signed-off-by:
Jessica Yuen <im.jessicayuen@gmail.com>
-
- Dec 13, 2017
-
-
Jess authored
Accurately read/write non-ASCII param identifiers
-
Jessica Yuen authored
Currently, if we run `param set guestbook-ui foo-bar x`, The jsonnet snippet will write: `foo-bar: "x"`. However, this is incorrect jsonnet syntax. This commit will fix this issue, to instead write `"foo-bar": "x"`. Also updates the `Get...` Param functions to return non-quoted identifiers for prettier display. Signed-off-by:
Jessica Yuen <im.jessicayuen@gmail.com>
-
- Dec 12, 2017
-
-
Alex Clemmer authored
Check error while enumerating environments
-
Tanner Bruce authored
It is possible for the walk function to be called with err set Signed-off-by:
Tanner Bruce <bruce.tanner@gmail.com>
-
- Dec 11, 2017
-
-
Jessica Yao authored
[docs] Fix premature claim of YAML support in components explanation
-
Jessica Yao authored
Signed-off-by:
Jessica Yao <jessica@heptio.com>
-
- Dec 04, 2017
-
-
Jess authored
Reverse name, registry columns for pkg list
-
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>
-