Age | Commit message (Expand) | Author |
2015-02-05 | minor - fix indentation | elijah |
2015-02-02 | more verbose --version (closes #4428) | elijah |
2015-02-02 | fix bail! typo | elijah |
2015-01-28 | cert generation: (1) auto generate certs (2) actually support configuring exp... | elijah |
2015-01-28 | honor --yes for 'db destroy'. closes 6649. | elijah |
2015-01-28 | don't use md5sum command line tool. closes #6675 | elijah |
2015-01-22 | added support for custom tests in files/tests | elijah |
2015-01-06 | omit underscore from random alpha secrets in secrets.json | elijah |
2015-01-06 | added info note to leap db destroy | elijah |
2014-12-11 | set version to 1.6.2 | elijah |
2014-12-10 | fix uninitialized class variable error. | elijah |
2014-12-09 | exit 1 if `leap test --continue` fails anywhere. closes #6519 | elijah |
2014-12-08 | give error if cert has already expired. closes #6484 | elijah |
2014-12-08 | for command `leap db destroy`, make sure that tapicero sequence log is also r... | elijah |
2014-12-08 | leap test --continue will continue on to the next node. closes #6497 | elijah |
2014-12-08 | added `leap tunnel` command. | elijah |
2014-12-07 | rename shell.rb to ssh.rb | elijah |
2014-12-01 | better secrets.json compile when environment is pinned. | elijah |
2014-12-01 | don't mess up secrets.json when env is pinned | elijah |
2014-12-01 | colorize leap test report lines | elijah |
2014-12-01 | only include monitor ssh key in authorized keys if it actually exists. | elijah |
2014-11-30 | fix monitor key problems: was erased with a `leap node init` and was generate... | elijah |
2014-11-30 | more puppet noise suppression | elijah |
2014-11-30 | add command aliases for most commonly used commands. | elijah |
2014-11-26 | specify that leap test can accept a FILTER | elijah |
2014-11-26 | make debugger gem optional | elijah |
2014-11-24 | moved core_ext and lib_ext under leap_cli | elijah |
2014-11-24 | allow more flexible `leap env` command | elijah |
2014-11-24 | minor: warn if env doesn't exist in `leap env pin` | elijah |
2014-11-22 | issue a warning if the platform.rb in the platform is incompatible with leap_cli | elijah |
2014-11-10 | pin gem gli to a version we know will work. | elijah |
2014-11-09 | make sure to specify HostKeyAlgorithms for ssh and rsync. this is needed beca... | elijah |
2014-11-07 | node init - skip updating local host keys for vagrant nodes | elijah |
2014-11-05 | prompt user to update ssh host keys when a better one is available. closes #6320 | elijah |
2014-11-04 | logging - suppress warnings 'You cannot collect without storeconfigs being se... | elijah |
2014-11-04 | node init - privilege rsa keys over ecdsa-sha2-nistp256 keys, because screw n... | elijah |
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 | 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 |