Timothy Mathison
Timothy Mathison
As far as I can tell there is no way to set the the `globalSpanTags` parameter for `agent.yaml`, without [overriding the entire agent config with the `agentConfig` value](https://github.com/signalfx/signalfx-agent/blob/2f64be5613ca0b6937d22e4222ece0349477e8d5/deployments/k8s/helm/signalfx-agent/templates/configmap.yaml#L15)? Would it...
Creates a working `build` workflow specific to a sub-project when that project has `buildWorkflow` set to `true`. Based on #3208. So most of the same decisions were made. The `install`...
I'm happy about the new child project release functionality added by #3208. But while taking advantage of this feature, I noticed a few issues that I would like to discuss...
# Environment Knex version: `2.4.2` Database + version: `13.8` OS: Lambda runtime # Bug / Misleading Error 1. The `KnexTimeoutError` that's [created while attempting to acquire a connection](https://github.com/knex/knex/blob/bbbe4d4637b3838e4a297a457460cd2c76a700d5/lib/client.js#L333) can be...
Adds an option to disable `--fix` flag and an option to provide additional flags for the `eslint` command run by the `eslint` task. --- By submitting this pull request, I...