Michael Cooper

Results 75 comments of Michael Cooper

The HTML documentation is now available at https://normandy.cdn.mozilla.net/api/docs/ This lists all the API end points on the server, (v1 and v3), but the descriptions are lacking. @chartjes is this enough...

I don't think I agree with your analysis of that group of filters. Converting filter expressions to JEXL is currently done one filter at a time, not intelligently as a...

I think that UI makes sense. I don't think that this fits under "Sampling". Sampling is selection what randomized portion of the population you want to apply to. This is...

Migration guide: https://forum.sentry.io/t/switching-to-sentry-python/4733

Filed [bug 1435883](https://bugzilla.mozilla.org/show_bug.cgi?id=1435883) for the client side of this.

Are we planning to do this only in AWS, only in GCP, or both? Our storage backend doesn't have any shared settings between the two, so I'll have to configure...

Ok, so more specific questions then. Our Storage backend doesn't support custom domains for GCP (it does for AWS). Can you give an example of what a URL would look...

The fact that it strips the bucket name makes this a bit more awkward. If only the hostname need to change, it would be much simpler. I'll play around with...

I think that would work well. The alternative I have in mind is to recognize things that start with `https://storage.googleapis.com/{bucketName}`, and do a string replace on that with the path....