Daniel Kleveros

Results 3 issues of Daniel Kleveros

When using Smocks.plugin onRequest the reply object doesn't get properly wrapped. ``` Smocks.plugin({ onRequest: function (request, reply, next) { reply.redirect(path).send(); next(); }, onResponse: function (request, response) { console.log('onResponse:'); } });...

Adding config property git.systemGitAuthProviders to: concord-server.conf concord-agent.conf

wip