Ahmed Elsabbahy
Ahmed Elsabbahy
Similar to the request at qedus/nds#54 Would it be possible to extend this to work outside of Google App Engine?
**Describe the feature:** Find a new CI provider other than travis-ci.org. Queue times have been 45m-1hr as of late. **Describe the solution you'd like** A CI provider with reasonable queue...
**Describe the feature:** Currently goss decides which package manager and service manager to use based on your OS. This feature is to allow users to overwrite this. **Describe the solution...
**Describe the feature:** Improve gomega matchers. **Describe the solution you'd like** 1. Allow transforms. For example the following should work (fixes #350) ```yaml kernel-param: net.core.somaxconn: value: gt: 5000 ``` 2....
Clarify the value is a string, to avoid users doing something like this. ``` KernelParam: net.ipv4.ip_forward: value: Expected : 0 to equal : 0 ```
Need to make a decision on which one of these attributes are included in add and which are not: * Size * md5 * sha256
Awesome project! Currently it seems ssh key is hardcoded to `~/.ssh/id_rsa` or `~/.ssh/id_dsa`. - The easy fix: Allow user to specify it on the command line `sup -i ~/.ssh/some_key ..`...
Implement the "easy" solution requested in #86. This adds two features: - Allow the user to override ssh-key on a per network basis in Supfile - Allow the user to...
Would be nice if a user can run a task conditionally, something along the lines of.. ``` yml config: desc: Upload/test config file if missing. upload: - src: ./example.$SUP_NETWORK.cfg dst:...
When a system is aggressively launching new processes in parallel, it seems the `processes()` method returns an incomplete set of results. I was seeing the issue in goss, here: https://github.com/aelsabbahy/goss/issues/267...