Ava Czechowska

Results 9 issues of Ava Czechowska

Hi. In light of the latest events, I find it helpful if there was a note in Bats readme about BATS-core. I just would like to inform people who want...

It would be great if it was possible to only run a chosen set of tests. Thanks to that we could test multiple AWS Accounts, one after another. ## Workaround...

This PR fixes [#1](https://github.com/kudulab/dojo/issues/1). For the driver: docker - a SIGINT is sent to the current process group. For the driver: docker-compose - Dojo will first explicitly invoke the pull...

Dojo reacts on signals. When we use Dojo action: pull, the `docker pull` command is run **in the same process group** as dojo process and thus Ctrl+C signal sent to...

bug
low-priority

## Reason for this PR Without this change, creating the Service Catalog Products results in the following error in `servicecatalog-factory-pipeline`: ``` [Container] 2021/06/25 10:25:56 Entering phase BUILD [Container] 2021/06/25 10:25:56...

Hi. Thank you for Stickler. I've been using it for a couple of years, but there was an annoying error, I needed to fix. ### Without this PR When pushing...

### Description of the new feature Hi! The possibility for the Azure Cost Exports to overwrite the files created the previous day is already supported in the Azure Portal under...

feature-request
customer-reported

A fix idea for issue: #35 . This PR provides the change: if custom_dockerfile is set, then it will be rendered using ERB variables and saved to a local file....

The problem is, that when I set in `.kitchen.yml`: ``` yml platforms: - name: ubuntu transport: name: docker_cli driver: name: docker_cli driver_config: build_context: true dockerfile: DockerfileUbuntu ``` and then run...