pulumi/sdk/nodejs/proto
joeduffy a51ac47667 Resurrect analyzers
This change makes an initial pass at resurrecting our analyzers support.
For the most part, they actually continued to work just as before. I've
made numerous changes, however, to reach a new design, and to improve
the authoring experience for those using our JavaScript SDK.

For example, I can now run with my little test HIPAA compliance check:

    $ pulumi up --analyzer aws-hipaa
    error: analyzer 'aws-hipaa' reported an issue:
        Resource: urn:pulumi:clover-honey-ws::webserver::aws:ec2/securityGroup:SecurityGroup::web-secgrp
        Category: compliance; Severity: high
        Details: AWS resource 'web-secgrp' of type aws:ec2/securityGroup:SecurityGroup is not HIPAA eligible

This is still a work in progress, but is a consistent point where they
are functioning, so I'm landing it incrementally. Coming soon:

    1) The final shape of the SDK APIs.

    2) A new way of wiring analyzers into the engine, namely where
       they don't need to be inside the low-level deployment guts,
       and can instead use events subscribed to at the engine layer.

    2) Tests!
2018-08-07 16:13:39 -07:00
..
analyzer_grpc_pb.js Resurrect analyzers 2018-08-07 16:13:39 -07:00
analyzer_pb.js Resurrect analyzers 2018-08-07 16:13:39 -07:00
engine_grpc_pb.js Initial Python 3 port of the Python SDK (#1563) 2018-06-26 11:14:03 -07:00
engine_pb.js Add support for providing a log stream-id to our RPC interface. (#1627) 2018-07-11 15:04:00 -07:00
errors_pb.js Send structured errors across RPC boundaries (#1072) 2018-03-28 17:07:35 -07:00
language_grpc_pb.js Initial Python 3 port of the Python SDK (#1563) 2018-06-26 11:14:03 -07:00
language_pb.js Allow dynamic-provider to send structured errors 2018-07-02 13:32:23 -07:00
languages_grpc_pb.js Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
languages_pb.js Implement more of the Python runtime 2018-02-24 08:58:34 -08:00
plugin_pb.js Implement more of the Python runtime 2018-02-24 08:58:34 -08:00
provider_grpc_pb.js Add `Cancel` to gRPC resource provider interface 2018-07-15 11:05:44 -10:00
provider_pb.js Implement first-class providers. (#1695) 2018-08-06 17:50:29 -07:00
resource_grpc_pb.js Initial Python 3 port of the Python SDK (#1563) 2018-06-26 11:14:03 -07:00
resource_pb.js Implement first-class providers. (#1695) 2018-08-06 17:50:29 -07:00
status_pb.js Allow dynamic-provider to send structured errors 2018-07-02 13:32:23 -07:00