Eric Satterwhite

Results 43 issues of Eric Satterwhite

Includes the addition of a new option githubReleaseAssets to replace the old assets option. The assets option is identical to the option found in the git plugin but is ambiguous...

Both the git plugin and github plugin have a configuration option named `assets`. When building out a shareable configuration, It is preferable to omit configuration inline with the plugin and...

This does a simple migration to jenkins with a basic npm publish

This project is still running a mostly manual build process and the parts that run in CI are still on CircleCI. To be inline with the rest of the organization...

enhancement
CI

### Is there an existing issue for this? - [X] I have searched the existing issues ### Have you read the `CONTRIBUTING` guide on posting bugs, and `CODE_OF_CONDUCT`? - [X]...

approved feature

### Is there an existing issue for this? - [X] I have searched the existing issues ### Have you read the `CONTRIBUTING` guide on posting issues, and `CODE_OF_CONDUCT`? - [X]...

feature

Currently, the tests are run be spinning up all of the development dependencies first and running a global test runner on the local code w/ tap. While this is generally...

enhancement
Continuous Integration

Implement semantic release for all publishable packages in the mono repo Will need to publish skyring npm package + docker image npm packages for zmq transport, tcp transport, scylladown adapter....

enhancement
Continuous Integration

There is a race condition that can happen during a rebalance that will result in a timer being executed twice. During a rebalance, all of the in-memory timers are cancelled...

bug
transports

There is a chunk of code that is trying to distinguish between a file, and a module (a plugin interface) and I think it is all a bit more complicated...

pending author feedback