pulumi/sdk/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
..
go Resurrect analyzers 2018-08-07 16:13:39 -07:00
Dockerfile Make Protobuf/gRPC compilation repeatable 2018-08-04 10:27:36 -07:00
analyzer.proto Resurrect analyzers 2018-08-07 16:13:39 -07:00
engine.proto Add support for providing a log stream-id to our RPC interface. (#1627) 2018-07-11 15:04:00 -07:00
errors.proto Allow dynamic-provider to send structured errors 2018-07-02 13:32:23 -07:00
generate.sh Make Protobuf/gRPC compilation repeatable 2018-08-04 10:27:36 -07:00
grpc_version.txt Add `Cancel` to gRPC resource provider interface 2018-07-15 11:05:44 -10:00
language.proto Add license headers 2018-05-22 15:02:47 -07:00
plugin.proto Add license headers 2018-05-22 15:02:47 -07:00
provider.proto Implement first-class providers. (#1695) 2018-08-06 17:50:29 -07:00
resource.proto Implement first-class providers. (#1695) 2018-08-06 17:50:29 -07:00
status.proto Allow dynamic-provider to send structured errors 2018-07-02 13:32:23 -07:00