Enrico Stahn
Enrico Stahn
Not all values are written out in `values.yaml` but most of them are commented. A good practise is to create test cases with various values. Therefore a good option to...
I would like to have the ability to run the tool and get a schema that already has `"additionalProperties": false,` defined for all objects. In this case, I can run...
``` Run cleartax/jira-lint@master with: github-token: *** jira-token: *** jira-base-url: https://xxx.atlassian.net skip-branches: ^(production-release|master|release\/v\d+)$ skip-comments: true pr-threshold: 1000 validate_issue_status: false allowed_issue_statuses: In Progress Base branch -> develop Head branch -> feature/DEV-1234[2](https://github.com/xxx/xxx/runs/xxx?check_suite_focus=true#step:2:2)9-xxx branch...
Great job with the tool! It would be great if the tool tags the log groups automatically with `Name` tag. see https://github.com/guardian/cloudwatch-logs-management/issues/19 I used this as a workaround: ``` aws...
Instead of going down to manually adjust CI/CD pipelines for every app and service I would like Dynatrace OneAgent to monitor deployment changes and notify Dynatrace accordingly.
What's the limit on concurrency? If we have 10k messages in the queue, will this spin-up 10k PHP processes at the same time?
It would be great to just read a JSON from `STDIN` instead of reading from different file descriptors.
There are no log files within a container environment and everything is directed to either stdin or stdout. This can be achieved via `--verbose`. The `--verbose` flag generates too many...
see #57