Joe Duffy

Results 54 issues of Joe Duffy

We currently support NoSQL database tables by way of the `cloud.Table` resource. We've already gotten customer requests for SQL tables, however, which is entirely reasonable, and I predict will be...

area/providers
kind/enhancement
help-wanted

At the moment, which config variables are required by a Pulumi program are completely opaque to the Pulumi runtime, CLI, and service. As a result, you need to run the...

kind/enhancement
impact/usability
area/config

I've gotten asked about integrating with [Concourse](https://github.com/concourse/concourse) a number of times over the past couple weeks. Seems like a good thing to have on our roadmap of CI/CD integrations.

area/docs
docs/service
size/S
kind/enhancement

I didn't seen an issue already tracking this, so filing to make sure we don't lose track. We currently have relatively poor performance on mobile, [as scored by Google](https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fpulumi.com%2Fterraform%2F&tab=mobile): ![image](https://user-images.githubusercontent.com/3953235/73806700-12336c00-477f-11ea-8af5-27f7121728ad.png)...

area/site
kind/enhancement
impact/performance

Right now we assume folks wanting to learn Pulumi understand their language of choice. For many newcomers, however, that's not the right assumption to make. Let's write a series of...

area/docs
kind/enhancement
kind/epic

The documentation on stack transformations is a bit "light." The best we have is [this documentation page](https://www.pulumi.com/docs/intro/concepts/programming-model/#transformations) plus ancillary blog posts. The specifics of how transformations work is very different...

area/docs
size/S
kind/enhancement

We have [a work item to make debugging easier with Pulumi](https://github.com/pulumi/pulumi/issues/1372). It has a fair number of upvotes and we see folks asking about this quite often. The thing is,...

area/docs
kind/enhancement

We should document best practices for how to organize a single project: where to put files, how to break them apart, how and when to use sub-modules, the advantages and...

area/docs
customer/feedback
kind/enhancement

Today we have offline reports of perf tests. For example, from our #cli-performance-alerts channel: ![image](https://github.com/pulumi/pulumi/assets/3953235/9cdb8184-28b5-4d84-b31f-77e4cbd7fa5a) Unfortunately, the way this is done * Is not super visible (only 10 people in...

impact/performance
kind/engineering

We are lacking a number of important pieces of information in policy validation requests (this is already known generally, e.g., https://github.com/pulumi/pulumi-policy/issues/78 and https://github.com/pulumi/pulumi-policy/issues/110). In attempting to implement an OPA bridge,...

feature/pac
kind/enhancement