Skip to content
Snippets Groups Projects
  1. Aug 02, 2017
  2. Jul 27, 2017
    • Angus Lees's avatar
      Merge pull request #67 from anguslees/toyaml · e515524e
      Angus Lees authored
      Add manifestJson and manifestYaml functions
      e515524e
    • Angus Lees's avatar
      Add manifestJson and manifestYaml functions · 1f85d5dd
      Angus Lees authored
      jsonnet's `std.toString()` returns "compact" JSON.  Sometimes this is
      not appropriate, particularly when generating large output that might
      need to be viewed/debugged by a human.
      
      This change implements manifestYaml and manifestJson functions, which
      generate YAML and "pretty" JSON respectively.
      
      A slight implementation wrinkle is that libjsonnet currently only
      supports passing primitive (scalar) types to native functions, so
      these arguments need to be JSON-serialised/unserialised across the
      native function call boundary.
  3. Jul 26, 2017
  4. Jul 17, 2017
  5. Jul 14, 2017
  6. Jul 10, 2017
  7. Jul 09, 2017
  8. Jul 07, 2017
  9. Jul 06, 2017
  10. Jun 30, 2017
  11. Jun 29, 2017