Łukasz Maksymczuk

Results 40 issues of Łukasz Maksymczuk

Rewrite the necessary bits to allow using the client from cloudify-cosmo/cloudify-common#1204 - especially around tests, cluster handling, and async

Prepare the mock client to work with cloudify-cosmo/cloudify-common#1204

This is a draft, and will be changed a lot, and I'll split commits too. Anyway, the point is, I don't like flask-restful and I want it to go. There's...

Cloudify-premium can now be installed from source during bootstrap, so that developers can use alternate branches.

No longer needed, as we're no longer running celery as root

If we're replicating the REST service config files across a cluster, we need to make sure every node actually connects to its own rabbitmq - let's use 127.0.0.1 for that...

All our exchanges require that vhost; make sure it is created always when the exchanges are created, by declaring it in the definitions file that declares the exchanges. In normal...