Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Support global env parameters #421

Merged
merged 7 commits into from Apr 6, 2018

Commits on Apr 4, 2018

  1. upgrade logrus for log level truncation support

    Signed-off-by: bryanl <bryanliles@gmail.com>
    bryanl committed Apr 4, 2018
    Copy the full SHA
    f2e95b7 View commit details
    Browse the repository at this point in the history
  2. Support env param globals

    * Adds env param globals. These can be used to attach metadata labels to
    every component in an environment.
    * Print more debugging info for jsonnet vm invocations
    
    Fixes ksonnet#378
    
    Signed-off-by: bryanl <bryanliles@gmail.com>
    bryanl committed Apr 4, 2018
    Copy the full SHA
    dc80ac4 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2018

  1. Rework env parameters to work with global format

    Signed-off-by: bryanl <bryanliles@gmail.com>
    bryanl committed Apr 6, 2018
    2
    Copy the full SHA
    1ae91b5 View commit details
    Browse the repository at this point in the history
  2. Update jsonnet printer

    updating for:
    
    * print object comprehensions
    * handle sugar for object fields with string ids
    
    Signed-off-by: bryanl <bryanliles@gmail.com>
    bryanl committed Apr 6, 2018
    Copy the full SHA
    7b10329 View commit details
    Browse the repository at this point in the history
  3. Update jsonnet vm paths

    Fixes ksonnet#420
    
    Signed-off-by: bryanl <bryanliles@gmail.com>
    bryanl committed Apr 6, 2018
    Copy the full SHA
    bcf0de2 View commit details
    Browse the repository at this point in the history
  4. Set/unset param globals

    Signed-off-by: bryanl <bryanliles@gmail.com>
    bryanl committed Apr 6, 2018
    Copy the full SHA
    acf9963 View commit details
    Browse the repository at this point in the history
  5. Updating e2e tests with env globals

    Signed-off-by: bryanl <bryanliles@gmail.com>
    bryanl committed Apr 6, 2018
    Copy the full SHA
    e79264c View commit details
    Browse the repository at this point in the history