pulumi/pkg/backend
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
..
display Simplify summary text. (#2136) 2018-10-30 21:57:38 -07:00
filestate Remove need to dynamically determine if we're in preview or not. (#2129) 2018-10-30 15:42:33 -07:00
httpstate Tidy up some data structures (#2135) 2018-11-01 08:28:11 -07:00
state Add license headers 2018-05-22 15:02:47 -07:00
apply.go Don't prompt if you want to continue when --skip-preview is passed 2018-10-26 15:41:29 -07:00
backend.go Default an update's message to the Git commit title (#2009) 2018-10-02 10:49:41 -07:00
snapshot.go Use Infof instead of Info when formatting 2018-10-29 18:06:04 -05:00
snapshot_test.go Elide unnecessary checkpoint writes. (#1798) 2018-08-20 14:14:50 -07:00
stack.go Tidy up some data structures (#2135) 2018-11-01 08:28:11 -07:00
updates.go Add gitlab metadata - Part 1 (#2090) 2018-10-23 14:53:52 -07:00