summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2018-05-09Bug: Fix incorrect certtool being called on macOS/Mac OS Xicydoge
Apple rolls their own certtool on macOS/Mac OS X, which is distinct from the correct gnutls-certtool from gnutls installed by Homebrew/MacPorts.
2017-08-27bugfix: fix `leap test init`elijah
2017-08-23Merge remote-tracking branch 'elijah_acab/bugfix/testcontinue'Varac
2017-08-19leap_cli: minor help wording correctionelijah
2017-08-18Bug: allow `leap test --continue` to run on additional nodes if there was an ↵elijah
ssh error. closes #8811
2017-07-18by default, new providers will now require invites. requires leap_cli ↵elijah
4173154a177b00c11a36b3168b1ce12af59f04af or later (>1.9.2). resolves #8474. create new invites with `leap run invite`
2017-07-04leap_cli - make fog gem optionalelijah
2017-05-30static - support for renewing certs with let's encrypt for static siteselijah
2017-05-10Increase Vagrant defaut mem to 2gbvarac
2017-04-25bugfix: ensure that nodes only have one environment specified (closes #8778)elijah
2017-03-15Direct connection when couch runs locallyvarac
2017-03-15[8144] Remove Haproxyvarac
We used haproxy because we had multiple bigcouch nodes but now with a single couchdb node this is not needed anymore. - Resolves: #8144
2017-01-10bugfix: `leap user ls` now warns if the ssh keytype is unsupportedelijah
2017-01-05Merge branch 'feature/node-disable'elijah
2016-12-21added command `leap ping`elijah
2016-12-21rename s/ca.rb/cert.rb/elijah
2016-12-21add command `leap node disable` and `leap node enable`elijah
2016-12-21Merge branch 'feature/sshkey-info' into 'master' Varac
feature: add troubleshooting info to `leap user ls` It is hard to get ssh key setup right. This change makes it much easier to debug what the problem is. See merge request !58
2016-12-19bugfix: ensure let's encrypt errors make it to the user.elijah
2016-12-19feature: add troubleshooting info to `leap user ls`elijah
It is hard to get ssh key setup right. This change makes it much easier to debug what the problem is.
2016-11-01bugfix: allow 'leap facts update' to work again.elijah
2016-10-20[bug] properly set 'enrollment_policy' in provider.jsonelijah
2016-10-04[bug] fix Tor hidden service key generationelijah
2016-09-15leap vm: grab ssh host key when adding a new vmelijah
2016-09-15leap vm: require 'fog/aws' instead of all of 'fog'elijah
2016-09-14[bugfix] leap vm: make the default instance type 't2.nano'elijah
2016-09-14leap vm: fix typo (closes #8468)elijah
2016-09-06leap cert renew: added more messages in case anything goes wrongelijah
2016-09-06leap run: stream results by default if there is only one nodeelijah
2016-09-01added support for Let's Encryptelijah
2016-09-01moved infrastructure tests run by `leap run` to tests/server-testselijah
2016-08-31fixed `leap inspect`elijah
2016-08-29ssh: Added verbose error message when host key mismatch occurs in net::ssh.elijah
2016-08-29fix add-user typoelijah
2016-08-29command line interface cleanup: harmonize the signatures of different ↵elijah
commands to be more logically consistent. For now, all changes are backwards compatible. DEPRECATED: `leap add-user`. Use `leap user add` instead.
2016-08-29leap vm: added 'ls' as alias for 'status'elijah
2016-08-29fix bug when nodes have bad tagselijah
2016-08-25leap vm: require ip address instead of status running for leap vm bind.elijah
2016-08-24leap vm: fixed bug, added more sanity checking.elijah
2016-08-23added 'leap vm' commandelijah
2016-08-23fix typoelijah
2016-08-23move console table into separate fileelijah
2016-08-23refactor the command for ca and nodeelijah
2016-08-19leap_cli: better arguments to 'leap run'elijah
2016-08-19minor (spelling)elijah
2016-08-15fix problem with loading .ssh/configelijah
2016-07-21fix missing hostname in ssh/scripts.rbelijah
2016-07-20minor (improve readability of deploy message by showing correct rsync paths)elijah
2016-07-12Merge branch 'fix_subrepo_behavior' of ↵elijah
https://github.com/pixelated/leap_platform into develop
2016-07-12only update git submodules only if not subrepoChristoph Kluenter