pulumi/pkg/testing/integration
Joe Duffy 9aedb234af
Tidy up some data structures (#2135)
In preparation for some workspace restructuring, I decided to scratch a
few itches of my own in the code:

* Change project's RuntimeInfo field to just Runtime, to match the
  serialized name in JSON/YAML.

* Eliminate the no-longer-used Context and NoDefaultIgnores fields on
  project, and all of the associated legacy PPC-related code.

* Eliminate the no-longer-used IgnoreFile constant.

* Remove a bunch of "// nolint: lll" annotations, and simply format
  the structures with comments on dedicated lines, to avoid overly
  lengthy lines and lint suppressions.

* Mark Dependencies and InitErrors as `omitempty` in the JSON
  serialization directives for CheckpointV2 files. This was done for
  the YAML directives, but (presumably accidentally) omitted for JSON.
2018-11-01 08:28:11 -07:00
..
command.go Remove references to Pulumi private clouds (#2095) 2018-10-24 13:50:35 -07:00
program.go Tidy up some data structures (#2135) 2018-11-01 08:28:11 -07:00
program_test.go Don't dirty work tree when running tests 2018-06-14 15:58:37 -07:00
pulumi.go Add license headers 2018-05-22 15:02:47 -07:00
s3reporter.go Add license headers 2018-05-22 15:02:47 -07:00
util.go Don't dirty work tree when running tests 2018-06-14 15:58:37 -07:00