Kabir Baidhya
Kabir Baidhya
- Upgrade fabric to 2.4.x (http://www.fabfile.org/upgrading.html) - There are a lot of breaking changes, need to fix all those and do a regression test to ensure things still work. -...
Will need to further figure out the root cause for this. The major problem is that it still exists with exit code `0`. 
Inability to run fabric' tasks or even fab --list command when vault is enabled ``` fab --list Traceback (most recent call last): File "/home/kabir/envs/test/local/lib/python2.7/site-packages/fabric/main.py", line 667, in main docstring, callables,...
* Rewrite the core ssh and remote execution using paramiko. - [x] Add basic SFTP functions like `get`, `put`, `read`, `write` directly over paramiko #98 - [x] Rewrite logic with...
* Send deployment rollback notification on hipchat and slack
* Add `cache_builds` config option. Defaults to `true`. * Ability to cache builds on deployment. * Introduce `stage_independent_builds` to determine whether or not the deployment build is stage dependent or...
# inferex The ability to "**infer**" configurations, defaults or know-hows based on the project type, platform, language, project configs or tools detected. The aim of this is to make configuration...
Ability to avoid writing `fabfile.py` for using `boss-cli` for most trivial cases as most of the functionality would already be available out of the box with just `boss.yml` config. For...
* Support deploying static files, web app project to S3 bucket
Write integration tests for SSH operations using a mock ssh server. https://github.com/carletes/mock-ssh-server