Ryan Clark
Ryan Clark
Seems like a dummy repo is the simplest solution. What if we make that repo 100% empty except for a readme. Then for a test run, commit a Dockerfile _that...
Thanks for this contribution! Could you please add a test that confirms that the functionality works as intended? As an example, you could build a test similar to this one,...
:+1: Yep
Hi @cristim -- to react to spot termination notifications we've moved to a system that listens to `EC2 Spot Instance Interruption Warning` events from CloudWatch Events, and a Lambda function...
Sorry @cristim, the code is not open source. The concept though, really is no more complicated than I described above. Really the challenge is in determining appropriate thresholds for your...
Exemption Request: > Fixes must contain a change to an integration test file and the resulting snapshot. The existing integration test for cache policy & origin request policy explicitly set...
Clarification Request: @shikha372 this would be my first contribution to the repo, I'm having trouble with the integration test suite. According to the `INTEGRATION_TESTS.md` file, I should 1. Add a...
I suspect that this is because you're passing an unfiltered `[]*ast.File` (which includes files that should be filtered by build tags) from `cfg.Files` into the `doc.Examples()` method here: https://github.com/princjef/gomarkdoc/blob/8b1606ae4e72fc0a2a8bfa2d3d280245afc2d006/lang/package.go#L77 One...
I would go a step further than just exposing the queue name, and just ask that the `TaskInfo` data ought to be made available via some method of the `Task`...