pulumi/pkg/resource/plugin
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.go Resurrect analyzers 2018-08-07 16:13:39 -07:00
analyzer_plugin.go Resurrect analyzers 2018-08-07 16:13:39 -07:00
check.go Add license headers 2018-05-22 15:02:47 -07:00
config_source.go Add license headers 2018-05-22 15:02:47 -07:00
context.go Allow more types for runtimeOptions 2018-08-06 14:00:58 -07:00
host.go Implement first-class providers. (#1695) 2018-08-06 17:50:29 -07:00
host_server.go Add support for providing a log stream-id to our RPC interface. (#1627) 2018-07-11 15:04:00 -07:00
langruntime.go Add license headers 2018-05-22 15:02:47 -07:00
langruntime_plugin.go Allow more types for runtimeOptions 2018-08-06 14:00:58 -07:00
plugin.go Do not add a newline between a stream of info messages. The contract is that these will just be appended continguously. (#1688) 2018-08-02 10:55:15 -04:00
provider.go Implement first-class providers. (#1695) 2018-08-06 17:50:29 -07:00
provider_plugin.go Implement first-class providers. (#1695) 2018-08-06 17:50:29 -07:00
rpc.go Add license headers 2018-05-22 15:02:47 -07:00
rpc_test.go Add license headers 2018-05-22 15:02:47 -07:00