pulumi/pkg
Pat Gavlin d72b85c90b Add a few gas exceptions.
The first exception relates to how we launch plugins. Plugin paths are
calculated using a well-known set of rules; this makes `gas` suspicious
due to the need to use a variable to store the path of the plugin.

The second and third are in test code and aren't terribly concerning.
The latter exception asks `gas` to ignore the access key we hard-code
into the integration tests for our Pulumi test account.

The fourth exception allows use to use more permissive permissions for
the `.pulumi` directory than `gas` would prefer. We use `755`; `gas`
wants `700` or stricter. `755` is the default for `mkdir` and `.git` and
so seems like a reasonable choice for us.
2017-11-24 16:14:43 -08:00
..
apitype Move program uploads to the CLI (#571) 2017-11-15 13:27:28 -08:00
compiler/errors Use Stack over Environment to describe a deployment target 2017-10-16 13:04:20 -07:00
component Add a very barebones pulumi logs command 2017-11-14 12:26:55 -08:00
diag Stop formatting output that should be raw. 2017-11-14 11:26:41 -08:00
encoding Use go-yaml directly 2017-10-20 14:01:37 -07:00
engine Show a nicer diff of our serialized functions when doing a 'pulumi update' 2017-11-20 11:39:49 -08:00
graph Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
pack Allow overriding a Pulumi.yaml's entrypoint (#582) 2017-11-16 07:49:07 -08:00
pulumiframework Add a very barebones pulumi logs command 2017-11-14 12:26:55 -08:00
resource Add a few gas exceptions. 2017-11-24 16:14:43 -08:00
testing Add a few gas exceptions. 2017-11-24 16:14:43 -08:00
tokens Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
tools Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
util Support .pulumiignore 2017-11-21 12:09:18 -08:00
workspace Add a few gas exceptions. 2017-11-24 16:14:43 -08:00