Mark Lavin

Results 77 comments of Mark Lavin

- Version of dokku you use: 0.4.12 - Non-core plugins you use (including internally developed ones): - dokku-postgres - dokku-opbeat - dokku-rabbitmq - dokku-letsencrypt - Size of team using dokku:...

This would indeed be a great feature to add. We've been trying to use fences by creating a collection of fences and then setting up hooks of the form: ```...

I haven't given this much thought since I was originally brainstorming the project. By default it shows everything collected by collectd so at a minimum it would be nice to...

`self.url` is constructed in the `ViewTestMixin.__init__`. There might be a problem related to depending on where the mixin is used in the base classes and whether or not `super` is...

Yes I just saw I wrote `__init__` rather than `setUp`.

Started some work on this in the `feature/refactor-view-mixin`.

I think there are at least a few place which do additional `apt-get update` call to work around Salt issues related to Debian repos and PPA states and their package...

I don't think we've ever agreed on this. Some people want to use Vagrant as a local dev environment and others use it to test the deployment (staging/production). I can't...

There is a related problem in `project/repo.sls` in that it assumes that the Vagrant deployment is run from the project repo. We've had more projects where this isn't the case....

For cases like Ona, ServiceInfo, or in my case Tracpro where the deployment is managed in a repo separate from the project source.