pulumi/sdk/proto/go
Alex Clemmer 665b219a0e Allow log events to be marked "status" events
This commit will introduce a field, `IsStatus` to `LogRequest`. A
"status" logging event will be displayed in the `Info` column of the
main display, but will not be printed out at the end, when resource
operations complete.

For example, for complex resource initialization, we'd like to display a
series of intermediate results: `[1/4] Service object created`, for
example. We'd like these to appear in the `Info` column, but not at the
end, where they are not helpful to the user.
2018-08-30 17:17:20 -07:00
..
analyzer.pb.go Implement first-class providers. (#1695) 2018-08-06 17:50:29 -07:00
engine.pb.go Allow log events to be marked "status" events 2018-08-30 17:17:20 -07:00
errors.pb.go Implement first-class providers. (#1695) 2018-08-06 17:50:29 -07:00
language.pb.go Implement first-class providers. (#1695) 2018-08-06 17:50:29 -07:00
plugin.pb.go Implement first-class providers. (#1695) 2018-08-06 17:50:29 -07:00
provider.pb.go Implement first-class providers. (#1695) 2018-08-06 17:50:29 -07:00
resource.pb.go Implement first-class providers. (#1695) 2018-08-06 17:50:29 -07:00