pulumi/sdk
Thomas Gummerer b072edb017
avoid showing repeated messages (#16118)
Sometimes we show hundreds of repeated messages in the logs, e.g.
"waiting for quiescence; 3 outputs outstanding". This just makes the
logs harder to read. Since we need to wait for the test to finish before
any of this is shown anyway, only log each message once and show a
little blurb about how often the message has been repeated.

(Note that for simplicity if the last message is repeated we don't show
the same blurb, but that should be okay since the last messages we're
logging are always different.)

Based on https://github.com/pulumi/pulumi/pull/16117 where I noticed
this, and I didn't want to rebase it to avoid conflicts.
2024-05-06 13:20:06 +00:00
..
go Changelog and go.mod updates for v3.115.1 (#16125) 2024-05-06 11:45:43 +00:00
nodejs avoid showing repeated messages (#16118) 2024-05-06 13:20:06 +00:00
proto/go Implement up --continue-on-error (#15740) 2024-04-22 11:12:45 +00:00
python avoid showing repeated messages (#16118) 2024-05-06 13:20:06 +00:00
.version Freeze v3.115.1 (#16121) 2024-05-06 08:49:15 +00:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod Bump go modules (#16051) 2024-04-25 14:30:00 +00:00
go.sum Bump go modules (#16051) 2024-04-25 14:30:00 +00:00
version.go Move .version to /sdk and embed it (#15185) 2024-01-19 14:11:17 +00:00

README.md

Pulumi Language SDKs

This directory contains Pulumi SDKs for the following languages:

See the respective READMEs for information about installing and using these libraries.

The language providers work by implementing gRPC interfaces defined in the top level directory proto.