pulumi/sdk/python
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
..
cmd Include Python and Go langhosts in Windows SDK 2018-06-15 11:12:33 -07:00
lib Allow log events to be marked "status" events 2018-08-30 17:17:20 -07:00
pkg/version Add license headers 2018-05-22 15:02:47 -07:00
.gitignore Reenable Pylint (#1024) 2018-03-09 15:11:37 -08:00
Makefile Use go env to resolve GOPATH but escape it properly 2018-08-13 10:54:20 -07:00
Pipfile Use Pipenv to manage Python environments (#1553) 2018-06-21 18:01:23 -07:00
Pipfile.lock Add Pipfile.lock to make Python builds reproducible 2018-07-15 11:05:44 -10:00