Eric Hayes

Results 21 issues of Eric Hayes

It’d be great to add additional functionality to the GitHub integration so that it supports creating/updating deployments using the deployments API. https://docs.github.com/en/rest/deployments/deployments

#### Changes Made - Add typescript declarations to this project (see `package.json` which includes `types` reference and script `generate:types`) - Add named export `run` which exports both `app` and `queue`....

### Community Note * Please vote on this pull request by adding a πŸ‘ [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original pull request comment to help the community and maintainers prioritize this request...

### Community Note * Please vote on this issue by adding a πŸ‘ [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

enhancement

It appears that `@elastic/ecs-pino-format` does not work with pino 7+

agent-nodejs
triage
community

# What Changed Fixes bug introduced with #2232 ## Why Previous fix creates git tags with `git tag latest -mf "..."` which results in an error like this: ``` Error:...

patch

Thanks for putting this action together, very useful! This pull request improves the overall speed of this action by introducing the following changes: - Automatically building and upload compiled go...

Add support for bull/bull pro queues Remaining work: - [ ] Add creation classes for different queue types - [ ] Handle realtime updates to bull (adding/removing). `*:wait` key is...

Add support for bull pro queues ``` hgetall bull:SOME_BULLMQ_PRO_QUEUE:meta 1) "opts.maxLenEvents" 2) "10000" 3) "version" 4) "bullmq-pro" ``` The only discernible difference between this and bullmq queues is that the...