- 07 May, 2018 6 commits
-
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
Bryan Liles authored
Omit library gitVersion if null
-
Bryan Liles authored
Disable environment ksonnet-lib import by default
-
bryanl authored
Fixes #511 Signed-off-by:
bryanl <bryanliles@gmail.com>
-
bryanl authored
import is not needed if it isn't being used Fixes #514 Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- 27 Apr, 2018 10 commits
-
-
Bryan Liles authored
updating changelog for 0.10.1
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
Bryan Liles authored
updating ksonnet-lib to v0.1.3
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
Bryan Liles authored
Allow forcing a parameter value to string
-
bryanl authored
Adds ability to force a paramter value to string using the `--as-string` flag. e.g. ``` [I] mule · value-string-type-hint± ⟩ ks param set comp aDigit 1 [I] mule · value-string-type-hint± ⟩ ks param list comp COMPONENT PARAM VALUE ========= ===== ===== comp aDigit 1 comp bindings [{"name":"name","role":"role","users":["user1","user2"]}] [I] mule · value-string-type-hint± ⟩ ks param set comp aDigit 1 --as-string [I] mule · value-string-type-hint± ⟩ ks param list comp COMPONENT PARAM VALUE ========= ===== ===== comp aDigit "1" comp bindings [{"name":"name","role":"role","users":["user1","user2"]}] ``` Fixes #496 Fixes #492 Signed-off-by:
bryanl <bryanliles@gmail.com>
-
Bryan Liles authored
decode string with leading 0 as string
-
bryanl authored
When setting parameters, if the value starts with a leading 0 and is not a float, consider it to be a string. e.g.: 00: string 0.1: float 0: int Signed-off-by:
bryanl <bryanliles@gmail.com>
-
Bryan Liles authored
Add environment path to jpath for relative imports
-
bryanl authored
enviroment `main.jsonnet` files updated the path of the import of `base.libsonnet` to remove the relative bits because you can't assume that the environment root is directly off the root. This breaks older applications. The fix is to add the environment path to the jpath. Fixes #493 Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- 26 Apr, 2018 16 commits
-
-
Bryan Liles authored
Printer fixes
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
Bryan Liles authored
update ksonnet lib printer with array comprehensions
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
Bryan Liles authored
prepare changelog for v0.10.0
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
Bryan Liles authored
Adding initial override documentation
-
Bryan Liles authored
Adding initial registry document
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
Bryan Liles authored
updating ksonnet-lib to v0.1.0
-
Bryan Liles authored
Removing index columns from e2e tests
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
Bryan Liles authored
edit ksonnet license info so that GitHub recognizes it
-
- 25 Apr, 2018 7 commits
-
-
Bryan Liles authored
Rework jsonnet external vars
-
Andrea Kao authored
GitHub uses a library called Licensee to identify a project's license type. It shows this information in the status bar and via the API if it can unambiguously identify the license. This commit renames license_test.go to apache_header_test.go. Prior to this change, Licensee detected the word "license" in the test filename and mistook it for a license file of unknown type. Even though Licensee correctly identified LICENSE as an Apache license, its detection of license_test.go added ambiguity to its reporting of the project's license type. Removing the source of ambiguity by renaming the file allows Licensee to successfully identify the license type of ksonnet as Apache. Signed-off-by:
Andrea Kao <eirinikos@gmail.com>
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
Bryan Liles authored
Update printer for jsonnet nulls
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
Bryan Liles authored
Support double quoted params in prototypes
-
- 24 Apr, 2018 1 commit
-
-
bryanl authored
The real issue is tracked in #478, but this fix will solve the immediate problem. Fixes #475 Signed-off-by:
bryanl <bryanliles@gmail.com>
-