Eric Satterwhite
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...
### 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]...
### 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]...
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...
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....
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...
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...