pushyd
This is a basic proxy listenning to a RabbitMQ bus, and repeating selected messages in POST requests when matching filters
Known bugs
None at this time
Contributing
Contributions are more than welcome, be it for documentation, features, tests, refactoring, you name it. If you are unsure of where to start, the Code Climate report will provide you with improvement directions. And of course, if in doubt, do not hesitate to open an issue. (Please note that this project has adopted a code of conduct.)
If you want your contribution to adopted in the smoothest and fastest way, don't forget to:
- provide sufficient documentation in you commit and pull request
- add proper testing (we know full grown solid test coverage is still lacking and need to up the game)
- use the RuboCop guidelines provided (there are all sorts of editor integration plugins available)
So,
- Fork the project
- Create your feature branch (
git checkout -b my-new-feature) Code
- add proper tests if adding a feature
- run the tests using
rake - check for RuboCop style guide violations
Commit your changes
Push to the branch (
git push origin my-new-feature)Create new Pull Request
About
This project has been initiated and originally written by Bruno MEDICI Consultant (http://bmconseil.com/)