- Oct 17, 2017
-
-
Jessica Yuen authored
-
- Aug 30, 2017
-
-
Alex Clemmer authored
The codegen routines for ksonnet-lib depend on some Go 1.8 features (e.g., `sort.Slice`). Once we vendor the dependency, this will cause the build to fail perpetually for Go 1.7. This commit therefore drops support for 1.7, making 1.8 the line of supportability. This decision was made together with @anguslees, in slack PMs.
-
Angus Lees authored
Currently contains basic "update" and "delete" tests. More cases will be added in followup patches.
-
- Aug 08, 2017
-
-
Angus Lees authored
-
- Jul 07, 2017
-
-
Angus Lees authored
Travis' deploy.on golang version check seems to be surprising. In particular `deploy.on.go=1.8.x` will *not* match a build performed with `go=['1.8.x']`. This change just gives up and uses an explicit bash conditional. Uglier, but fewer surprises.
-
Angus Lees authored
Frequent `make test` crashes on (default) xcode7.3 in jsonnet_cgo. Use a different/newer build environment.
-
Angus Lees authored
Prefer `1.8.x` rather than `1.8`. In particular `deploy.on.go=1.8` does not match (eg) `1.8.3` :(
-
- Jun 22, 2017
-
-
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.
-
- Jun 14, 2017
-
-
Angus Lees authored
-
- May 19, 2017
-
-
Angus Lees authored
-
- May 17, 2017
-
-
Angus Lees authored
-