Age | Commit message (Expand) | Author |
2014-11-04 | bugfix - deploy failed when all nodes had default environment | elijah |
2014-11-03 | only print out net-ssh info if --debug is active | elijah |
2014-10-31 | Merge branch 'master' of https://github.com/KwadroNaut/leap_cli into develop | elijah |
2014-10-31 | only spit out stack trace if --debug | elijah |
2014-11-01 | update basebox url closes #5468 | KwadroNaut |
2014-10-31 | 1.6.1 | elijah |
2014-10-31 | allow json properties to be named 'key' | elijah |
2014-10-30 | don't change log level to 3 when in bail!{} block | elijah |
2014-10-30 | minor fixes to Path.find_file | elijah |
2014-10-30 | minor fix to bail and log level | elijah |
2014-10-30 | less verbose net-ssh logging | elijah |
2014-10-29 | silently fail if ssh_key cannot be loaded | elijah |
2014-10-29 | give up on removing activesupport | elijah |
2014-10-29 | fixed bugs with add-user: skip keys we can't understand, don't die if gpg can... | elijah |
2014-10-29 | allow for control over how arrays are merged in json inheritance | elijah |
2014-10-29 | remove minitest deprecation notices when running tests | elijah |
2014-10-29 | leap cli completion for bash added. | guido |
2014-10-28 | updated RELEASES.md | elijah |
2014-10-28 | pin net-ssh version to 2.7.0. later versions break interactive password authe... | elijah |
2014-10-28 | make certificate authority only load the parts of activemodel it needs, so th... | elijah |
2014-10-28 | properly debug Net::SSH based on -v log level | elijah |
2014-10-28 | support both rsa and ecdsa ssh host keys in `leap node init`. closes #2373 | elijah |
2014-10-28 | better solution to activesupport dependency problem | elijah |
2014-10-28 | autoload some of the external dependencies that are rarely used, so that we d... | elijah |
2014-10-27 | certs: fix csr generation (correct the key usage, remove msExtReq from attrib... | elijah |
2014-10-22 | bug fix: fixed bad default for --tags in `leap deploy` | elijah |
2014-10-22 | json bugfix: upgrading CertificateAuthority gem broke everything, since it de... | elijah |
2014-10-21 | fixed `leap cert csr` to add correct "Requested Extensions" attribute on the ... | elijah |
2014-10-21 | version bump to 1.6, added platform.major_version | elijah |
2014-10-21 | fixed incorrect message in `leap env pin` | elijah |
2014-10-21 | removed constants.rb, now defined in platform.rb | elijah |
2014-10-21 | added support for custom-puppet | elijah |
2014-10-20 | implement optional provider custom puppet support (#6201, #6225) | Micah Anderson |
2014-10-20 | allow more options to `leap cert csr` | elijah |
2014-10-15 | filter: fix bug when given incorrect filter | elijah |
2014-10-09 | make platform constraints optional (ask the user if they really want to do it). | elijah |
2014-10-06 | fixed `rake doc` and updated leap.md | elijah |
2014-10-05 | more robust env pinning, fixes several edge case bugs. | elijah |
2014-10-05 | ensure arrays are always sorted when exported to yaml | elijah |
2014-10-02 | leap cert update will now warn if commercial certs will expire soon. | elijah |
2014-10-02 | bugfix: only recompile nodes in affected environments when deploying | elijah |
2014-10-02 | bugfix: don't overwrite facts if environment is pinned. closes #6169 | elijah |
2014-10-02 | fixed bug that prevented compile | elijah |
2014-10-01 | fixed typo in manager.rb | elijah |
2014-09-30 | environment pinning: new commands `leap env`, `leap env pin X` and `leap env ... | elijah |
2014-09-25 | bugfix: make `leap deploy` actually run. | elijah |
2014-09-25 | add support for per-environment platform pinning. Support pins are platform.v... | elijah |
2014-09-25 | fix inspection of provider.*.json | elijah |
2014-09-23 | leap compile - allow optional ENVIRONMENT argument | elijah |
2014-09-02 | minor: make SKIP log entries appear yellow | elijah |