boss icon indicating copy to clipboard operation
boss copied to clipboard

Deploy like a boss.

Results 23 boss issues
Sort by recently updated
recently updated
newest added

Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.5 to 2.10.1. Commits 286bd9f Cut 2.10.1 4c491e2 Fix CVE re: PKey.write_private_key chmod race aa3cc6f Cut 2.10.0 e50e19f Fix up changelog entry with real links 02ad67e Helps...

dependencies

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1.1 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...

dependencies

Bumps [cryptography](https://github.com/pyca/cryptography) from 2.7 to 3.2. Changelog Sourced from cryptography's changelog. 3.2 - 2020-10-25 * **SECURITY ISSUE:** Attempted to make RSA PKCS#1v1.5 decryption more constant time, to protect against Bleichenbacher...

dependencies

- 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. -...

refactor
remote execution
internals

Will need to further figure out the root cause for this. The major problem is that it still exists with exit code `0`. ![image](https://user-images.githubusercontent.com/3315763/61527620-9e2cb300-aa3c-11e9-946b-8f8a4fc48374.png)

bug

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,...

bug

* 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...

refactor
deployment
remote execution
internals

* Send deployment rollback notification on hipchat and slack

feature
deployment
notification

* 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...

enhancement
feature
wip

# 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...

feature
experimental
interesting
ux
next