- Jun 30, 2017
-
-
Angus Lees authored
Fixes #35
-
Angus Lees authored
More complete implementation of extvars, topvars
-
- Jun 29, 2017
-
-
Ted Hahn authored
-
Thomas Hahn authored
-
Thomas Hahn authored
-
Thomas Hahn authored
-
Thomas Hahn authored
-
Angus Lees authored
Fix goreportcard-reported lint issues
-
Angus Lees authored
- `gofmt -s utils/registry_test.go` - Fix missing `if err != nil` check in `cmd/delete.go` (a bug, but not critical) - Add goreportcard button to README
-
Angus Lees authored
Replace quickstart example with something that works
-
Angus Lees authored
Add several regex native functions
-
Angus Lees authored
Rename --extVar to --ext-str
-
- Jun 28, 2017
-
-
Angus Lees authored
- `escapeStringRegex` - `regexMatch` - `regexSubst` They do what you expect, as implemented by the golang `regexp` package.
-
Angus Lees authored
For consistency with other options (hyphenated, not camel case), and the upstream `jsonnet` tool.
-
Angus Lees authored
This allows you to actually reach the guestbook in most environments without further changes (including minikube, since LoadBalancer implies NodePort).
-
Angus Lees authored
Remove poor attempt at setup step entirely. This makes the actual quickstart content more obvious ... and anyone who _actually_ wants to run it will already know how to checkout a git repo.
-
Angus Lees authored
Update jsonnet-cgo to 04f8990
-
- Jun 27, 2017
-
-
Tom Wilkie authored
-
Angus Lees authored
-
Angus Lees authored
Update example to use something self-contained. Add diff,delete to the quickstart example
-
Angus Lees authored
fix README example
-
- Jun 26, 2017
-
-
Angus Lees authored
Add new `resolveImage` native function
-
- Jun 24, 2017
-
-
Sebastien Goasguen authored
-
- Jun 23, 2017
-
-
Angus Lees authored
Add a new native function that resolves docker image names into more specific forms. In particular, it can look up a docker registry and convert image:tag to image@digest at jsonnet-eval time. Limitations: Does not currently support private docker registries (that require authentication). Controlled via two new command line flags: - `--resolve-images` Change implementation of resolveImage native function. One of: noop, registry (default "noop") - `--resolve-images-error` Action when resolveImage fails. One of ignore,warn,error (default "warn") Note in particular that the defaults will *not* do remote registry lookups, and will only add an explicit ":latest" tag where no tag was given. Fixes #13
-
- Jun 22, 2017
-
-
Angus Lees authored
Add native convenience functions to parse JSON and YAML
-
Angus Lees authored
Native function tests crash on golang 1.7/osx. Unclear if this is a golang/cgo bug on osx, or jsonnet_cgo is doing something incorrectly. Not critical, provided the golang 1.8 builds continue to work.
-
Angus Lees authored
Fixes #12
-
Angus Lees authored
Adds support for native functions
-
Angus Lees authored
Add a flag for extvars
-
Angus Lees authored
-
- Jun 16, 2017
-
-
Ted Hahn authored
-
Ted Hahn authored
-
Angus Lees authored
Minor README updates
-
Angus Lees authored
- Add travis build status badge - Update description of current status - Add note about upstream golang OSX+cgo issue with <1.8.1
-
- Jun 14, 2017
-
-
Angus Lees authored
Build release binaries for osx
-
Angus Lees authored
-
- Jun 13, 2017
-
-
Angus Lees authored
Add direct links to jsonnet tutorial and stdlib
-
- Jun 09, 2017
-
-
Angus Lees authored
Implement diff subcommand
-
Angus Lees authored
-
Angus Lees authored
Uses github.com/yudai/gojsondiff for the heavy lifting.
-