aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-02leap cert update will now warn if commercial certs will expire soon.elijah
2014-10-02bugfix: only recompile nodes in affected environments when deployingelijah
2014-10-02bugfix: don't overwrite facts if environment is pinned. closes #6169elijah
2014-10-02fixed bug that prevented compileelijah
2014-10-01fixed typo in manager.rbelijah
2014-09-30environment pinning: new commands `leap env`, `leap env pin X` and `leap env ↵elijah
unpin`. See `leap help env` for more information.
2014-09-25bugfix: make `leap deploy` actually run.elijah
2014-09-25add support for per-environment platform pinning. Support pins are ↵elijah
platform.version, platform.branch, and platform.commit
2014-09-25fix inspection of provider.*.jsonelijah
2014-09-23leap compile - allow optional ENVIRONMENT argumentelijah
2014-09-02minor: make SKIP log entries appear yellowelijah
2014-06-27leap list improvements: lazy evaluation; don't bomb on ConfigError; remove ↵elijah
requirements.rb
2014-06-26test: updated test/leap_platform so tests will pass.elijah
2014-06-26allows custom passthrough options for `leap ssh`. closes #5578elijah
2014-06-25allow file(x, :missing => '') macro to report the path of x in the missing text.elijah
2014-06-25ensure that monitor key directories exist before trying to generate the ↵elijah
monitor ssh keys
2014-06-25allow file(x, :missing => '') macro to report the path of x in the missing text.HEADmasterhotfix/6374elijah
2014-06-25ensure that monitor key directories exist before trying to generate the ↵elijah
monitor ssh keys
2014-06-20moved all json macros to the platform (breaks compatibility with earlier ↵elijah
platforms)
2014-06-20changed how stunnel is generated in hiera files. breaks compatibility with ↵elijah
older platforms
2014-06-20added `leap deploy --dev` which will skip `git submodule update`elijah
2014-06-18added support for 'control files', files like the .json configuration files ↵elijah
but contain arbitrary ruby code evaluated in the context of the node.
2014-06-17ensure that local stunnel ports are allocated by alphabetical order of the ↵elijah
node, to ensure ports don't jump around.
2014-06-10limit `leap db destroy` to FILTER.elijah
2014-06-05ensure hiera hosts entry is an empty hash if there are no hosts (closes #3752)elijah
2014-06-04ensure that x509 certificates use dns names that are strictly sorted and ↵elijah
unique, to prevent unncessary regeneration of certificates.
2014-06-04by default, skip local nodes on `leap facts update`elijah
2014-06-04ensure facts.json is keyed by node name and not hostnameelijah
2014-06-04version 1.5.6elijah
2014-05-27cap puppet verbosity level at 5 and capistrano logger at 3.elijah
2014-05-22added 'try {}' macro.elijah
2014-05-21Merge branch 'feature/obfsproxy_macros' of ↵elijah
https://github.com/irregulator/leap_cli
2014-05-22Change macro name to rand_range, add base32 gem dependencyirregulator
2014-05-21fix, once and for all and forever, ssh problems with a weird kludgeelijah
2014-05-20added support for environmentally scoped services and tags (e.g. ↵elijah
services/webapp.production.json). requires latest platform.
2014-05-21Add two macros, base32_secret and obfs_port, used in obfsproxyirregulator
2014-05-20fixed tests by making `leap --no-color list` work with no colorelijah
2014-05-20ssh: modified yet again how ssh is used. pin to a newer version of ↵elijah
capistrano that i think handles ~/.ssh/config better, and explicitly specify that ~/.ssh/config should be loaded for Net::SSH connections.
2014-05-20added a scary `leap db destroy` commandelijah
2014-05-13bail `node init` on bad `apt-get update` (closes #3849)elijah
2014-05-02compile all hiera nodes every time you deploy to any node. slower, but fewer ↵elijah
surprises. in the future, i have some ideas for a better way.
2014-05-02stop/restart ntpd if present to change server time (fix bug #5599)guido
2014-04-30Install ntpd daemon if it's not present on debian.guido
2014-04-05more graceful handling of error for `leap node add` (closes ↵elijah
https://leap.se/code/issues/3725)
2014-04-04yasf: yet another ssh fix. should make `leap deploy` work better with ↵elijah
~/.ssh/config per-domain settings.
2014-04-03update the server time on `leap node init` (hopefully closes ↵elijah
https://leap.se/code/issues/5329)
2014-04-03remove ascii string debug line (closes https://leap.se/code/issues/5428)elijah
2014-04-02use download.leap.se/platform url for vagrant boxes (closes #5434)elijah
2014-04-01version bumpelijah
2014-04-01more fixes for leap listelijah