- Mar 22, 2018
-
-
Bryan Liles authored
Remove native methods provided in jsonnet 0.10.0
-
Bryan Liles authored
#374: Upgrade go-jsonnet to 0.10.0
-
Bryan Liles authored
Allow `ks` command to work anywhere in app
-
bryanl authored
Allow ks command to work in any subdirectory of a ksonnet app. If `app.yaml` is not found in the current directory, look for it in parent directories. Signed-off-by:
bryanl <bryanliles@gmail.com>
-
Gregg Donovan authored
jsonnet now has manifestJson/manifestJsonEx and manifestYamlDoc/manifestYamlStream. We can remove native method std.manifestYamlFromJson and manifestJsonFromJson in favor of the built in methods. These functions are unused in this repo (outside of a test). However, clients of these methods will need to change their references when they upgrade. Signed-off-by:
Gregg Donovan <greggny3@gmail.com>
-
Gregg Donovan authored
Signed-off-by:
Gregg Donovan <greggny3@gmail.com>
-
Gregg Donovan authored
Signed-off-by:
Gregg Donovan <greggny3@gmail.com>
-
- Mar 21, 2018
-
-
Bryan Liles authored
Create file system based part
-
bryanl authored
* relocate part related code to `pkg/registry` Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- Mar 17, 2018
-
-
Bryan Liles authored
extract cmd registry list into its own file
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
Bryan Liles authored
bug: fix updating env namespace
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
Bryan Liles authored
Add tests (unit/e2e) for ksonnet actions
-
bryanl authored
* component list * env describe * env list * env targets * import * ns create * ns list * param list * param set Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- Mar 16, 2018
-
-
Bryan Liles authored
Introduce new component pipeline
-
bryanl authored
New component pipeline can handle jsonnet, yaml, and json components Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- Mar 15, 2018
-
-
Bryan Liles authored
Use table printer to print tables
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
Bryan Liles authored
add license headers and a check to go source
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- Mar 14, 2018
-
-
Bryan Liles authored
adding more behaviors to app interface
-
bryanl authored
* UpdateTargets - allows targets for an env to be set * Fs - the app can share its Fs * Root - the app can share its root Signed-off-by:
bryanl <bryanliles@gmail.com>
-
Bryan Liles authored
Start adding happy path e2e for `ks` commands
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- Mar 13, 2018
-
-
Bryan Liles authored
Introduce jsonnet util library to ksonnet
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- Mar 12, 2018
-
-
Bryan Liles authored
Add HOME to plugin env
-
bryanl authored
ksonnet plugins scrub the environment available to a plugin. Add `HOME`, so client-go can find the files it is looking for. Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- Mar 10, 2018
-
-
Bryan Liles authored
update go-jsonnet to latest
-
bryanl authored
* update go-jsonnet * simplified snippet replacer *note* there is a potential for a new line issue (i.e superfluous new lines may appear) Signed-off-by:
bryanl <bryanliles@gmail.com>
-
Bryan Liles authored
don't fail fetching api spec when json is invalid
-
bryanl authored
If server returned a malformed json response, GetAPISpec panics Signed-off-by:
bryanl <bryanliles@gmail.com>
-
Bryan Liles authored
update app env with no k8s spec flag
-
bryanl authored
when updating an app env with no k8s spec flag, don't attempt to check the lib path Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- Mar 08, 2018
-
-
Bryan Liles authored
bug: mapContainer extension typo
-
Bryan Liles authored
bug: env used incorrent params for rendering
-
Bryan Liles authored
bug: 0.1.0 apps don't rename envs in config
-
Jess authored
Add ChangeLog for v0.9.1
-