pulumi/pkg
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
..
apitype Save resources obtained from ".get" in the snapshot (#1654) 2018-08-03 14:06:00 -07:00
backend Implement first-class providers. (#1695) 2018-08-06 17:50:29 -07:00
diag Resurrect analyzers 2018-08-07 16:13:39 -07:00
encoding Add license headers 2018-05-22 15:02:47 -07:00
engine Implement first-class providers. (#1695) 2018-08-06 17:50:29 -07:00
graph Add license headers 2018-05-22 15:02:47 -07:00
operations Save resources obtained from ".get" in the snapshot (#1654) 2018-08-03 14:06:00 -07:00
resource Resurrect analyzers 2018-08-07 16:13:39 -07:00
testing Use new native typescript support in many tests 2018-08-06 14:00:58 -07:00
tokens Add license headers 2018-05-22 15:02:47 -07:00
tools Add license headers 2018-05-22 15:02:47 -07:00
util 1-index error messages printed to the console (#1709) 2018-08-06 11:58:06 -07:00
version Add license headers 2018-05-22 15:02:47 -07:00
workspace Allow more types for runtimeOptions 2018-08-06 14:00:58 -07:00