Howard Tyson
Howard Tyson
In Drupal 8 there's a new setting called [`trusted_hosts`](https://www.drupal.org/node/2410395). This is interfering with probo builds. We should consider having the Drupal plugin append a snippet in `settings.php` for Drupal 8...
Currently [we provide](https://github.com/ProboCI/probo/blob/master/lib/Container.js#L191) a set of environment variables in builds but they are somewhat incomplete. We provide the commit that was built but not the branch it belonged to -...
This PR allows a public key to be specified in PEM format in the conf file for use in authorizing all API calls.
Right now all components communicate synchronously via HTTP requests (it's node, so they're async calls but one service waits on another and the message fails to pass if the service...
I've just started working on a project that is leveraging this library but I'm a bit nervous about the apparent total lack of unit or integration tests. Is there some...
It would be really nice to have some usage examples in the README or elsewhere. The unit tests help but were not optimized for clearly communicating the usage and feature...